#TB_overlay{
	position: fixed;
	z-index: 9991;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack{background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG{
	background-color: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#TB_window{
	display: none;
	position: fixed;
	background: #fff;
	z-index: 9992;
	top: 50%;
	left: 50%;
	text-align: left;
}
#TB_Image{margin: 10px 0 0 10px;}
#TB_caption, #TB_closeWindow{
	padding: 10px;
}
#TB_caption{float: left;}
#TB_closeWindow{float: right;}
#TB_load{
	display: none;
	position: fixed;
	height: 13px;
	width: 208px;
	z-index: 9993;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}
#TB_HideSelect{
	z-index: 9990;
	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;
}

* 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;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* 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');
}
