/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{margin: 0;}
hr, p { margin-top: 6px; margin-bottom:6px; }
html, body {
min-height: 100%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Verdana, Helvetica, sans-serif;
  color:#a5a4a3;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#a5a4a3;
}
a {
	font-size:0.85em;
	font-weight:normal;
}	
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #a5a4a3;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #a5a4a3;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#161109;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#topRounded {
	position:absolute;
	z-index:102;
	width:700px;
	height:27px;
}
#topLeftCorner {
	float:left;
	width:30px;
	height:31px;
	background-image:url(../images/thickboxCorner.png);
	background-repeat:no-repeat;
	background-position:left;
}
#topStraight {
	float:left;
	height:26px;
	border-top: 4px solid #eecf8d;
	border-right: 4px solid #eecf8d;
	background-color:#161109;
}
#TB_window {
  position: absolute;
  background: #161109;
  z-index: 102;
  color:#a5a4a3;
  display:none;
  border-left: 4px solid #eecf8d;
  border-right: 4px solid #eecf8d;
  text-align:left;
}
#bottomRounded {
	position: absolute;
	z-index: 102;
	width:700px;
	height:30px;
}
#bottomRightCorner {
	float:left;
	width:30px;
	height:31px;
	background-image:url(../images/thickboxCornerRight.png);
	background-repeat:no-repeat;
	background-position:right;
}
#bottomStraight {
	float:left;
	height:27px;
	border-bottom: 4px solid #eecf8d;
	border-left: 4px solid #eecf8d;
	background-color:#161109;
}
#TB_window img {
  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;
}
#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:5px 10px 7px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#161109;
  height:27px;
  font-weight:bold;
  font-size:1.2em;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}
#TB_HideSelect{
  z-index:99;
  position:absolute;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#TB_iframeContent{
  color:#a5a4a3;
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
  
}
iframe {
	background-color:#161109;
	margin:0px;
}