/* --------------------------- thickbox specific link and font settings */
#TB_caption a, #TB_closeWindow a {
	color: #3574a1;
	border-bottom: 1px dotted #3574a1;
}
#TB_caption a:hover, #TB_closeWindow a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
/* --------------------------- thickbox settings */
#TB_overlay {
	position: fixed;	
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.TB_overlayBG {
	background: #000;
	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 {
	display: none;
	position: fixed;
	background: #ffffff;	
	top: 50%;
	left: 50%;
	z-index: 102;
	color: #000;
}
* 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;
	border-bottom: 1px dotted #333;
}
#TB_caption {
	float: left;
	padding: 10px 10px 10px 20px;
}
#TB_closeWindow {
	float: right;
	padding: 10px 17px 10px 10px;	
}
#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;	
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	z-index: 103;
}
* 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;
}
