﻿body {
}

#LightScreen {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1050;
    background: #000;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
}


#LoadingScreen {
    position: fixed;
    background: #fff;
    border: 1px solid #E4E4E4;
    padding: 20px;
    font-size: 20px;
    line-height: 10px;
    z-index: 99999999;
    top: 33%;
    width: 20%;
    left: 40%;
    text-align: center;
    box-shadow: 0px 0px 15px #DFDFDF;
    line-height: 20px;
    font-family: Arial;
}

/*
#LoadingScreen {
    position: fixed;
    padding: 20px;
    font-size: 20px;
    line-height: 10px;
    z-index: 99999999;
    top: 35%;
    width: 30%;
    left: 35%;
    text-align: center;
    line-height: 20px;
    font-family: Arial;
}
*/

/*
#LoadingScreen {
    position: fixed;
    background: #F5E8E8;
    border: 1px solid #E4E4E4;
    padding: 20px;
    font-size: 20px;
    line-height: 10px;
    z-index: 99999999;
    top: 35%;
    width: 30%;
    left: 35%;
    text-align: center;
    box-shadow: 0px 0px 15px #DFDFDF;
    line-height: 20px;
    font-family: Arial;
}*/
