﻿body {
    background-color: white;
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

#container {
    height: 100%;
    min-width: 999px;
    width: 100%;
}

#container #headerDiv {
    display: block;
    width: 100%;
}

#container .headerTable {
    background-color: #c8c8c8;
    display: block;
    height: 54px;
    position: relative;
    width: 100%;
}

#container .headerUnderline {
    border-top: 1px solid #cccccc;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

#container #pagecell {
    background-color: #ffffff;
    margin-left: 1%;
    margin-top: 0;
    padding: 0;
    width: 98%;
}

#container .errorDisplay {
    font-size: 11px;
    margin-top: 100px;
    text-align: center;
}

#container .errorTitle {
    color: #cc0000;
}

#container .errorDescription
{
    margin-bottom: 100px;
}

#container #footer {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    clear: both;
    font-size: 70%;
    overflow: auto;
    width: 100%;
}

#container #footer ul {
    background-color: #e8e8e8;
    border-top: 1px solid white;
    color: #0000ff;
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 10px;
}

#container .coName {
    background: white none repeat scroll 0 center;
    font-size: 70%;
    font-style: normal;
    padding: 10px 0;
}

#container .helpLine {
    color: #006699;
    font-size: 65%;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

#container .disclaimer {
    margin: auto;
    width: 1000px;
}

#container .disclaimerCS {
    float: left;
    margin-top: 0;
    padding-left: 10px;
}

#container .disclaimerRS {
    float: right;
    margin-top: 0;
    padding-left: 10px;
}

#container .disclaimerMessage
{
    padding-top: 10px;
}

#container .clear {
    clear: both;
}

#container .disclaimerImageLogoLeft {
    background: url('/Assets/images/global/errors/sprites.png') no-repeat 0px -806px;
    width: 154px;
    height: 40px;
    border: medium none;
}

#container .disclaimerImageLogoRight {
    background: url('/Assets/images/global/errors/sprites.png') no-repeat 0px -963px;
    width: 54px;
    height: 44px;
}

#container .headerLogo {
    background: url('/Assets/images/global/errors/sprites.png') no-repeat 0px -909px;
    width: 54px;
    height: 44px;
    margin: 5px 5px 5px 10px;
}