@charset "UTF-8";
/* CSS Document */

#myOverlay{
	position: fixed; z-index: 9999; left: 0;top: 0;
	width: 100%; height: 100%;
	background-color: #CCC;
}

#windowOverlay{
	position: fixed; z-index: 9999; left: 0;top: 0;
	width: 100%; height: 100%;
	background-color: #CCC;
}

#datloadWrapper {
	position: absolute; top:350px; left:250px; width: 250px; z-index:3010112;
	box-shadow: 0px 1px 5px rgb(151, 166, 187); border-radius: 8px 8px 8px 8px; opacity:1.0;
	background:#fff;
}

#winWrapper {
	position: absolute; top: 30px; left: 283px; width: 583px; height: 378px; z-index:10010; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	box-shadow: 0px 1px 5px rgb(51, 51, 51); border-radius: 8px 8px 8px 8px; 
	background:#fff;
}

.windowTitleBar{ height: 25px; cursor: move; border-radius: 8px 8px 0 0; background:#CCC;}
.windowTitle{ float:left; font-weight:bold; padding:5px 10px 0px 10px;}
.windowControls{ float:right; height:20px; padding:5px 10px 0px 10px;}
.windowClose{ display:inline-block; height:100%; width:20px; background:url(../img/windowclose.png) center top no-repeat; cursor:pointer;	}
.windowClose:hover{ background:url(../img/windowclose-ov.png) center top no-repeat;}
.windowContentWrapper{ padding:10px;}
.windowFooter{ position:absolute; bottom:0px; width:100%; height:20px; border-radius: 0 0 8px 8px; background:#f2f2f2;}
.windowResize{ float:right; height:100%; width:20px; background:url(../img/resizewindow.png) center 5px no-repeat; cursor:se-resize;}