.RadAjax .raDiv
{ 
	background-image: url("./Common/loading.gif") !important;
}

.RadAjax .raColor,
.LoadingPanelToolbar
{ 
	background-color: #E0E0E0 !important;
}

.RadAjax .raTransp
{ 
	opacity: 0.4; /*non-IE browsers, 0-1*/
	-moz-opacity: 0.4; /*old Mozilla browsers, 0-1*/
	filter: alpha(opacity=40); /*IE, 0-100*/
}

/*<ASYNC UPLOAD>*/
    .ModalOverlay
    {
        z-index: 3001 !important;
        position: absolute !important;
        background-color: #000 !important;
    }

    .ModalOverlay #tblModalOverlay
    {
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

    #theViewerProgressArea,
    #theCaseViewerProgressArea,
    #theNavigationProgressArea,
    #theOperationProgressArea 
    {
        top: 40% !important;
        z-index: 3002 !important;
        margin-left: 5px !important;
        position: absolute !important;
    }

    #theViewerProgressArea,
    #theCaseViewerProgressArea,
    #theOperationProgressArea 
    {
        left: 35% !important;
    }

    #theOperationProgressArea {
        z-index: 99999 !important;
    }

    #theViewerDocumentsProgressArea,
    #theCaseViewerStructureProgressArea {
       top: 40% !important;
       z-index: 3002 !important;
       background: #fff !important;
       margin-left: 1px !important;
       position: absolute !important;
    }
/*</ASYNC UPLOAD>*/