/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
.clear { clear: both; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_secondLine { margin: 2px 15px 0 15px; padding: 4px; font: 11px Arial, Helvetica, sans-serif; font-weight: bold; background-color: #3f6374; }
#TB_secondLine a { font: 12px Arial, Helvetica, sans-serif; color: #010101; font-weight: bold; text-transform: uppercase; text-decoration: none; }
#TB_secondLine a:hover { color: #fff92b; text-transform: uppercase; text-decoration: none; }
#TB_secondLine .goprev { float: left; display: inline; width: 30%; text-align: left; }
#TB_secondLine .gocount { float: left; display: inline; width: 40%; text-align: center; }
#TB_secondLine .gonext { float: right; display: inline; width: 30%; text-align: right; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 100; }
.TB_overlayMacFFBGHack { background: url('/images/repeat_bg.png') repeat; }
.TB_overlayBG { /*background-color: #000; filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;*/ background: url('/images/repeat_bg.png') repeat; }

* 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%; color: #fff; text-align: left; background-color: #010101; padding: 4px; 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: 8px 0 0 15px; border: 0; }

#TB_caption { float: left; padding: 7px 15px 10px 15px; font: 12px Arial, Helvetica, sans-serif; line-height: 18px; color: #fff; }
#TB_caption b { font: 16px Arial, Helvetica, sans-serif; line-height: 20px; color: #3f6374; text-transform: uppercase; font-weight: bold; }
#TB_caption a { font: 12px Arial, Helvetica, sans-serif; line-height: 18px; color: #fff; text-decoration: underline; }
#TB_caption a:hover { color: #fff; text-decoration: none; }

#TB_closeWindow { padding: 8px 15px 0 0; text-align: right;  }
#TB_closeWindow a { font: 18px Arial, Helvetica, sans-serif; line-height: 20px; color: #3f6374; text-transform: uppercase; text-decoration: none; }
#TB_closeWindow a:hover { color: #fff92b; text-decoration: none; }

#TB_closeAjaxWindow { float: right; margin-bottom: 1px; padding: 7px 10px 5px 0; text-align: right; font-size: 12px; }
#TB_ajaxWindowTitle { float: left; margin-bottom: 1px; padding: 7px 0 5px 10px; }
#TB_title { display: none; }
#TB_ajaxContent {
	clear: both;
	padding: 0;
	overflow: hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{ }
#TB_ajaxContent p { }

#TB_load{
	position: fixed;
	display:none;
	height:19px;
	width:220px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -110px; /* -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: 0;
	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: 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;
}

