*
{
	margin:0;
	padding:0;
}

html, body 
{
	height:100%;
}

#overlay
{
	background-color:#000;
	bckground-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:100;
	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');
}

#brettWindow
{
	background:white;
	border-width: 10px;
	border-color: White;
	border-style: solid;
	display:none;
	left:50%;
	position:fixed;
	top:50%;
	width:0px;
	height:0px;
	z-index:101;
}

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

#brettWindow embed 
{
	visibility:hidden;
}

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

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

#brettWindow .header 
{
	height:22px;
	margin-top:-5px;
	margin-bottom:5px;
	text-align:right;
}

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