body
{
    font-family: "Open Sans",sans-serif;
}

p
{
    font-size: 13px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}

.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px;
}

label, input, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    display: block;
}    

.clear
{
    clear: both;
}

.fake-container
{
    margin: 0px auto;
    width: 1100px;
    padding-left: 100px;
}

.header-wrapper
{
    background-color: #000;
    /*border-bottom: 8px solid #8BD4E7;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo
{
    text-align: center;
    padding: 15px 0px;
}

#mybutton
{
    height: 25px;
    width: 157px;
}

.suggestionsBox {      
    background-color:#BFBFBF;
    border: 2px solid #ACBFC5;
    border-radius: 7px 7px 7px 7px;
    color: #fff;
    float: left;
    margin: -6px 0 0 380px;
    position: absolute;
    width: 310px;
    max-height:560px;
    overflow-y:scroll;
    overflow-x:hidden;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #EEFACA;
}
#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1040px;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
    overflow: auto;
}

#modal {
    display: none;
    position: absolute;
    top: 70%;
    left: 42%;
    width: 70px;
    height: 65px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:10px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

#modal.message
{
    width: 420px;
    font-size: 13px;
    margin-left: -210px;
    left: 50%;
    padding-bottom: 20px;
    height: auto;
}

#close-btn
{
    background-color: #808080;
    color: #FFF;
    box-shadow: none;
    border: 0px;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 15px;
    display: inline;
}

#searchbox
{
    width:250px;
    border:solid 1px #000;
    padding:3px;
}
#display
{
    width:200px;
    display:none;
    float: left;
    margin-right:30px;
    background-color:#A0A0A0;
    border: 2px solid #ACBFC5;
    border-radius: 7px 7px 7px 7px;
    color: #fff;
    float: left;
    margin: 24px 0 0 253px;
    position: absolute;
    max-height:560px;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index: 100;
}
.display_box
{
    padding:4px;
    border-top:solid 1px #dedede;
    font-size:12px;
    height:30px;
}
.display_box:hover
{
    background:#3b5998;
    color:#FFFFFF;
}

.ff-logo
{
    float: left;
}

p.intro
{
    padding-top: 13px;
    width: 470px;
    float: left;
}

h4.link-btn
{
    float: right;
    background-color: #8BD4E7;
    margin: 25px 0px 0px 10px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.42857;
}

    h4.link-btn a
    {
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        font-weight: normal;
        font-size: 14px;
    }

    h4.link-btn.lower
    {
        float: left;
        margin-left: 0px;
        margin-bottom: 30px;
    }

#search-filter
{
    float: left;
    width: 55%;
    background-color: #F3F3F3;
}

    #search-filter h3
    {
        font-size: 14px;
        padding: 10px;
        margin: 0px;
    }

    .combo-radios
    {
        font-size: 12px;
        float: left;
        width: 40%;
        padding: 15px 0px 15px 10px;
    }

    .search-btns
    {
        float: right;
        width: 30%;
        padding-top: 20px;
    }

        .search-btns #mybutton3
        {
            background-color: #808080;
            color: #FFF;
            box-shadow: none;
            border: 0px;
            padding: 2px 10px;
            font-weight: bold;
            font-size: 15px;
            display: inline;
        }

        .search-btns #mybutton4, #mybutton_next
        {
            background-color: #CDCDCD;
            color: #505050;
            box-shadow: none;
            border: 0px;
            padding: 2px 10px;
            font-size: 15px;
            display: inline;
        }

    #best_fits
    {
        padding-left: 10px;
        clear: both;
    }    

    #search-filter table
    {
        font-size: 13px;
        margin-left: 10px;
        width: 97%;
    }

        #search-filter table th
        {
            text-align: left;
        }

    table tr.zone1 th
    {
        background-color: #99CCFF;
    }

    table tr.zone1 td
    {
        background-color: #C2E0FF;
    }  


    table tr.zone2 th
    {
        background-color: #FF6666;
    }

    table tr.zone2 td
    {
        background-color: #FFA3A3;
    }


    table tr.zone3 th
    {
        background-color: #FFFF66;
    }

    table tr.zone3 td
    {
        background-color: #FFFFA3;
    }

    #search-filter table input
    {
        display: inline;
    }

#browse-filter
{
    width: 42.4%;
    float: right;
    background-color: #F3F3F3;
}

    #browse-filter h3
    {
        font-size: 14px;
        padding: 10px 10px 43px;
        margin: 0px;
    }
   
    #browse-filter select
    {
        float: left;
        font-size: 12px;
        margin-left: 10px;
        padding: 3px 0 4px;
        width: 220px;
    }

    #browse-filter label
    {
        display: inline-block;
        float: left;
        padding-left: 4px;
    }

    #browse-filter input.search
    {
        display: inline-block;
        font-size: 12px;
        width: 200px;
    }

    #mybutton3-2
    {
        clear: both;
        margin: 94px 10px 21px 9px;
        background-color: #808080;
        color: #FFF;
        box-shadow: none;
        border: 0px;
        padding: 2px 10px;
        font-size: 15px;
        font-weight: bold;
        float: right;
    }

.graph-options
{
    background-color: #f3f3f3;
    float: left;
    height: 266px;
    margin-left: -9px;
    margin-top: 46px;
    padding: 10px 20px;
    width: 150px;
}

    .graph-options p
    {
        margin: 0px 0px 10px;
    }

    .graph-options label
    {
        font-size: 13px;
    }

    .graph-options #mybutton3-3
    {
        background-color: #CDCDCD;
        color: #505050;
        box-shadow: none;
        border: 0px;
        padding: 2px 10px;
        font-size: 15px;
        margin-top: 167px;
    }

#MeritOutputDiv, #OutputDiv
{
    font-size: 13px;
    text-align: center;
}

h2.large-heading
{
    background-color: #8BD4E7;
    color: #FFF;
    font-size: 22px;
    line-height: 40px;
    clear: both;
    padding-left: 15px;
    font-weight: normal;
}

.general-text h3
{
    font-size: 14px;
    color: #8BD4E7;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.general-text p
{
    font-size: 13px;
    margin: 0;
    padding: 0 0 10px;
}

.form-boxes
{
    padding-top: 30px;
}

.jqplot-title
{
    font-size: 15px;
    color: #333;
    margin: 10px 0px;
}

#version-link
{
    background-color: #F3F3F3;
    padding: 10px 0px 10px 355px;
    margin-bottom: 10px;
    overflow: hidden;
}
   
    #version-link h4.link-btn
    {
        margin-top: 5px;
        margin-right: 29px;
        float: left;
    }

    #version-link h4.link-btn.inactive
    {
        background-color: #C6C6C6;
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        font-weight: normal;
        font-size: 14px;
        cursor: default;
    }