﻿.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 40%;
}

.tdLabelReg {
    width: 100px;
    text-align: right;
}

.item-css {
    padding-top: 15px !important;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 130%;
    height: 220%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    background-image: url("Images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
#footer-container {
    position: relative;
    padding: 5px 0 0;
    width: 100%;
    height: 30px;
    background: url(Images/top_bar.png) repeat-x;
}