/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#IE_bottomBar
{
	height: 55px;
	background: #C4D5EF;
}
#IE_headerBar
{
	height: 55px;
	background: #C4D5EF;
	overflow: hidden;
}
#IE_estimateMenu
{
	display: none;
}
.ie_list
{
	margin-top: 16px;
	margin-left: 70px;	
	position: absolute;
}
.ie_list ul
{
	padding: 0px;
	margin: 0px;
}
.ie_list ul li
{
	display: inline;
	margin-left: 10px;
}
#IE_footer
{
	text-align: center;
	color: #192C67;
	padding-top: 44px;
	width: 590px;
}
#IE_powered
{
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
}
#IE_powered a img
{
	margin-top: -3px;	
}
#IE_poweredFont
{
	float: left;
	margin-top: 40px;
	margin-right: 9px;
}
#IE_powered a
{
	text-decoration: none;
	color: #192C67;
}
#IE_close
{
	position: absolute;
	margin-top: 51px;
	margin-left: 6px;
}

#IE_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#IE_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#IE_window a:link {color: #192F69;}
#IE_window a:visited {color: #192F69;}
#IE_window a:hover {color: #000;}
#IE_window a:active {color: #192F69;}
#IE_window a:focus{color: #192F69;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#IE_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.IE_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.IE_overlayBG {
  background-color:#000;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.50;
}
* html #IE_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#IE_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 10px solid #192F69;
  text-align:left;
  top:50%;
  left:50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
* html #IE_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#IE_window img#IE_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;
}
#IE_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#IE_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#IE_closeWindowButton
{
	color: #192F69;
	text-decoration: none;
}
#IE_closeWindowButton img
{
	border: 0px;
}
#IE_closeWindowButton:hover
{
	background: none;
}
#IE_closeAjaxWindow{
	position: absolute;
	margin: 5px 0px 0px 704px;
}
#IE_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#IE_title{
  background-color:#e8e8e8;
  height:27px;
}
#IE_bWrap
{
	margin-top: 15px;	
}
#IE_ajaxContent{
  clear:both;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 15px 0px 15px;	
	overflow-y: auto;
	overflow-x: hidden;
	height: 485px;
	width: 730px;
}
#IE_pWrap
{

}
#IE_ajaxContent.IE_modal{
  padding:15px;
}
#IE_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#IE_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 #IE_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#IE_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 #IE_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#IE_iframeContent{
  clear:both;

  border:none;
  margin-bottom:0px;
  margin-top:0px;
  _margin-bottom: 0px;
}