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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window,#TB_window2 {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
/*
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:99999;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {
  background: url(../_img/macFFBgHack.png) repeat;
}

.TB_overlayBG {
  background-color:#0d4a67;
  filter:alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

* html #TB_overlay { /* ie6 hack */
  position: absolute;
  height: 2000px;
}

#TB_window,#TB_window2 {
  position: absolute;
  z-index: 100000;
  color:#000000;
  display:none;
  text-align:left;
  left:50%;
}


#TB_window2 {
z-index:99100010
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#auto-overlay {
	display: none;
} 
#TB_window.overlay-emergency-teaser #TB_title,
#TB_window.overlay-emergency-teaser #TB_ajaxContent,
#TB_window.overlay-emergency-teaser #TB_ajaxFooterWide {
	width: 700px !important;
	margin: 0 10px;
	background: url(../_img/emergency-overlay.png) no-repeat 0 0;
}

#TB_window.overlay-emergency-teaser #TB_ajaxContent {
	background-position: 0 -20px;
	background-color: #BCBCBC;
}
#TB_window.overlay-emergency-teaser #TB_ajaxFooterWide {
	height: 10px;
	background-position: 100% 100%;
}
.overlay-emergency-teaser {
	padding: 0 20px;
	color: #033783;
	overflow: hidden;
	zoom: 1;
}
.overlay-emergency-teaser h2 {
	font-size: 35px;
	margin: 0 0 20px;
}
.overlay-emergency-teaser p,
.overlay-emergency-teaser ul {
	margin: 10px 0 20px;
}
.overlay-emergency-teaser .et-text {
	float: left;
	width: 360px;
}
.overlay-emergency-teaser .et-aside {
	float: right;
	width: 280px;
}
.overlay-emergency-teaser h3 {
	font-size: 20px;
	margin: 25px 0 20px;
}
.overlay-emergency-teaser ul {
	list-style: disc;
	margin-left: 20px;
}
.overlay-emergency-teaser .et-phonenumber h3 {
	font-size: 14px;
	margin-top: 0;
	padding: 8px 0 10px 50px;
	background: url(../_img/emergency-phone.png) no-repeat 0 0;
}
.overlay-emergency-teaser .et-phonenumber .phone-number {
	font-size: 29px;
	text-align: center;
}
.overlay-emergency-teaser p.et-mod {
	color: #333;
	font-size: 12px;
}
.overlay-emergency-teaser a.et-more {
	display: block;
	padding-left: 15px;
	font-size: 18px;
	background: url(../_img/blue-arrow.png) no-repeat 0 6px;
	color: #033783;
}
.overlay-emergency-teaser a.et-more:hover,
.overlay-emergency-teaser a.et-more:focus,
.overlay-emergency-teaser a.et-more:active,
.overlay-emergency-teaser a.et-more.a11y-focus {
	color: #033783;
	text-decoration: underline;
}
#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:10px 9px 0px 0;
  text-align:right;
  float:right;
}

#TB_closeAjaxWindow #TB_closeWindowButton{
  position:relative;
  display:block;
  width:13px;
  height:12px;
  background-image: url(../_img/icon_thickbox_close.gif );
  background-repeat: no-repeat;
  text-indent: -99999px;
}

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

#TB_title {
  height:28px;
  background-image: url(../_img/bg_thickbox_top.png );
  background-repeat: no-repeat;
}
* html #TB_title {
  background-image: url(../_img/bg_thickbox_top-ie.png );
}

#TB_title.TB_ajaxTitleWide {
  background-image: url(../_img/bg_thickbox_wide_top.png );
}
* html #TB_title.TB_ajaxTitleWide{
  background-image: url(../_img/bg_thickbox_wide_top-ie.png );
}
#TB_ajaxContent {
  clear:both;
  overflow:hidden;
  position:relative;
  background-image: url(../_img/bg_thickbox_middle.png );
  background-repeat: repeat-y;
}
* html #TB_ajaxContent {
	background-image: url(../_img/bg_thickbox_middle-ie.png );
}
#TB_ajaxContent.TB_ajaxContentWide{
  background-image: url(../_img/bg_table4_columns_middle.png );
  background-repeat: repeat-y;
}
* html #TB_ajaxContent.TB_ajaxContentWide{
  background-image: url(../_img/bg_table4_columns_middle.png );
}


#TB_ajaxFooter{
  height:16px;
  width:100%;
}

.thickfoot_left{
  background-image: url(../_img/bg_thickbox_bottom_left.png);
  background-repeat: no-repeat;
}
* html .thickfoot_left{
  background-image: url(../_img/bg_thickbox_bottom_left-ie.png);
}
.thickfoot_right{
  background-image: url(../_img/bg_thickbox_bottom_right.png);
  background-repeat: no-repeat;
}
* html .thickfoot_right{
  background-image: url(../_img/bg_thickbox_bottom_right-ie.png);
}

.thickfoot_center{
  background-image: url(../_img/bg_thickbox_bottom_center.png);
  background-repeat: repeat-x;
}
.overlay-emergency-teaser #thickfooter {
	margin-left: -10px;
}
.overlay-emergency-teaser .thickfoot_center {
    height: 10px;
	background: url("../_img/emergency-overlay.png") no-repeat scroll 100% 100% transparent;
    width: 700px !important;
}
* html .thickfoot_center{
  background-image: url(../_img/bg_thickbox_bottom_center-ie.png);
}

.overlay-emergency-teaser .thickfoot_right,
.overlay-emergency-teaser .thickfoot_left {
    display: none;
}

 #TB_ajaxFooterWide{
  width:720px;
  height:6px;
  background-image: url(../_img/bg_table4_columns_bottom.png );
  background-repeat: no-repeat;
}

#TB_ajaxContent.TB_modal{
  padding:15px;
}

#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -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:0;
}
#TB_window.survey-container {
	width: 773px !important;
}
.survey-container #TB_title,
.survey-container #TB_ajaxFooterWide {
	display: none;
}

.survey-container #TB_ajaxContent {
	overflow: visible;
	width: 773px !important;
	background: #fff;
}
#surveypopupcontainer {display: none;}

