/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px  Helvetica, Arial, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px  Helvetica, Arial, sans-serif;
  color:#666666;
  margin:10px 0 0 0;
  line-height:15px;
  width:100%;
  text-align:center;
 
}
#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:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../shell/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=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 {
  /* position: fixed; */ /* default */
  position:absolute;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 5px solid #ffffff;
  text-align:left;
  left:50%;

}

#TB_window img#TB_Image {
  display:block;
  margin: 0px;
	border:none;
}
#TB_caption{
  float:left;
  padding:7px 0 5px 10px;
  border-left:#000000 solid 5px;
  height:30px;
  color:#242424;
  font-size:12px;
  display:inline;
  vertical-align:middle;
  line-height:14px;
 
}

#TB_caption b	{
	font-size:14px;
	}
		

#TB_regularContent{
  clear:both;
  padding:10px;
  overflow:auto;
  text-align:left;
  line-height:0px;
  font-size:0px;
  border-top:#000000 solid 3px;
  border-left:#000000 solid 5px;
  border-bottom:#000000 solid 5px;
  border-right:#000000 solid 5px;
 
}


#TB_clear	{
	width:100%;
	overflow:hidden;
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
	vertical-align:bottom;
	display:none;
	}
	
#TB_align	{
	width:1px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
}
#TB_closeWindow{
   padding:6px 0px 6px 0;
  border-right:#000000 solid 5px;
  text-align:right;
  height:30px;
  float:right;
 
}
#TB_closeAjaxWindow{
  padding:6px 0px 6px 0;
  border-right:#000000 solid 5px;
  text-align:right;
  height:30px;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  border-left:#000000 solid 5px;
  min-height:30px;
 
}
#TB_title{
	width:100%;
	overflow:hidden;
	border-top:#000000 solid 5px;
	
}

#TB_ajaxContent{
  clear:both;
  padding:10px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
  border-top:#000000 solid 3px;
  border-left:#000000 solid 5px;
  border-bottom:#000000 solid 5px;
  border-right:#000000 solid 5px;

}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#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 */
}

#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(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:1px;
  _margin-bottom:1px;
}
