﻿.ngvProgress
{
    visibility: hidden;
    position: fixed;
    z-index:99999999;
}
.ngvProgress_Mask
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 20000;
    filter: alpha(opacity=10);
    opacity: 0.1;
    background: black;
    position: fixed;
}
.ngvProgress_Indicator
{
    color: black;
    height: 55px;
    width: 100px;
    z-index: 100600;
    position: fixed;
    text-align: center;
    top: 45%;
    left: 45%;
    background-repeat: repeat-x;
    background-position: top top;
    background-color: White;
    _position: absolute;
    _top: expression(document.documentElement.scrollTop+(document.documentElement.clientHeight/2)-this.clientHeight);
    _z-index: 100600;
    box-shadow: -1px 1px 2px 0 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
}
.ngvProgress_Indicator > table
{
    margin-top: 5px;
    font-weight: bold;
}
