﻿
div.timeOut {
    display: block;
    position: absolute;
    top: 40%;
    left: 30%;
    height: 160px;
    width: 600px;
    margin: auto;
    padding: 10px;
    padding-left: 105px;
    line-height: 20px;
    background-color: #FFFFFF;
    background-image: url('../../../Images/sessiontime.png');
    border: 1px solid #D4D4D4;
    text-align: left;
    background-repeat: no-repeat;
}

 
div.ErrorDiv {
    display: block;
    position: absolute;
    top: 40%;
    left: 30%;
    height: 160px;
    width: 600px;
    margin: auto;
    padding: 10px;
    padding-left: 110px;
    line-height: 20px;
    background-color: #FFFFFF;
    background-image: url('../../../Images/errorbig.png');
    border: 1px solid #D4D4D4;
    text-align: left;
    background-repeat: no-repeat;
}
#PageFooter {
    padding-top: 4px;
    color: #7F7F7F;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 18px;
    margin-top: -18px; /* negative value of footer height */
    width: 100%;
    text-align: center;
    font-weight: bold;
    background-image: url('../../../Images/footer1.png');
    background-color: #E4E3E1;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0% 0%;
    border-top-color: #AFAFAE;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
}
