/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333;
	font-size: 120.5%;
}

#TB_secondLine {
	color: #666;
}

#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus {
	color: #fff;
	text-decoration: underline;
}

#TB_window a:hover {
	text-decoration: none;	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	left: 0;
    position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

html > body #TB_overlay {
	height: 100%;
	position: fixed;
}

.TB_overlayMacFFBGHack {background: url(/images/bg_mac_ff_bg_hack.png) repeat;}

.TB_overlayBG {
	background-color: #606060;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

html #TB_window {
	background: #fff;
	border: 1px solid #525252;
	color: #000;
	display: none;
	left: 50%;
	position: absolute;
	text-align: left;
	top: 50%;
	z-index: 1002;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

html > body #TB_window {
	position: fixed;
	margin-top: 0;
}

#TB_window img#TB_Image {
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	display: block;
	margin: 15px 0 0 15px;
}

#TB_caption {
	display: inline;
	height: 25px;
	float: left;
	padding: 7px 30px 10px 25px;
}

#TB_closeWindow {
	display: inline;
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}

#TB_closeAjaxWindow {
	display: inline;
	float: right;
	margin-bottom: 1px;
	padding: 5px;
	text-align: right;
}

a#TB_closeWindowButton {
	background: url(/images/bg_thickbox_close.png) no-repeat 0 0;
	display: block;
	height: 14px;
	overflow: hidden;
	text-indent: -999em;
	text-align: left;
	width: 14px;
}

a#TB_closeWindowButton:hover {
	background-position: 0 -14px;
}

#TB_ajaxWindowTitle {
	color: #fff;
	display: inline;
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}

#TB_title {
	background-color: #606060;
	color: #fff;
	width: 100%;
	overflow: hidden;
}

#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 {
	display: none;
	height: 13px;
	left: 50%;
	margin: 0 0 0 -104px; /* 0 0 0 img-width/2 */
	position: absolute;
	top: 50%;
	width: 208px;
	z-index: 1003;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

html > body #TB_load {
	margin-top: -6px; /* img-height/2 */
	position: fixed;	
}

#TB_HideSelect {
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

html > body #TB_HideSelect {
	height: 100%;
	position: fixed;     
}

#TB_iframeContent {
	border: none;
	clear: both;
}

