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

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
#TB_window {
  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 <<<-----------------------------------------------------------------------------*/
A:link {text-decoration: underline; font-weight: bold; color: #8ccc3e;}
A:visited {text-decoration: underline; font-weight:bold; color: #8ccc3e}
A:active {text-decoration: underline; font-weight:bold; color: #8ccc3e}
A:hover {text-decoration: underline; font-weight:bold; color: #00FF00; }

#TB_overlay {
	position: fixed;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.9;
}
.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.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 {
	position: absolute;
	width: 620px;
	z-index: 102;
	display:none;
	background: #050000;
	top:80px;
	left:50%;
	padding: 10px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 5) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img {
	display:block;
	border: none;
	margin-left: 10px;
}
#TB_caption{
	font-family: "Franklin Gothic", "Trade Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	float: left;
}

#TB_description{
	font-family: "Franklin Gothic", "Trade Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	line-height: 140%;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #868b7f;
}
#TB_closeWindow{
	font-family: "Franklin Gothic", "Trade Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	margin-right: 10px;
	float: right;
	color: #8ccc3e;
}
#TB_ImageDiv {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 10px;
	}

#TB_title{
	height:27px;
}
#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


