/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #2d3331;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:#555;
}
#TB_secondLine #TB_count {
	position: absolute;
	left: 50%;
	width: 80px;
	margin-left: -40px;
	display: block;
	text-align: center;
}
#TB_secondLine #TB_prev {
	position: absolute;
	left: 10px;
	background:transparent url(../images/arrowBigLeft.gif) no-repeat scroll left 3px;
	padding-left:6px;
	padding-right:3px;
	margin-left: 5px;
}
#TB_secondLine #TB_next {
	position: absolute;
	right: 10px; 
	background:transparent url(../images/arrowBigRight.gif) no-repeat scroll right 3px;
	padding-left:3px;
	padding-right:12px;
	margin-right: 5px;
}
#TB_secondLine a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#TB_window a {color: #555555;}
#TB_window a:hover {color: #ff7100;}
#TB_window a#TB_ImageOff:hover img {
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000000;
	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: fixed;
	background: white;
	z-index: 102;
	color:#2d3331;
	display:none;
	border: 3px solid #fff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#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;
}

#TB_caption{
	height: 25px;
	padding: 7px 25px 5px 20px;
	float:left; display: inline;
}

#TB_closeWindow,
#TB_closeAjaxWindow {
	height: 15px;
	padding: 15px 20px 15px 0;
	float: right; display: inline;
}
* html #TB_closeWindow,
* html #TB_closeAjaxWindow { /* IE6 height fix */
	height: 15px;
}
#TB_closeWindow a,
#TB_closeAjaxWindow a {
	display: block;
	/*width: 15px; height: 15px;*/
	/*background: url(/images/ico_close.gif) no-repeat right top;*/
	/*text-indent: -999em;*/
	color: #a0d214;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#TB_closeWindow a:hover,
#TB_closeAjaxWindow a:hover {
	/*background: url(/images/ico_close.gif) no-repeat right -15px;*/
	color: #fff;
}
#TB_closeWindowButton {
	display: block; /* ie6 */ 
}
#TB_ajaxWindowTitle {
	float:left; display: inline;
	padding: 0 0 0 10px;
	font-size: 11px;
}
#TB_ajaxWindowTitle h3 {
	padding: 0 0 0 10px;
	line-height: 42px;
	font-size: 16px;
	color: #a0d214;
}	
#TB_title{
	/*border: 3px solid white;*/
	/*background-color:#cc5f0e;*/
	background-color:#393939;
	height:45px;
	font-weight: bold;
	font-family: Verdana,Geneva,sans-serif;
	/*color: white;*/
	color: #a0d214;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 3px #A0D214 solid;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:32px;
	width:32px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -30px; /* -height/2 0 0 -width/2 */
	text-align: center;
}

* 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:1px;
	_margin-bottom:1px;
}

