﻿#divLoadingOut
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../../Content/Images/overlay-pattern.png');
    z-index: 8002;
}

#divLoading
{
    background-color: #fff;
    width: 110px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url('../../Content/Images/loader.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    z-index: 9999 !important;
    line-height: 40px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 9pt;
}

.imgDataLoading
{
    margin-left: 5px;
}