﻿.UpdateProgressBackground
{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-color: #0159a3;
    filter: alpha(opacity=50);
    opacity: 0.8;
    z-index: 3000 !important;
}

.UpdateProgressContent
{
    width: 200px;
    margin: 300px auto;
    text-align: center;
    z-index: 3001 !important;
}

.MessageWindowmodalBackground
{
    background-color: #0159a3;
    filter: alpha(opacity=50);
    opacity: 0.8;
    z-index: 2000 !important;
}

.modalBackground
{
    background-color: #0159a3;
    filter: alpha(opacity=50);
    opacity: 0.8;
    z-index: 1000 !important;
}

.MessageWindowpnlPopUp
{
    border: solid 1px #000;
    z-index: 2001 !important;
}

.pnlPopUp
{
    border: solid 1px #000;
    z-index: 1001 !important;
}


.TitleBar
{
    background: #666;
    color: #FFF;
    padding: 5px;
    height: 15px;
    vertical-align: middle;
}
.TitleBar table
{
    border-collapse: collapse;
}

.TitleBar table td
{
    padding: 0px;
}

.pnlPopUp
{
    border: solid 1px #000;
}
