/* ------------------------------------------------------------------------------------*/
/* ---------->>> 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 {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #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 {
	z-index: 1050;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;
	background: transparent;
}

* 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;
	padding: 7px 0 10px 18px;
}

#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_contentHeader {
	clear: both;
	width: 100%;
	height: 30px;
}

#TB_buttonColor {
	z-index: 1005;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 100px;
	height: 15px;
	background: #000;
}

#TB_contentHeaderImage {
	z-index: 1010;
	position: absolute;
	width: 100%;
	height: 30px;
	background: transparent url(/images/thickbox_top.png) top left no-repeat;
}

#TB_contentHeaderImage a {
	display: block;
	position: absolute;
	right: 0;
	width: 120px;
	height: 100%;
}

#TB_ajaxContent {
	clear: both;
	text-align: left;
	line-height: 1.4em;
	overflow: auto;
	border: 10px solid #FFF;
	border-top: 0;
}

/*#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: 1003;
}

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

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