
html {
height:100%;
}

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB2_window {
	line-height:1.4;
	color: #333333;
	padding:57px 8px 8px 8px;
}

#TB2_window a{
display:block;
}
#TB2_window a:link {color: #666666;}
#TB2_window a:visited {color: #666666;}
#TB2_window a:hover {color: #000;}
#TB2_window a:active {color: #666666;}
#TB2_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB2_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB2_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB2_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB2_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	 /*height: expression(Math.max( document.body.clientHeight , document.body.scrollHeight ) + 'px');*/
}

#TB2_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #2a2a2a;
	text-align:left;
	top:50%;
	left:50%;
	text-align:center;
}

* html #TB2_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB2_window a#TB2_ImageOff{
	padding:0;
	width:458px;
	height:344px;
}

#TB2_window img#TB2_Image {
	display:block;
}

#TB2_caption{
	margin:15px 0 0 0;
	padding:0 0 0 0;
	color:#ffffff;
	text-align:left;
}

#TB2_caption p{
	min-height:19px;
	height: auto !important;
	height: 19px;
	padding:0 0 1px 0;
}

#TB2_caption #TB2_secondLine {
	height:24px;
	padding:4px;
	color:#333333;
	background:#212121;
	zoom:1;
}

#TB2_caption #TB2_secondLine:after {
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	content:".";
	line-height:0;
}

#TB2_caption #TB2_secondLine #TB2_next {
	width:96px;
	height:24px;
	float:right;
	line-height:0;
	zoom:1;
}

#TB2_caption #TB2_secondLine #TB2_prev {
	width:96px;
	height:24px;
	float:left;
	line-height:0;
	zoom:1;
}

#TB2_closeWindow{
	width:26px;
	height:26px;
	position:absolute;
	top:16px;
	right:15px;
}

#TB2_closeWindow a{
	display:inherit;
	line-height:0;
}

#TB2_closeWindow a img{
	vertical-align:top;
}

#TB2_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB2_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB2_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB2_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB2_ajaxContent.TB2_modal{
	padding:15px;
}

#TB2_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB2_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 #TB2_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB2_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 #TB2_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB2_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
