﻿/* HIG INTERSTITIAL CONTROLS */


/* [I1] GENERIC POP-OVER ELEMENTS */



/* [I2] IN GRID POP-OVER ELEMENTS */



/* [I3] IN PAGE EDITING ELEMENTS */



/* [I4] TOP BOX POP-OVER ELEMENTS */



/* [I5] PAGE LOAD / PROGRESS INDICATOR CONTROLS */


.progress-panel {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7; 
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.progress-indicator {
    background: #fff url("images/loader_medium_animated_whitebg.gif") center 16px no-repeat;
    border: 1px solid #ddd;
    color: #444;
    display: none;    
    font-size: 14px;
    min-height: 30px;
    min-width: 30px;
    padding: 62px 16px 16px;
	text-align: center;
	max-width: 150px;
    z-index: 1001;
    -webkit-box-shadow: 2px 2px 4px #c8c8c8;-moz-box-shadow: 2px 2px 4px #c8c8c8;box-shadow: 2px 2px 4px #c8c8c8;
}
.ie7 .progress-indicator, .ie8 .progress-indicator {filter: progid:DXImageTransform.Microsoft.Shadow(color='#c8c8c8', Direction=135, Strength=4);}
