/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- 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: #7B9EA4;
	text-decoration: none
}
#TB_window a:visited    {
	color: #7B9EA4
}
#TB_window a:hover    {
	color: #7B9EA4;
	text-decoration: underline
}
#TB_window a:active    {
	color: #7B9EA4;
	text-decoration: underline
}
#TB_window a:focus   {
	color: #7B9EA4;
	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: 45%;
	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: 12px;
	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 input  {
	width: auto;
	text-decoration: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
	height: 23px;
}

#TB_ajaxContent input.radio2  {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
	border: none;
	background-color: transparent;
	height: 16px;
	width: 16px;
}


#TB_ajaxContent input.btn_22  {
	width: 87px;
	height: 23px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 9999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#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 }
