/**
 * Antares own blockingfunction for blocking the browser while waiting for response from the server
 */

.POP_LAYER { 
width: 100%; 
height: 100%; 
min-height:100%; 
position: absolute; 
z-index: 200; 
overflow: hidden; 
left: 0px; 
top: 0px; 
opacity: .4;
filter: alpha(opacity=40);
background-color: #CCCCCC; 
} 

.POP_LAYER_NONE { 
	height:0px;
}