@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font: 1em/1.6em Arial, "Verdana", Helvetica, sans-serif;
}

h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #421C65;
}

p {
	padding: 0 5px 0 0;
	line-height:140%;
	color: #000;
}

a {
	color: #0074F7;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

td {
    vertical-align: top;
}


#frame {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    background:  transparent;
}

#frame tr {
    vertical-align: top;
}
           
#content {
    width:              70%;
    background:   		transparent;
	padding-right: 10px;
	font-size: 90%;
}

#sidebar {
    width:                  30%;
    white-space:            nowrap;
	background-color: 		#EBEBEB;
    padding:                10px;
}

#content-s {
    width:              70%;
    background:   		transparent;
	padding-right: 10px;
	font-size: 90%;
}

#sidebar-s {
    width:                  30%;
    white-space:            nowrap;
	background-color: 		#EBEBEB;
    padding:                10px;
}

.exhibit-tabularView-body td {
	max-width:150px;
}

div.exhibit-collectionView-group h1 {
	#333333;
	font-size: 110%;
}

.exhibit-tileView-body td {
	width:100%;
}

ol.exhibit-tileView-body li {
	list-style-type: none;
	margin: 0 0 10px -40px;
}


ol.exhibit-tileView-body li .title {
	margin-bottom: 5px;
}

ol.exhibit-tileView-body li .summary {
	
}

div.map-lens {
    padding: 10px;
    font-size: 1em;
    width: 70%;
}

div.map-lens p {line-height : 1.3em;}

table.list p {
color:#666;
}

table.list h3 {
color:#0074F7;
font-size: 1.2em;
}

td.left {
width: 20% !important;
background:#f5f5f5;
}

td.mapleft {
width: 35% !important;
background:#f5f5f5;
}

span.address {
float:left;
clear:both;
}

div.exhibit-facet-body {
    background-color: #F5F5F5;
    border:           1px solid black;
    font-size: 90%;
}

div.exhibit-facet-header {
    color:      #333333;
    background: none
}