﻿body {
    font-family: Verdana;
    font-size: 12px;
    table-layout: auto;
    color: #606060;
    line-height: 20px;
}

.BottomBar {
    background-color: #FEB53D;
}

.HeaderPadding {
    padding-left: 15px;
}

.ImagePadding {
    padding-right: 15px;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #0B7CF0;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #F7AD05;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

a {
    color: #4F4FFF;
    font-size: 12px;
    font-weight: bold;
}

    a:hover {
        color: #3838e4;
    }

.SocialText {
    color: #FFFFFF;
    padding-top: 15px;
}

.Padding {
    padding-right: 5px;
    padding-left: 5px;
}

.modalPopup {
    background-color: #0b7cf0;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    width: 500px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    text-align: center;
    margin: 0 auto;
}

.popupHelpHeadline {
    height: 30px;
    font-size: 18px;
    text-align: left;
    color: White;
}

.popupModalHeader li {
    float: left;
    list-style-type: none;
}

.buttonClosingPopUp {
    color: #cccccc;
    margin: 0px;
    padding: 0px;
    border: solid 2px #cccccc;
    background-color: #0b7cf0;
    cursor: pointer;
    font-family: Verdana;
    font-size: 23px;
    line-height: 18px;
    --webkit-appearance: none;
}

.popupHelpBox {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    width: 100%;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    text-align: left;
    white-space: normal;
    overflow: auto;
    padding-right: 2px;
    padding-left: 2px;
}

#innerIframe {
    position: absolute;
    top: -546px;
    left: -349px;
    width: 1280px;
    height: 1200px;
}
