/*Base exhibit stylesheet to import into exhibition .css files*/

div {
	margin:0;	
}

*html div { 
	margin:0;
}

#header a:hover {
	color: #F26522;
}

#header a:link {
	color: #ffffff;
}

#header a:visited {
	color: #ffffff;
}

#header {
	float:left;
	font:70% Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding:5px; 
	top:0px;
	left:0px;
	right:0px;
}

#toplist a:hover{
	color: #F26522;
}

#toplist a:link {
	color: #ffffff;
}

#toplist a:visited {
	color: #ffffff;
}

#toplist {
	text-align:right; 
	font:70% Verdana, Arial, Helvetica, sans-serif;
	/*white-space:nowrap;*/
	background-color:#000; 
	padding:5px; 
	margin:0px;
	color:#ffffff;
	font-weight:bold;
}

.red {
	color:#FF0000;
}

.float-wrapper {
	float: left; 
	width: 66%;
} 

.first-col {
	float: left; 
	width: 50%;
}

.second-col {
	margin-left: 50%;
}

.third-col {
	margin-left: 66%;
}

#exhibits_header_wrapper {
	/*background-image:url("/exhibits/exhibits_header_bg.jpg");*/
	background-repeat:repeat-x;
	background-color:#FFF;
	height:50px;	
}

#exhibits_header_date {
	position:relative;
	/*left:100px;*/
	top:-13px;
	width:300px;
	height:1px;
	text-align:right;
	font-size:60%;
	color:#000;
	display:inline;
	left:0px;
	right:0px;
}

#exhibits_header_date_white {
	position:relative;
	/*left:100px;*/
	top:-13px;
	width:300px;
	height:1px;
	text-align:right;
	font-size:60%;
	color:#000;
	display:inline;
	left:0px;
	right:0px;
}

*html #exhibits_header_wrapper {
	margin:0;
}

#exhibits_header_title {
	float:left;
}

test-opaque {
	height:50px; 
	background:blue; 
	filter:alpha(opacity=40); 
	-moz-opacity:.40;
	opacity:.40; 
	position:absolute; 
	top:23px; 
	left: 0px; 
	width: 100%;
}

#top_wrapper {
	height:50px;
	width:100%;
	margin-bottom:0px;
	text-align:right;
}
/* \*/
*html #top_wrapper {
	margin:0px; overflow:hidden;
}
/**/

#toplist {position:relative;}

#header {width:50%;z-index:1000;}

#full_height_container {
	/* \*/
	height:100%;
	position:relative;
	width:100%;
	/**/
}

#wrapper {
	min-height:100%;
	/* \*/
  	height:100%;
	/**/	
}

#wrapp\65	r{ 
	height:auto; 
}

/* \*/
* html #wrapper{
  height:100%;
}
/**/

/* \*/
*html #full_height_container {
	height:auto;
}
/**/