#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:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 999999;
	color:#000000;
	display:none;
	border: 1px solid #666666;
	text-align:center;
	top:100px;
    _top:100px; /* ie6 hack */
	left:50%;
	margin:0px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px px; margin: 0px;
	font:8pt dotum;
}


* html #TB_window { /* ie6 hack */
position: absolute;
/*margin-top: expression(10 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}

#TB_window img#TB_Image {
	display:block;
	margin: 5px 5px 5px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_ajaxContent{
	clear:both;
	padding:0px 0px 0 0;
	margin-bottom: 0px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:0px;
}
