/* @override 
	http://localhost:8888/thehumanbrain/web/var_1_3/thickbox/thickbox.css
	http://localhost:8888/thehumanbrain/web/thickbox/thickbox.css
	http://localhost/thehumanbrain/web/thickbox/thickbox.css
*/

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

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

#TB_secondLine {
	background: #fff;
	color: #4c4c4c;
	display: inline-block;
	height: 17px;
	min-width: 100px;
	max-width: 100%;
	width: 100%;
}

#TB_window a:link,
#TB_window a:visited{
	/*border: 1px solid #990000;*/
	color: #990000;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	/*line-height: 12px;*/
	margin: 0 0 0 0;
	/*padding: 8px 17px 8px 8px;*/
	width: 100px;
	}
#TB_window a:visited { 	color: #990000; }
#TB_window a:hover { color: #990000; }
#TB_window a:active {color: #990000; }
#TB_window a:focus{ color: #990000; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

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

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align: left;
	top:50%;
	left:50%;
}

* 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_window img#TB_Image {

	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#TB_caption{
	background-color: #f2f2f2;
	color: #666;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	/*float:left;*/
	min-height: 16px;
	height: 14px;
	/*height: auto;*/
	padding: 0px 0px 0px 0px;

	width: 100%;


}

#TB_caption h3 {
	font-size: 12px;
	padding: 0 0 0 20px;
	height: 16px;
	line-height: 16px;
}

#TB_closeWindow {
	/*padding: 8px 17px 8px 8px;*/
	/*border: 1px solid red;*/
	/*padding:11px 25px 10px 0;*/
	background: #fff url(../img/close_window.gif) no-repeat 0px -3px;
	bottom: 0;
	float: left;
	height: 35px;
	margin: 00px 0px 0 0 ;
	text-indent: 35px;
	width: 50px;

}



#TB_closeAjaxWindow {
	/*background: #fff url(img/close_window.gif)*/;
	/*padding: 7px 10px 5px 0;*/
	margin-bottom: 1px;
	/*border: 1px solid red;*/
	bottom: 0;
	height: 27px;
	line-height: 27px;
	text-align: right;
	float: left;
}

#TB_closeWindowButton {
	text-align: left;
	text-indent: 0;
	height: 27px;
	width: 50px;
}

#TB_ajaxWindowTitle{
	float:left;
	/*padding:7px 0 5px 10px;*/
	margin-bottom:1px;
	margin-right: 20px;
	margin-left: 5px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	line-height: 27px;
}

#TB_ajaxContent{
	clear:both;
	padding: 2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* 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');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

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

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_customGrouping {
	
	display: inline-block;
	height: 17px;
	margin: 0px 0 0 0;
	padding: 1px 0 0 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
}

#TB_window #TB_prev,
#TB_window #TB_prev a, 
#TB_window #TB_prev a:link,
#TB_window #TB_next,
#TB_window #TB_next a,
#TB_window #TB_next a:link,
#TB_imageCount p 
{
	display: inline-block;		
	float: left;
	font-size: 10px;	
	line-height: 16px;
	margin: 0px 0 0 0;
	padding: 0px;


}

#TB_window #TB_prev a:link { width: 70px; }

#TB_window #TB_next a:link { width: 50px; }

#TB_window #TB_imageCount p {
	line-height: 16px;
	text-align: center;	
	width: 100px;
}
#TB_window #TB_a.buttonx,
a.buttonx {
	/*color: #fff;*/	
	background: transparent url(../img/_style/buttonx_right.png) no-repeat scroll top right;
	color: #515151;
	display: block;
	float: left;
	font: bold 11px arial, sans-serif;
	height: 35px;
	margin: 6px 3px 3px 0px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
}

#TB_window #TB_a.buttonx span,
a.buttonx span {
	background: transparent url(../img/_style/buttonx_left.png) no-repeat;
	display: block;
	line-height: 25px;
	padding: 5px 0 5px 9px;
}

#TB_window img{
	float: left;
}
