/*.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}*/

.loading-indicator 
{
	/*height: 80px;
	width: 80px;
	background: url( '../Content/css/images2/loader2.gif' );
	background-repeat: no-repeat;
	background-position: center center;*/
    z-index: 150;
    left: 50%;
    top: 50%;
    position: fixed;
    margin: -75px 0 0 -75px;
    width: 150px;
    /*background: url( 'Content/css/images2/loader2.gif' );*/
}

.loading-indicator-overlay {
    z-index: 100;
    background-color:#9EB5C0;    
    filter:alpha(opacity=80);    
    opacity:0.4; width: 100%; 
    top: 0px; 
    left: 0px; 
    position: fixed; 
    height: 100%;
}