﻿body {
    background-color: #ffffff;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #4d4d4f;
    padding-top: 5px;
    padding-bottom: 5px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4F;
    padding-top: 5px;
    padding-bottom: 5px;
}

hm4 {
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4F;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

hm5 {
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4F;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    font-size: 16px;
    color: #4d4d4f;
    padding-top: 5px;
    padding-bottom: 5px;
}

ol {
    font-size: 16px;
    list-style: inside;
    padding-top: 5px;
    padding-bottom: 5px;
}

#MainHeaderMainDiv {
    width: 100%;
    height: 80px;
}

#MainHeaderLeftDiv {
    float: left;
    position: relative;
    height: 100%;
    width: 25%;
}

#MainHeaderLeftImage {
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    margin-left: 10px;
    top: 0;
    bottom: 0;
}

#MainHeaderRightDiv {
    float: Right;
    height: 100%;
    width: 20%;
}

#FooterText {
    margin-left: 10px;
    font-size: 12px;
}

    #FooterText .Discreet {
        color: #bcbcc2;
    }

#EOIRequestDiv {
    height: 100%;
}

.EOIMainSideBar {
    vertical-align: top;
    width: 300px;
    padding-right: 20px;
}

.EOIMainSideBarList {
    padding-left: 10px;
    font-size: 16px;
    list-style: inside;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}

    .EOIMainSideBarList li {
        color: #4d4d4f;
        width:100%;
    }        

        .EOIMainSideBarList li .QStatic {
            font-weight: bold;
            color: #4D4D4F;
            display: inline !important;
        }        

    .EOIMainSideBarList a {
        color: #4d4d4f !important;
        display: block;
        text-decoration: none;
        transition: color .5s, font-weight .25s, background-color .5s;
        border-radius: 3px;
    }  

.EOIMainDataSide {
}


#LoginImage {
    width: 100%;
}

    #LoginImage img {
        width: 100%;
        max-width: 1200px;
        display: block;
        margin: 0 auto;
    }

#LoginMainDiv {
    width: 75%;
    margin: 0;
    margin-left: 5%;
}

#LoginSubDiv {
    width: 100%;
    margin-left: 5%;
}

.CollapsePanelHeader {
    font-size: 15px;
    font-weight: bold;
    color: #4D4D4F;
    padding-top: 5px;
    padding-bottom: 5px;
}

.CollapseExplanationHeader {
    font-size: 15px;
    font-weight: bold;
    color: red !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.AnswerDiv {
    margin-left:15px;
}

.CancelButton {
    color: #4D4D4F;
}
