
/************ Modal Styles ************/
.ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


/*------- UpdateProgress Modal Styles ---------*/
#Progress_HideSelect
{
    display: none;
}

.ProgressBackgroundFilter
{
    background-color: #000;
    bottom: 0;
    filter: alpha(opacity=50);
    left: 0;
    margin: 0;
    opacity: 0.5;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999998 !important;
}

.ProcessMessage
{
    background-color: #fff;
    border: solid 1px #000;
    left: 43%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 30%;
    vertical-align: middle;
    width: 14%;
    z-index: 999999 !important;
}

.AdjustedZIndex
{
    z-index: 1;
}
