/* - - - - - - CSS Document - - - - - - - - -

Title : Style Sheet for Thickbox
Author : Cody Lindley, Jason Levine

- - - - - - - - - - - - - - - - - - - - - */

html, body {height:100%;}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.5;
}

#TB_window {
	position: absolute;
	background: #BA8745;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #E7B868;
}

#TB_window img {
	display:block;
	margin: 15px 0px 0px 15px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:20px 20px 20px 20px;
	overflow: visible;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

#TB_caption {
	padding:0px 0px 0px 25px;
	float:left;
	font-family: Haettenschweiler;
	font-size: 14px;
	word-spacing: 5px;

}

#TB_SecondLine, #TB_ImageDIV, #TB_ajaxContent {
	clear: both;

}
#TB_closeWindow, #TB_prev, #TB_next{
	height:auto;
	padding:0px 0px 0px 0px;
	float:right;
}
.CSSCONTENT {
	margin-left: 200px;
	background-color:#EFC6A8;
	overflow: visible;
	height: 700px;
	margin-top: 50px;
	float: left;

}
.CSSMENU {
position: fixed;
width: 200px;
left: 20px;
padding:0px;
margin-top:100px;
}

.LINKMENU {
	border:solid, #000;
	background-color:#EFC6A8;
	border-color:#000;
	border-style:solid;
	border-width:medium;
	padding:10px;
	
}
H2	{
	color:#EFC6A8;
	text-align:right;
	padding-bottom: 20px;
	border-bottom-color: #EFC6A8;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
.exhibpanelINDEX {
	font-family: Sylfaen;
	background-color: #BA8745;
	height: auto;
	width: auto;
	border: thin solid #804000;
	color: #E7B868;
	text-align: center;
	line-height: 9pt;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 75%;
	vertical-align: top;
}