/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}


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


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

/* CHANGE */
#TB_load{background-color:#f6f6f6; color:#003366; padding:20px; margin: -34px 0 0 -34px; /* -height/2 0 0 -width/2 */ -webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px; position: fixed; display:none; text-align:center; z-index:103; top: 50%; left: 50%; }
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG { background-color:#373735; filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;}
.TB_background{background-color:#d3d3d3;}
.TB_color{color:#003366;}
#TB_CounterThis{color:#c8340d;}

#TB_window {color:#003366; border:none; position: fixed; z-index: 102; display:none;
			text-align:left; top:50%; left:50%; clear:both; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
#TB_window img#TB_Image {border:none; margin:0 25px;}
#TB_ImageOff{display:block; height:auto;}
#TB_window a{color:#003366;}

#TB_TopWindow{margin:8px 18px; height:18px;}
#TB_OriginalSize{float:left;}

#TB_closeWindowButton{padding:5px 35px 0 0; width:80px; height:36px; position:absolute; top:0; right:0;
						text-align:right; display:block; margin:0;}
#TB_closeWindowButton #TB_CloseImg{width:34px; height:34px; position:absolute; top:-6px; right:-6px; background: url(close.png) right top no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/thickbox/close.png', sizingMethod='noscale'); }

#TB_prev{width:30%; top:34px; left:-20px; padding:0; margin:0; position:absolute; background: url(prev.gif) left center no-repeat; text-decoration:none; display:block; filter:alpha(opacity=25); -moz-opacity: 0.25; -khtml-opacity: 0.25; opacity: 0.25;}
#TB_prev:hover{filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
#TB_next{width:30%; top:34px; right:-20px; padding:0; margin:0; position:absolute;  background: url(next.gif) right center no-repeat; text-decoration:none; display:block; filter:alpha(opacity=25); -moz-opacity: 0.25; -khtml-opacity: 0.25; opacity: 0.25;}
#TB_next:hover{filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}

#TB_BottomWindow{margin:8px 18px; height:18px;}
#TB_Caption{position:relative; width:50%; float:left;}
#CounterImages{padding:0; margin:0; margin-left:50%; text-align:right;}

/* /CHANGE */


* 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_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

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

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

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


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