#TB_window {
	position:fixed;
	background:#FFF;
	z-index: 102;
	display:none;
	border: 1px solid #E1E5E6;
	-moz-box-shadow: 0 10px 70px #a6a6a6;
	-webkit-box-shadow: 0 10px 70px #a6a6a6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align:left;
	top:50%;
	left:49.5%;
	padding:20px 10px 20px 0;
	}

#TB_window img {
	float:left;
	margin:0 14px 10px 0;
	padding:0;
	display:block;
	}

#TB_window ul,
#TB_window ol {
	margin:0 0 13px 0;
	}

#TB_window ul li,
#TB_window ol li {
	line-height:1.28em;
	}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#FFF;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	}

#TB_window img#TB_Image {
	display:block;
	margin:0 0 0 20px;
	}

#TB_caption{
	display:none;
	}

#TB_closeWindow{
	position:absolute;
	right:0;
	height:36px;
	width:36px;
	margin:-38px -18px 0 0;
	}

#TB_closeAjaxWindow {
	position:absolute;
	right:0;
	height:36px;
	width:36px;
	margin:-38px -18px 0 0;
	}

#TB_closeAjaxWindow img {
	float:none;
	margin:0;
	}

#TB_ajaxWindowTitle {
	display:none;
	}

#TB_ajaxContent {
	clear:both;
	padding:0 10px 0 20px;
	overflow:auto;
	text-align:left;
	}

#TB_load {
	position: fixed;
	display:none;
	height:15px;
	width:15px;
	z-index:103;
	top: 10px;
	left: 10px;
	margin:0;
	}

* 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_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

* 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;
	}
