﻿.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: #058DE1;
    padding-left: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.2;
    z-index: 2147483647;
}

.processMessage
{
    position: fixed;
    top: 50%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 2147483647;
    background-color: #EEEEEE;
}
