body {
    padding: 5px;
	left: 25px;
	top: 10px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color:          black;
    font-size:      10pt;
    quotes:         "\201C" "\201E" "\2018" "\2019";
}

a:link { 
	color: #920000;
	text-decoration:strong;
	}
a:visited { 
	color: #920000;
	text-decoration:strong;
	}
a:hover { 
	color: black;
	background-color: white;
	text-decoration: strong;
	}
a:active { 
	color: #920000;
	}

table {
    font-size: 100%;
	border-collapse:collapse;
	width:auto;	
}

td {
    vertical-align: top;
}

#frame {
    width: 1000px;
    padding: 0px;
    margin: 0px;
}

#frame tr {
    vertical-align: top;
}

.exhibit-collectionView-header {
	color:white;
	font-size:-2em;
}

.exhibit-collectionView-header-sortControls { 
	color:black;
}

#tl_title {
    color: black;
    background-color: #484848;
    font-weight: bold;
    font-variant: small-caps 
}
            
#content {
    width: 60px;
    padding: 2em;
    background-color: #484848;
    font: black;
}

#content h1 {
    color: #000033;
    border-bottom: 1px solid #484848;
    font: black;
}

#sidebar {
	width: inherit;
	background-color: #484848;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-left: 1px solid #ccc;
}

#view-panel {
    margin-top: 1em;
}

#view-panel table {
    border-spacing: 0px;
    border-collapse: collapse;
}

#view-panel h1 {
    border: none;
    font-size: 120%;
}

#view-panel h1 {
    border: none;
    background: none;
    padding: 0;
    margin: 1em 0;
}

#view-panel h2 {
    border: none;
    background: none;
    padding: 0;
    margin: 0.5em;
}

h4 {
    border: none;
    background: none;
    padding: 0;
	font-size-adjust: 0.75;
}

.item {
    border: 1px solid #fff;
    padding: 0.3em;
}

div.thumbnail {
    border:     2px solid #484848;
    padding:    1em;
    margin:     1em;
    width:      100px;
    height:     50px;
    text-align: center;
}

div.map-lens {
    width:      100px;
    height:     50px;
    text-align: center;
}

div.thumbnail div {
    height:     50px;
    overflow:   auto;
}        

div.exhibit-facet-body {
    background-color: #ffffff;
    border: 1px solid #fff;
}

div.exhibit-facet-header {
	color: white;
	background-color: #484848;
	padding-left: 10em;
}

table th {
    color: white;
    background-color: #484848;
    font-weight: bold;
    font-variant: small-caps
}

ol {
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
}

li {
	padding-bottom: 3px;
	border-top: 0px solid black;	
	border-bottom: 0px solid black;
}


 div.country-thumbnail {
     float:      left;
     width:      600px;
     height:     200px;
     border:     1px solid #484848;
     background: #E0E0E0;
     padding:    .7em;
     margin:     0.5em;
     text-align: left;
 }
 .country {
     font-weight: bold;
 }


.nav {
	background-color:#920000;
	padding-left:120px;
	padding-top:3px;
	padding-bottom:3px;
	width:1000px;
}

.nav a:link {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	padding: 2px 15px 5px;
	
}

.nav a:visited { 
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	padding: 2px 15px 5px;
	
	}
.nav a:hover { 
	color: black;
	background-color: white;
	padding: 2px 15px 5px;
	text-decoration: none;
	font-weight: bold;	
	}
	
.nav a:active { 
	color: #ffffff;
	font-weight: bold;
	padding: 2px 15px 5px;
	}
	
.nav ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		} 

.nav ul li {
		margin-left: 0;
		margin-bottom:0;
		list-style: none;
		display: inline;
		}
