﻿
@import url("button.css");

body {
    margin: 0px 20px 20px 0px;
    font-family: Arial,Tahoma,Verdana;
    background-image: url(../Images/Master/background_body.gif);
    background-repeat: repeat-x;
    background-color: #97B27E;
}

.header {
    font-size: 11px;
    color: #004523;
    background-image: url(../Images/Master/background_header.gif);
}

    .header a {
        text-decoration: underline;
        color: #004523;
        margin-left: 5px;
    }

        .header a:hover {
            color: #fff;
        }

.footer {
    font-size: 11px;
    color: #D3E2BE;
    vertical-align: top;
}

    .footer a {
        color: #D3E2BE;
        margin-left: 10px;
    }

        .footer a:hover {
            color: #fff;
        }

.content {
    position: relative;
    float: left;
    top: 20px;
    left: 20px;
    padding-bottom: 20px;
    width: 756px;
}

.content_link {
    font-size: 8.5pt;
    color: #248000;
    text-decoration: underline;
}

#subnav {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 180px;
    padding-top: 7px;
    background-color: #2f603f;
}

    #subnav ul.nav {
        padding-right: 8px;
        padding-left: 6px;
        padding-bottom: 0px;
        margin: 0px;
        padding-top: 0px;
        list-style-type: none;
    }

        #subnav ul.nav li {
            padding-right: 0px;
            display: inline;
            padding-left: 0px;
            font-weight: normal;
            font-size: 11px;
            padding-bottom: 0px;
            margin: 0px;
            padding-top: 0px;
        }

            #subnav ul.nav li a {
                padding-right: 20px;
                display: block;
                padding-left: 5px;
                background: url(../images/master/subnav_line_divider.gif) no-repeat 0px 0px;
                padding-bottom: 5px;
                margin: 0px;
                color: #b6d6af;
                line-height: 12px;
                padding-top: 7px;
                text-decoration: none;
                 width: 165px;
            }

            #subnav ul.nav li span a {
                padding-right: 20px;
                display: block;
                padding-left: 5px;
                background: url(../images/master/subnav_line_divider.gif) #f7ce37 no-repeat 0px 0px;
                padding-bottom: 5px;
                margin: 0px;
                color: #004523;
                line-height: 12px;
                padding-top: 7px;
                text-decoration: none;
               
            }

                #subnav ul.nav li span a:hover {
                    padding-right: 20px;
                    display: block;
                    padding-left: 5px;
                    background: url(../images/master/subnav_line_divider.gif) #f7ce37 no-repeat 0px 0px;
                    padding-bottom: 5px;
                    margin: 0px;
                    color: #004523;
                    line-height: 12px;
                    padding-top: 7px;
                    text-decoration: none;
                }

        #subnav ul.nav a:hover {
            background: url(../images/master/subnav_line_divider.gif) #2f6e42 no-repeat 0px 0px;
            color: #d8f8cb;
        }

#subnav_bottom {
    margin-top: 1px;
    margin-bottom: 10px;
    margin-left: 6px;
    width: 92%;
    height: 1px;
    background-color: #477757;
}

.title_pic {
    padding-top: 28px;
    padding-left: 31px;
}

.title_subtext {
    margin-top: 17px;
    margin-left: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #2a572f;
    vertical-align:top;
}

h1 {
    display: inline;
    font-weight: bold;
    font-size: 14px;
    color: #2a572f;
}

h2 {
    display: inline;
    font-weight: bold;
    font-size: 14px;
    color: #A5CD76;
}

h3 {
    display: inline;
    font-weight: normal;
    font-size: 8.5pt;
    color: #248000;
}

.text1 {
    display: inline;
    font-size: 11px;
    color: #6B8264;
}

.text2 {
    display: inline;
    font-size: 11px;
    color: #9A8560;
}

.list_table {
    font-size: 12px;
}

    .list_table a {
        color: #248000;
        text-decoration: underline;
        margin-left: 7px;
    }

        .list_table a:hover {
            color: #ffcc00;
            text-decoration: underline;
        }

