﻿body {
    margin: 0;
    padding: 6px;
}

h3 {
    color: #ae5400;
    font-size: 26px;
}

h4 {
    color: #104e57;
    font-size: 22px;
}

pre {
    background-color: #e7e4da;
    padding: 5px;
}

    pre b {
        color: Red;
    }

.pageTitle {
    color: #0a7282;
    font-size: 30px;
    font-weight: bold;
    padding: 4px;
}

.box {
    border: 1px solid gray;
}

    .box .title {
        background-image: url(../Images/footer_bar_bg.png);
        background-repeat: repeat-x;
        color: White;
        padding: 4px;
        border-bottom: 1px solid gray;
        font-weight: bold;
    }

    .box .content {
        padding: 3px;
    }

.boxTable {
    border: 1px solid gray;
    border-collapse: collapse;
}

    .boxTable td {
        border: 1px solid gray;
        border-collapse: collapse;
    }

    .boxTable th {
        background-image: url(../Images/footer_bar_bg.png);
        background-repeat: repeat-x;
        color: White;
        padding: 4px;
        border-bottom: 1px solid gray;
        font-weight: bold;
        border-collapse: collapse;
    }

#tabArea {
    background: #ECEEF1;
}

#tabHeader {
    margin: 5px;
    background: #ECEEF1;
    height: 23px;
}

#tabData {
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #C9CED6;
}

#tabArea_WF {
    background: white;
}

#tabHeader_WF {
    margin: 5px;
    background: white;
    height: 23px;
}

#tabData_WF {
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #C9CED6;
}

.tab {
    background: white;
    background-image: url(/Media/WF/Images/spanish-off.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 86px;
    height: 26px;
    cursor: pointer;
}

.tabfirst {
    background: white;
    background-image: url(/Media/WF/Images/english-on.gif);
    background-repeat: no-repeat; /* color: #396163;       margin-left: 5px; border-bottom: 0px;     text-decoration: none;     font-weight: bold;   padding: 5px;  text-align: center;     border: 1px solid #C9CED6; */
    display: block;
    float: left;
    width: 86px;
    height: 26px;
    cursor: pointer;
}

    .tabfirst:hover {
        background: white;
        background-image: url(/Media/WF/Images/english-off.gif);
        background-repeat: no-repeat;
        display: block;
        float: left;
        width: 86px;
        height: 26px;
        cursor: pointer;
    }

.tab:hover {
    background: white;
    background-image: url(/Media/WF/Images/spanish-on.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 86px;
    height: 26px;
    cursor: pointer;
}

.selectTabHeader {
    background: #567779; /*  border: 1px solid #554d3c;  */
    color: White;
    font-weight: bold;
}

#tab-data {
    display: none;
}

    #tab-data.selectedTab {
        display: block;
        color: black;
        background: white; /*height: 400px;*/
        padding: 5px;
    }

#tab-data_WF {
    display: none;
}

    #tab-data_WF.selectedTab {
        display: block;
        color: black;
        background: white; /*height: 400px;*/
        padding: 5px;
    }

.header-mainbody {
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #396163;
    font-size: 17px;
}

.header-mainbody-ols {
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #94969a;
    font-family: Arial, Georgia, sans-serif;
    font-size: 17px;
}

.mainbody_text {
    color: #212421;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: left;
}

.mainbody_lnk {
    text-align: left;
    margin-left: 5px;
    margin-top: 20px;
    font-weight: bold;
    color: #396163 !important;
    font-size: 13px;
}

    .mainbody_lnk:hover {
        color: #A5BA52;
    }
@media only screen and (max-width : 990px) {
    body {
        margin: unset;
        padding: unset;
    }
}