﻿header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px #9c9c9c !important;
    margin: 0;
    position: relative;
    z-index: 99999999;
}

.logo {
    margin: 0;
    padding: 15px 0;
}

/*--Error Page CSS--*/

.error_page_covered {
    background: url(../images/error_page_banner.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 88.5%;
}

.error_page_section {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 70%;
    height: 200px;
    text-align: center;
}

    .error_page_section h1 {
        margin: 10px 0 0;
        padding: 0 0 13px;
        color: #36abe0;
        font-size: 45px;
        font-family: Verdana;
        font-weight: normal;
    }


    .error_page_section p {
        color: #8b8b8b;
        margin: 0;
        padding: 15px 3px;
        font-family: Verdana;
        font-size: 22px;
        line-height: 27px;
    }

        .error_page_section p a {
            margin: 0;
            padding: 0;
            color: #36abe0;
            text-decoration: none;
            display: inline-block;
        }

            .error_page_section p a:hover {
                text-decoration: underline;
            }

#div_Exception {
    color: #8b8b8b;
    margin: 0;
    padding: 15px 3px;
    font-family: Verdana;
    font-size: 22px;
    line-height: 27px;
}
.footerControl{
    position:absolute !important;
}