﻿.modalBackgroundProgress
{
    background-color: #e6e6e6;
    filter: alpha(opacity=35);
    opacity: 0.35;
}
.modalBackground2Progress
{
    background-color: #ffffff;
    filter: alpha(opacity=0);
    opacity: 0.0;
}

#progressBackgroundFilter
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage
{
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
}

.TransparentProgress
{
    z-index: 20000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: gray;
    display: none;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
    
.TransparentProgressArea
{
    left: 50%;
    top: 200px;
    z-index: 20010;
    width: 450px;
    margin-left: -225px;
    position: absolute;
}