﻿.loadingIndicator {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.85;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url("homeloader.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
