/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#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 {
	width: 100%;
	height: 100%;
	position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
}

.TB_overlayMacFFBGHack {background: url(/jquery/thickbox-images/macFFBgHack.png) repeat; }

.TB_overlayBG {
	/*
	background-color:#fff;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
	*/
}

	* html #TB_overlay { /* ie6 hack */
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		position: absolute;
	}

#TB_window {
	background: #000000;
	border: 1px solid #525252;
	color: #000000;
	display: none;
	filter: alpha(opacity=70);
		-moz-opacity: 70;
		opacity: 70;
	position: fixed;
		left: 50%;
		top: 50%;
		z-index: 102;
	text-align: left;
}

	* html #TB_window { /* ie6 hack */
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		position: absolute;
	}

#TB_window img#TB_Image {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-top: 1px solid #666;
	display: block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height: 25px;
	float: left;
	padding: 7px 30px 10px 25px;
}

#TB_closeWindow{
	height: 25px;
	float: right;
	padding: 11px 25px 10px 0;
}

#TB_closeAjaxWindow{
	width: 35px;
	float: right;
	margin-bottom: 1px;
	padding: 7px 0 5px 0;
	text-align: right;
}

#TB_ajaxWindowTitle{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}

#TB_title{
	height: 27px;
	background-color: #000;
	color: #000;
}

	#TB_title a:link, #TB_title a:visited { color: #fff; text-decoration: none; }
	#TB_title a:active, #TB_title a:hover { color: #666; text-decoration: none; }

#TB_ajaxContent{
	clear: both;
	line-height: 1.4em;
	overflow: auto;
	padding: 2px 15px 15px 15px;
	text-align: left;
}

#TB_ajaxContent.TB_modal{
	padding: 15px;
}

#TB_ajaxContent p{
	padding: 5px 0;
}

#TB_load{
	width: 208px;
	height: 13px;
	display: none;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	position: fixed;
		left: 50%;
		top: 50%;
		z-index: 103;
}

	* html #TB_load { /* ie6 hack */
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		position: absolute;
	}

#TB_HideSelect{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	position: fixed;
		left: 0;
		top: 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{
	border: none;
	clear: both;
	margin-bottom: -1px;
		_margin-bottom: 1px;
	margin-top: 1px;
}
