#LB_overlay
{
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

* html #LB_overlay { /* ie6 hack */
	position:absolute;
	width:expression(Math.max(Math.max(document.documentElement.scrollWidth, document.body.scrollWidth), clientWidth)+'px');
	height:expression(Math.max(Math.max(document.documentElement.scrollHeight, document.body.scrollHeight), clientHeight)+'px');
}

#LB_window
{
	font:0.94em Arial, Helvetica, sans-serif;
	position:fixed;
	background:#ffffff;
	z-index:102;
	color:#000000;
	display:none;
	border:2px solid #CCCCCC;
	text-align:left;
	top:50%;
	left:50%;
}

* html #LB_window { /* ie6 hack */
position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#LB_closeAjaxWindow
{
	margin:3px 2px 1px 0px;
	float:right;
	height:12px;
	width:12px;
	background:url(Images/Image2.gif) -14px 0px;
	cursor:pointer;
}

#LB_ajaxWindowTitle
{
	float:left;
	padding:2px 0 0 6px;
	margin-bottom:1px;
}

#LB_title
{
	background-color:#999933;
	height:20px;
}

#LB_ajaxContent
{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#LB_ajaxContent.LB_modal
{
	padding:15px;
}

#LB_load
{
	position:fixed;
	display:none;
	height:30px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	background:url(Images/progress.gif) no-repeat center center;
}

* html #LB_load
{ /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#LB_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 #LB_HideSelect
{ /* ie6 hack */
	position:absolute;
	width:expression(Math.max(Math.max(document.documentElement.scrollWidth, document.body.scrollWidth), clientWidth)+'px');
	height:expression(Math.max(Math.max(document.documentElement.scrollHeight, document.body.scrollHeight), clientHeight)+'px');
}