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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 13px;
	color: #000;
}

#TB_window a:link {color: #FFF;}
#TB_window a:visited {color: #FFF;}
#TB_window a:hover {color: #666;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}

#TB_window a img {border: none;}

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

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;
background-color:#FFF;
filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;}
.TB_overlayBG {
	background-color:#FFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

* 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;	
	z-index: 9999;
	display:none;
	text-align:center;
	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;
	border: none;
}

#TB_caption{
	font-size: 16px;
	line-height:20px;
	padding:10px;
}
#TB_secondLine {
	font-size: 13px;
}


#TB_closeAjaxWindow{
	padding:0;
	color:#FFF;
	display: inline;
	font-size: 10px;
}

#TB_ajaxWindowTitle{
	padding-right:30px;
	display: inline;
	font-size: 15px;
}
#TB_title{
	height:20px;
	text-align:center;
}
#TB_ajaxContent{
	padding-left:20px;
	overflow:auto;
	text-align:center;
	width: 100%;
}

#TB_ajaxContent.TB_modal{
	padding:0px;
}
#TB_ajaxContent p{
	padding: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_next{
	z-index:99;
	position:absolute;
	bottom: 15px;
	right: -10px;
}
#TB_prev{
	z-index:99;
	position:absolute;
	bottom: 15px;
	left: -30px;
}
#TB_prev a, #TB_next a{
	font-size:24px;
	text-decoration:none;
}
#TB_next a:hover img, #TB_prev a:hover img, #TB_closeWindow  a:hover img {
	filter: alpha(opacity=60);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 	-moz-opacity: 0.60;
	opacity:0.6;
}
#TB_closeWindow{
	z-index:99;
	position:absolute;
	top: 0;
	right: -15px;
}

#TB_closeWindow a{
	font-size:24px;
	text-decoration:none;
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	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;
}
