/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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 <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#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:#000;
	filter:alpha(opacity=34);
	-moz-opacity: 0.34;
	opacity: 0.34;
}

#TB_window {
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:0;
  left:-3000px;
	float: left;
}


#TB_window img#TB_Image {
	display:block;
	margin: 10px 0 0 10px;
	border: 1px solid #ccc;	
}

#TB_caption {
	padding:7px 10px 7px 10px;
	float:left;
	font-size: 11px;
}

#TB_closeWindow {
	position: absolute;
	top:-10px;
	left:100%;
	margin-left:-20px;
}

#TB_closeAjaxWindow {	
	text-align:right;	
	position:absolute;
	top:6px;
	left:100%;
	margin-left: -25px;
}

#TB_ajaxWindowTitle {
	font: 24px "Trebuchet MS";
	color:#4e5154;
	margin:0px 30px 0px 15px;
	padding:5px 0 10px 0px;
	border-bottom: 2px solid #bff800;
	line-height: 20px;
	background: #fff;
	position: relative;
  bottom: -3px;	
}

#TB_title {
	background-color: #fff;
	height: 37px;
	border-left: 1px solid #a5a5a5;border-right: 1px solid #a5a5a5;
} 

#TB_center {
	border-left: 1px solid #a5a5a5;border-right: 1px solid #a5a5a5;
	background-color: #fff;
	padding-bottom: 10px;
}

#TB_center #TB_centerContent {
	overflow:auto;	
	background-color: #fff;
	margin:0px 10px 0px 10px;
	padding-bottom: 0px;
}

#TB_footer {clear: both;}

#TB_ajaxContent{		
	margin:0px 5px 0px 5px;
	padding:8px 0px 5px 0px;	
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#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 */
}

#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%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/*====ROUND CORNER IN DIALOG====*/
.borderBottom, .borderTop {font-size: 0px;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xtop .borderColor, .xbottom .borderColor {border-left:1px solid #dadada; border-right:1px solid #dadada;}
.xtop b.xb2, .xbottom b.xb2 {border-left-width:2px; border-right-width:2px;}

.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1 {height:1px;}
.xb2, .xb3 {height:1px;}
.xb1 {margin:0 5px; }
.xb2 {margin:0 3px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.borderColor {border-color: #a5a5a5;}
.bgrColor {background-color: #fff;}
.borderTopBottomColor {background-color: #a5a5a5;}

* html #TB_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html #TB_window {position: absolute;}
* html #TB_load {position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
* html #TB_HideSelect {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

