
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/tb-background.png) repeat;}
.TB_overlayBG {
	background-color:#06193c;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


#TB_window {
	position: fixed;
	z-index: 102;
	display:none;
	border: 1px solid #fff;
	text-align:left;
	top:50%;
	left:50%;
	background:#f9ebbb;
}

#tb-closetext {
	width:40px;
	float:right;
	padding:4px 0;
}

#tb-closetext a:link { color:#06193c; }
#tb-closetext a:visited { color:#5c5032; }
#tb-closetext a:hover,
#tb-closetext a:active { text-decoration:none; }

#TB_load{
	position: fixed;
	display:none;
	height:35px;
	width:35px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -17px; /* -height/2 0 0 -width/2 */
}
