﻿html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    height: 85%;
}

body {
    height: 100%;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    color: #505050;
    background-color: #FFFFFF;
    width: 100%;
}

#pagebackground {
    background-color: White;
    height: 100%;
}

#pagewrapper {
    width: 1120px;
    min-height: 100%;
    margin: 0 auto;
}

#pageheader {
    width: 1120px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
    height: 113px;
}

.mainbrand {
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    cursor: pointer;
}

#pagecontent {
    margin: 5px auto 100px auto;
    width: 940px;
    overflow: visible;
    padding-bottom: 80px;
    padding-top:70px;
}

#pagefooter {
    position: relative;    
    margin-bottom: -20px;
    height: 150px;
}

/*.footer_wrapper {
    width: 940px;
    margin: 0 auto;
    height: 150px;
    color: #7dbacd;
}*/

.logoimage {
    height: 17px;
    width: 90px;
}

#WWELogo {
    float: left;
}

div.footerlogo {
    position: relative;
    height: 17px;
    top: 17px;
    margin-left: 855px;
}

div.copyright {
    position: relative;
    margin-left: 842px;   
}

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#wwelogo {
    display: block;
    font-size: 30px;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

#errDiv {
    font-size: 15px;
    font-weight: bold;
    color: #ff0006;
    margin-top: 100px;
}

    #errDiv table {
        width: 600px;
        border: 1px solid #ff0006;
        margin: 0 auto;
    }

#mpage {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -12em;
    background-color: #fff;
}

#mheader {
    background-color: #18577a;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    height: 40px;
    padding-bottom: 12px;
}

#mheaderlogo img {
    max-width: 320px;
    width: 88%;
    border: 0;
}

#mcontent {
    padding: 0 6%;
    margin: 15px 0;
}

#mfooter, .mpush {
    height: 12em;
}

#mfooter {
    margin: 0 auto;
    background-color: #fff;
    padding: 0 6%;
    font-size: .7em;
}

    #mfooter a {
        line-height: 22px;
        white-space: nowrap;
    }

.mcopyright {
    line-height: 22px;
    font-weight: bold;
}

#merrorMsg {
    font-size: 15px;
    font-weight: bold;
    color: #ff0006;
    margin-top: 100px;
}

.clear {
    clear: both;
}

.horizontal_rule_001 {
    height: 5px;
    background-color: #eeeeee;
}

.text_header_black_20px {
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 20px;
    color: #333333;
}

.spacing_row_20px {
    height: 20px;
    margin: auto;
    clear: both;
}

.spacing_row_10px {
    height: 10px;
    margin: auto;
}

#supportlink {
    padding-top:5px;
}