/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#222;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	z-index: 102;
	display:none;
	text-align:left;
	top:51%;
	left:50%;
	position: fixed;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 49%;
	left:41%;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> detail Archive <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#detail_wrapper {
	position:absolute; z-index:1;
	width:920px;
	height:740px;
	background:#000000;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
#detail_contents {
	position:absolute; z-index:2;
	width:920px;
	margin-left:39px;

}
#detail_txt {
	width:226px;
	height:450px;
	float:left;
}
#detail_txt h1 {
	margin:0px;
	margin-bottom:35px;
	padding:0px;
	line-height:0px;
}
#detail_txt h2 {
	margin-bottom:5px;
}

#detail_txt02 {
	width:226px;
	height:450px;
	float:right;
}
#detail_txt02 h1 {
	margin:0px;
	margin-bottom:35px;
	padding:0px;
	line-height:0px;
}
#detail_txt02 h2 {
	margin-bottom:5px;
}

#detail_img {
	width:280px;
	height:398px;
	padding-right:30px;
	float:right;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#detail_img table {
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
}

#detail_img02 {
	width:280px;
	height:398px;
	padding-right:30px;
	float:left;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#detail_img02 table {
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
}

#close {
	text-align:center;
	margin:30px 80px 0px 0px;
}
#detail_next_back {
	width:38px;
	margin-top:10px;
}
#detail_next {
	text-indent:-9999px;
	width:15px;
	height:10px;
	float:right;
	background:url(../exhibitions/img/icon_next.gif) no-repeat;
}
#detail_next a,
#detail_back a {
	display:block;
	width:15px;
	height:10px;
}
#detail_next a:hover {
	text-indent:-9999px;
	width:15px;
	height:10px;
	float:right;
	background:url(../exhibitions/img/icon_next_ovr.gif) no-repeat;
}
#detail_back {
	text-indent:-9999px;
	width:15px;
	height:10px;
	float:left;
	background:url(../exhibitions/img/icon_back.gif) no-repeat;
}
#detail_back a:hover {
	text-indent:-9999px;
	width:15px;
	height:10px;
	float:left;
	background:url(../exhibitions/img/icon_back_ovr.gif) no-repeat;
}

.txt_detail {
	color:#FFFFFF;
	font-size:11px;
	line-height:2em;
	height:162px;
}
.txt_detail_cap {
	color:#FFFFFF;
	font-size:10px;
	line-height:1.5em;
	padding:0px 0px 10px 0px;
}

.link_info a{
color: #FF9900;

}