/* overlay popup button */
.overlayPopupButton{
	width:7px;
	height:7px;
    max-width:7px;
	max-height:7px;
	overflow:hidden;
	background:url(../../image/common/close.gif);
	background-color:transparent;
	border:none;
	padding:0px 0px 0px 0px;
	margin: 11px  13px 0px 0px;
	float:right;
}


/* overlay popup style */
.overlayPopup{
	position:fixed;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
    max-width:0px;
	max-height:0px;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	background-color:#29292C;
	color:#ffffff;
	border:2px solid #282828;
	z-index:9999;
}

.overlayPopupIE6{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
    max-width:0px;
	max-height:0px;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	background-color:#29292C;
	color:#ffffff;
	border:2px solid #282828;
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
	z-index:9999;
}


.overlayFPopup{
	position:absolute;
	top:57pt;
	left:0px;
	width:0px;
    max-width:0px;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	background-color:#29292C;
	color:#ffffff;
	border:2px solid #282828;
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
	z-index:9999;
}


.overlayFPopup button{
	color:#dfdfdd;
}

.overlayFPopupIE6 button{
	color:#dfdfdd;
}


.overlayFPopupIE6{
	position:absolute;
	top:57pt;
	left:0px;
	width:0px;
    max-width:0px;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	background-color:#29292C;
	color:#ffffff;
	border:2px solid #282828;
	z-index:9999;
}

.overlayLayerMenue{
	background-color:#141416;
	font-size:13pt;
	font-weight:bold;
	color:#ffffff;
}

.overlayLayerMenueTitle{
	font-size:13pt;
	font-weight:bold;
	color:#ffffff;
	padding:6px 0px 0px 15px;
}

/* overlay style */
.disableScreen{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	-moz-opacity:.7;
	opacity:.7;
	filter:alpha(opacity=70);
	z-index:9998;
}


.disableScreenExt {
	position: absolute;
}

.disableScreenIE6{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	background-color:#000000;
	-moz-opacity:.7;
	opacity:.7;
	filter:alpha(opacity=70);
	z-index:9998;
}