﻿
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalProgressGreyBackground
{
    background: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.loadingBackground
{
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.updateProgress
{
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    background-color: #cccccc;
    position: absolute;
    width: 150px;
    height: 50px;
}
.updateProgressMessage
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

