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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.popup {
	position: fixed;
	z-index: 1100;
	color:#ffffff;
	text-align:center;
	top:50%;
	left:50%;}

#TB_window .b {
  background:url(../images/b.png);
  padding: 0;
}

#TB_window .tl {
  background:url(../images/tl.png) no-repeat top left;
}

#TB_window .tr {
  background:url(../images/tr.png) no-repeat top right;
}

#TB_window .bl {
  background:url(../images/bl.png) no-repeat bottom left;
}

#TB_window .br {
  background:url(../images/br.png) no-repeat bottom right;
}

#TB_window table {
  border-collapse: collapse;
}

#TB_window td {
  border-bottom: 0;
  padding: 0;
}

td.body {
	background: #000000;
	}

#TB_window td.tl, #TB_window td.tr, #TB_window td.bl, #TB_window td.br {
  height: 10px;
  width: 10px;
  padding: 0;
}

#TB_secondLine {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color:#592420;
}

#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:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background: #000000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

* 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;
	z-index: 1100;
	color:#ffffff;
	display:none;
	/*background: #232323;
	border: 2px solid #525252;*/
	text-align:center;
	top:50%;
	left:50%;
}

#TB_window a img { border: none;}

* 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');
}

a#TB_closeWindowButton {
	display: block;
	width: 90px;
	height: 27px;
	background: url('../images/closelabel.png') no-repeat top left;
	margin: 0;
	padding: 0;
	border: none;
	}

#TB_window img#TB_Image {
	display:block;
	margin: 15px;
	border: none;
}

#TB_caption{
	padding: 0;
	color: #888888;
}

a#TB_closeWindowButton{
	height:27px;
	padding: 0;
	float:right;
}

#TB_controls {float: left;}

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

/*span#TB_next {
	display: block;
	float: left;
	width: 32px;
	height: 27px;
	line-height: 90px;
	overflow: hidden;
	background: url('../images/lightbox-btn-next.gif') no-repeat top left;}*/

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

#TB_title{
	background-color: #000000;
	border-top: 1px solid #b2b2b2;
	height:27px;
	margin: 4px 12px 1px 12px;
	padding: 8px 0 10px 0;
}

#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:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* 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;
}
