/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: 20px Georgia, serif;
	padding-top:214px;
}

#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: absolute;
	z-index:100;
	top: 130px;
	left: 0px;
	height:490px;
	width:825px;
		background: #ffffff;

}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1;
}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
	top: 130px;
	left: 0px;
	height:1200px;
	width:2000px;
}

#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:0px;
	left:0px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: 130px;
}

#TB_window img#TB_Image {
	display:block;
	float:left;
	margin-left:25px;
	margin-top:10px;
	position:relative;
	}
	
#TB_caption{
	height:25px;
	padding:50px 0px 10px 10px;
	float:left;
	font-size:12px;
	color:#999;
	width:200px;
	font-family:Georgia, serif;
	line-height:16px;
}

.TB_closeWindow{
	padding:0px 0px 0px 0px;
}

.TB_closeWindow a{
color:#999;
text-decoration: underline;
font-weight:normal;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:left;
	float:left;
}

#TB_closeAjaxWindow a{
text-decoration:underline;}


#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 0px;
	margin-bottom:1px;
}

#TB_title{
	height:27px;
	text-align: left;
}

#TB_ajaxContent{
	clear:both;
	padding:40px 15px 15px 0px;
	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: 140px;
	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: 600px;
     top: 140px;

}

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

#TB_prev a {
background:url(../images/arrow_back.png) no-repeat;
width:20px;
height:20px;
display:block;
text-decoration: none;
margin-top:200px;
float:left;
}

#TB_prev a:hover {
text-decoration: none;
}

#TB_prev a i {
width:20px;
height:20px;
visibility:hidden;
text-decoration: none;
}

.TB_next a {
background:url(../images/arrow_forward.png) no-repeat;
width:20px;
height:20px;
text-decoration: none;
margin-top:190px;
}

.TB_next a:hover {
text-decoration: none;
}

.TB_next a i {
width:20px;
height:20px;
visibility:hidden;
text-decoration: none;
}