﻿     #OuterTableCellOverlay
{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5000px;
    position: absolute;
    background-color: #C0C0C0;
   z-index: 0; 
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    padding-top: 25%;
    padding-left: 30%;
}
        
        #InnerTableCellOverlay
{
    text-align: center;
    width: 444px;
    border: 1px outset #808080;
    padding: 10px;
    background-color: #eee;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
}
        .updateProgress
        {
            border-width:1px; 
            border-style:solid; 
            background-color:#FFFFFF; 
            position:absolute; 
            width:130px; 
            height:50px;    
        }
        .updateProgressMessage
        {
            margin:3px; 
            font-family:Trebuchet MS; 
            font-size:small; 
            vertical-align: middle;
        }
        
        
 
