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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window  { color: #fff; font: 12px Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#TB_secondLine  { color: #fff; font: 10px Arial, Helvetica, sans-serif }

#TB_window a:link  { color: #e6d08e }
#TB_window a:visited  { color: #e6d08e }
#TB_window a:hover  { color: #cacaca }
#TB_window a:active  { color: #e6d08e }
#TB_window a:focus { color: #e6d08e }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay  { position: fixed; z-index: 99991; top: 0; left: 0; width: 100%; height: 100% }

.TB_overlayMacFFBGHack  { background: url("../images/macFFBgHack.png") }
.TB_overlayBG {
	background-color:#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   { color: #5c5031; background: #fff; text-align: left; display: none; position: fixed; z-index: 99992; top: 50%; left: 50%; border-style: solid; border-width: 3px; border-color: #46350a #725a1d #6d5720 #46350a }

* 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; border-style: solid; border-width: 1px; border-color: #666 #ccc #ccc #666 }

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

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

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

#TB_title { color: #fff; font-size: 18px; font-weight: bold; background-image: url("../images/internal_banner_bkd.jpg"); background-position: -15px -20px; padding-top: 10px; height: 50px }

#TB_ajaxContent { line-height: 1.4em; text-align: left; padding: 2px 15px 15px; clear: both; overflow: auto }
#TB_ajaxContent img  { margin: 20px 0 0; padding: 0; border: solid 5px #ccc }

#TB_ajaxContent.TB_modal{
	padding:15px;
}

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

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

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

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

#TB_iframeContent { margin-top: 1px; margin-bottom: -1px; clear: both; border: none; _margin-bottom: 1px }

