/*** Begin of ErroPage Stylesheets***/
* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: auto;
}

html, body {
    min-width: 989px; /*set minimum width, prevent breaks, not worked on IE6*/
    padding: 0;
    margin: 0;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    scrollbar-Base-Color: #cccccc;
    scrollbar-Track-color: #f5f5f5;
    scrollbar-3dLight-Color: white;
    scrollbar-Highlight-color: #cccccc;
    scrollbar-DarkShadow-Color: white;
    scrollbar-Shadow-Color: #cccccc;
    scrollbar-Arrow-Color: white;
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

    body.page-type-erropage {
        background-image: url(hdrbg200810.gif);
        background-repeat: repeat-x;
        background-position: 0 -249px;
        background-color: #fff;
    }

table {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    font-size: 100%;
}

.page-type-erropage h1 {
    font-weight: 700;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, caption, th, td, label {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #990000;
        cursor: pointer;
    }

.page-type-erropage .nwaCtrlNavHdr_SiteLabel {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
}

.page-type-erropage .nwaCtrlNavHdr_SiteLabelSub {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.page-type-erropage .nwaCtrlNavHdr_SiteLabel,
.page-type-erropage .nwaCtrlNavHdr_SiteLabelSub {
    color: #FFFFFF;
    padding: 0 2px;
    display: -moz-inline-block;
    display: inline-block;
}

.page-type-erropage .nwaCtrlNavHdr_TeaserArea {
    background-color: #AFB4BE;
    position: relative;
    height: 165px;
    width: 100%;
    z-index: 100;
}

.page-type-erropage .nwaCtrlNavHdr_ToolbarMenu {
    border-top: solid 1px #ffffff;
    background-color: #949EAA;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: 20px;
}

    .page-type-erropage .nwaCtrlNavHdr_ToolbarMenu .column_left {
        float: left;
        width: auto;
        padding: 0 0 0 44px;
        position: relative;
        top: 1px;
    }

.page-type-erropage .pnlFooter {
    position: absolute;
    bottom: 0;
    padding: 36px 22px 3px 44px;
}

.page-type-erropage .footer a, .page-type-erropage .footer span {
    text-decoration: none;
    color: #cccccc;
}

    .page-type-erropage .footer a:hover {
        color: #990000;
    }

.page-type-erropage .nwaCtrlFooter_TxtSeperator {
    padding: 0 5px;
}

.page-type-erropage #headerandcontent,
.page-type-erropage .pnlFooter
/*	min-width: 989px*/ {
    width: expression( (document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth <= 988) ? "989px" : "auto") : ((document.body.clientWidth <= 988) ? "989px" : "auto") );
}
/*** End of ErroPage Stylesheets***/
