
/* ------------------------------------------------------------
	START 
------------------------------------------------------------ */



/*A*/

a:hover {
	color: #000;
}

a:active {
}

a:link {
	color: #222;
}

a:visited {
	color: #666;
}

a:focus {
}

/*B*/

body {
    margin:             0px;
    padding:            0px;
    background-color:   #333;
    color:              #222;
    font-family:        "Lucida Grande", "Tahoma", "Helvetica", "Arial", sans-serif;
    font-size:          120%;
    quotes:             "\201C" "\201E" "\2018" "\2019";
}

button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;}
/*C*/

/* ----------------------------- Content ---------------------------- */

#content {
    margin: 0 0;
}


/*D*/
div.ex-name {
	font-weight: bold;
	font-size:   120%; /*120%*/
}

div.ex-timeline-lens {
	padding: 1em;
	text-align: center;
}

div.ex-thumbnail {
	float:      left;
	width:      15em; /*13em*/
	height:     10em;  /*orig*/
	border:     1px solid #BCB79E;
	background: #FAF5DA; /*F0FFF0*/
	padding:    1em;
	margin:     0;
	text-align: center;
	-webkit-appearence: none;
}

div.ex-index {
	float:      left;
	width:      14em; /*13em*/
	height:     10em;  /*orig*/
	border:     1px solid #BCB79E;
	background: #FAF5DA; /*F0FFF0*/
	padding:    1em;
	margin:     0;
	text-align: center;
	-webkit-appearence: none;
}


/*E*/
/*Nobel-List*/
.exhibit-tileView-body { list-style: none; }
.exhibit-collectionView-group-count { display: none; }

/*F*/

/* ----------------------------- Footer ---------------------------- */

#footer {
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding: 6px;
    text-align: center;
    color: #888;
    font-size: 80%;
}

#footer a {
    color: #888;
}

/*G*/
/*H*/

html {
    font-size: 62.5%;
}

/* ----------------------------- Header ---------------------------- */

#header {
    margin: 0 0;
}

#header h1 {
    font-size: 250%;
    color: #222;
    margin: 0;
    margin-bottom: 6px;
}

#header h2 {
    font-size: 120%;
    color: #aaa;
    margin: 0;
}

/*I*/

img, a img {
    border: none;
}

/*J*/
/*K*/
/*L*/
/*M*/
#main-content { background: #DDDDDD;}
/*N*/
/*O*/
/*P*/

/* ----------------------------- Path ---------------------------- */

#path {
    color: #333;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
    padding: 3px 8px;
    margin: 0px;
}

#path li {
    display: inline;
    padding-left: 13px;
    padding-right: 3px;
    background-image: url(icons/arrow.gif);
    background-repeat: no-repeat;
    background-position: 1px 5px;
}

#path span {
    font-weight: bold;
}


/*Q*/
/*R*/
/*NobelList*/
.relationship {
	color:  #FAF5DA;
}

/*S*/
/*T*/

/* ------------------------- TABLE START -- */

table, tr, td {
    font-size: inherit;
}

tr, td {
    vertical-align: top;
}

/* ----------------------------- Path ---------------------------- */
table.ex-frame {
	border: 1px solid #ddd;
	padding: 0.5em;
}

table.spaced-table {
    border-collapse: collapse;
}

table.spaced-table td {
    padding: 0;
    padding-left: 1em;
}

table.spaced-table td:first-child {
    padding-left: 0;
}

table.spaced-table tr td {
    padding-top: 1em;
}

table.spaced-table tr:first-child td {
    padding-top: 0;
}

/* ------------------------- TABLE END   -- */
#title-panel {
	padding:        0.1in 0.1in;
}

#top-panels {
	padding:        0 0;
	border-top:     1px solid #BCB79E;
	border-bottom:  1px solid #BCB79E;
	background:     #FAF5DA;
}

/*U*/
/*V*/
/*W*/
/*X*/
/*Y*/
/*Z*/

/* ------------------------------------------------------------
	END - Utility Navigation
------------------------------------------------------------ */

