﻿  .updateprogress
{
    background: #fff url("../Images/Progress.gif") no-repeat center center;
    background: rgba(255,255,255,.8) url("../Images/Progress.gif") no-repeat center center;
    position:fixed;
    display:block;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    text-indent:-999999px;
    z-index:5000;
    visibility:visible;
}
   .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: 300px;
        border: 3px solid #d50202 ;
    }
    .modalPopup .header
    {
        background-color: #d50202 ;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .footer
    {
        padding: 3px;
    }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
    .modalPopup .yes
    {
        background-color: #d50202 ;
        border: 1px solid #d50202 ;
    }
    .modalPopup .no
    {
        background-color: #d50202 ;
        border: 1px solid #d50202 ;
    }
   .checkboxlist_nowrap label
{
     display:inline;
}