* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

#overlay {
	background-color:#000;
	background-image:url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	display:none;	
	filter:alpha(opacity=50);
	opacity: 0.50; 
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;		
	-moz-opacity: 0.50;	 	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

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

#tWindow {
	background:white;
	padding:10px 0;
	display:none;
	left:50%;
	position:fixed;
	top:50%;
	width:0px;
	height:0px;
	z-index:1001;
}

* html #tWindow { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#tWindow embed {
	visibility:hidden;
}

#tWindow .caption {
	background:white;
	display:none;
	padding:10px;
	padding-bottom:0px;
	visibility:hidden;
}

#tWindow .content {
	border:0px solid #ddd;
	margin:0px;
}

#tWindow .header {
	height:22px;
	margin-top:-5px;
	margin-bottom:5px;
	text-align:right;
	padding:0 10px;
}

#tWindow .header img {
	display:none;
	cursor:pointer;
}