.instructions {
    /*position: relative;*/
    float: right;
    width: 204px;
    /*right: 22px;*/
    /*top: 10px;*/
    font-size: 8.5pt;
    color: #666666;
    background-color: #e1efcd;
    padding: 20px 20px 20px 20px;
    height:100%;

}

    .instructions h1 {
        font-size: 8.5pt;
        font-weight: bold;
        color: #666666;
    }

    /*.instructions a {
        font-size: 8.5pt;
        text-decoration: underline;
        color: #248000;
    }

        .instructions a:hover {
            color: #ffcc00;
        }*/

.data_table {
    font-size: 8.5pt;
    color: #666666;
    border: solid 1px #E1F2C9; 
    width: 100%;
    margin-bottom: 10px;
    border-spacing: 2px;
    border-collapse: separate;   
}

    .data_table td {
        padding: 5px 5px 3px 5px;
    }


    .data_table a:hover {
        color: #ffcc00;
    }

    .data_table h1 {
        font-size: 8.5pt;
        color: #248000;
    }

    .data_table h2 {
        font-size: 8.5pt;
        color: #248000;
        font-weight: normal;
    }

    .data_table th {
        font-weight:bold;
        text-align:left;
        color: #248000;
        font-size: 9.5pt;
        border-bottom: 1px solid #222222;
    }

    

    .data_table tr:nth-child(2n+1) {
       background-color: #F2FBE8;
    }

    .data_table > tbody > tr:last-child { 
        border-bottom: 1px solid #222222;
    }

.data_row_alt {
    background-color: #F2FBE8;
}

.page_table {
    font-size: 8.5pt;
    color: #248000;
}

    .page_table a {
        color: #248000;
        text-decoration: underline;
    }

.formfield {
    font-size: 8.5pt;
    padding-left: 3px;
    color: #666666;
}

.formfieldwide {
    font-size: 8.5pt;
    padding-left: 3px;
    color: #666666;
    width: 250px;
}

.formfield2 {
    font-size: 8.5pt;
    padding-left: 3px;
    color: #666666;
}

.formbutton {
    font-size: 8.5pt;
    margin-right: 3px;
}

.error {
    font-size: 8.5pt;
    color: #FF0000;
}

    .error h1 {
        font-size: 9pt;
        font-weight: bold;
        color: #FF0000;
    }

.success {
    font-size: 8.5pt;
    color: #666666;
    font-weight: bold;
}

    .success h1 {
        font-size: 9pt;
        font-weight: bold;
        color: #248000;
    }

    .success a {
        font-weight: normal;
        color: #248000;
        text-decoration: underline;
    }

.picbutton {
    font-size: 8.5pt;
    color: #3A633E;
}

.tab {
    width: 100%;
    position: relative;
    background-image: url(../Images/Master/tab_bg_3.gif);
}

.tab_div {
    position: relative;
    float: left;
    height: 23px;
    width: 3px;
}

.tab_lc_off {
    position: relative;
    float: left;
    height: 23px;
    width: 8px;
    background-image: url(../Images/Master/tab_lc_1.gif);
}

.tab_rc_off {
    position: relative;
    float: left;
    height: 23px;
    width: 8px;
    background-image: url(../Images/Master/tab_rc_1.gif);
}

.tab_link_off {
    position: relative;
    float: left;
    height: 23px;
    background-image: url(../Images/Master/tab_bg_1.gif);
}

    .tab_link_off a {
        font-size: 8.5pt;
        color: #248000;
        text-decoration: none;
        position: relative;
        top: 4px;
    }

        .tab_link_off a:hover {
            color: #ffcc00;
        }

.tab_lc_on {
    position: relative;
    float: left;
    height: 23px;
    width: 8px;
    background-image: url(../Images/Master/tab_lc_2.gif);
}

.tab_rc_on {
    position: relative;
    float: left;
    height: 23px;
    width: 8px;
    background-image: url(../Images/Master/tab_rc_2.gif);
}

.tab_link_on {
    position: relative;
    float: left;
    height: 23px;
    background-image: url(../Images/Master/tab_bg_2.gif);
}

    .tab_link_on a {
        font-size: 8.5pt;
        color: #248000;
        text-decoration: none;
        font-weight: bold;
        position: relative;
        top: 4px;
    }


.field-validation-error {
    color:red;
}

table td.numeric {
  text-align: right;
}
table th.numeric {
  text-align: right;
}