/* ------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<--------------------------*/
/* ------------------------------------------------------------------------------------*/
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}

#TB_window a {color: #900;}
#TB_window a:visited {color: #900;}
#TB_window a:hover {color: #900; text-decoration: underline;}
#TB_window a:active {color: #900;}
#TB_window a:focus{color: #900;}

/* ------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 100;
}

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

#TB_window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;
	background: #FFF;
	z-index: 102;
}

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

#TB_caption {
	float: left;
	width: 250px;
	padding: 7px 0 10px 18px;
}

.TB_caption_link {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

#TB_closeWindow {
	float: right;
	padding: 7px 15px 10px 0;
}

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

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

#TB_title {
	height: 27px;
	background: #E8E8E8;
}

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

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

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

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

* 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 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border: none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 99;
}

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