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

.overlayEnabled { 
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index:1001;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.40; 
	opacity: 0.40; 
	display: none;
	background-image:url(http://localhost/usscots/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #000; 
}

.overlayDisabled {
	display: none;
}

