/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window  { color: #fff; font: 12px Arial, Trebuchet MS,"Helvetica Neue", Helvetica, Arial, sans-serif; }

#TB_secondLine  { color: #fff; font: 10px Arial, Helvetica, sans-serif }

#TB_window a:link    { color: #3b5caf; text-decoration: none }
#TB_window a:visited    { color: #3b5caf }
#TB_window a:hover    { color: #666; text-decoration: none }
#TB_window a:active    { color: #3b5caf; text-decoration: underline }
#TB_window a:focus   { color: #3b5caf; text-decoration: underline }

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay  { position: fixed; z-index: 99991; top: 0; left: 0; width: 100%; height: 100% }

.TB_overlayMacFFBGHack   { background-image: url("../images/macFFBgHack.png"); background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
.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: #3b3822; background-image: url("../images/map_bg.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: -1px 30px; text-align: left; display: none; padding-bottom: 20px; position: fixed; z-index: 99992; top: 50%; left: 50% }

* 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 { padding: 5px 30px 10px 25px; height: 15px; float: left }

#TB_closeWindow { padding: 5px 0 5px 0; height: 25px; float: right }

#TB_closeAjaxWindow  { text-align: right; margin-bottom: 1px; padding: 1px 18px 5px 0; float: right }

#TB_ajaxWindowTitle  { margin-bottom: 1px; padding: 0 0 5px 10px; float: left }

#TB_title  {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-image: url("../images/internal_banner_bkd.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 8px;
	padding-left: 5px;
	height: 30px
}

#TB_ajaxContent  { line-height: 1.4em; text-align: left; padding: 2px 15px 15px; clear: both; overflow: auto }
#TB_ajaxContent img    { margin: 0; padding: 0; top: -10px }

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p  { padding: 0 10px 0 0 }
#TB_ajaxContent select { color: #999; margin: 0 0 0 25px; padding: 0; width: 145px; height: 18px; border: solid 1px #ccc }
#TB_ajaxContent label     { color: #2247a4; font-size: 11px; font-weight: normal; text-transform: uppercase; display: block; margin: 0; padding: 0; clear: both }
#TB_ajaxContent input     { display: block; margin: 0; width: 275px }
#TB_ajaxContent input.btn3  { width: 161px; height: 33px; border-style: none }
#TB_ajaxContent input.check     { margin-right: 10px; width: 16px; height: 16px; float: left }
#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 }
