﻿/*color scheme 
base BCCDE6 
dark 8EA7CB, darker 5F7CA7, even darker 617EA9, darkest 3F5F8E 143361
light E4ECF7, lighter FEFEFF

*/

html {
    background: #e9e9e9 none repeat scroll 0 0;
}

body {
    color: #3e3e3e;
    line-height: 1.23;
    margin: 0 auto;
    max-width: 1024px;
    min-width: 800px;
    width: auto;
    font: 15px Arial,Calibri,Verdana,Geneva,sans-serif;
}

.page {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 10px;
    width: 100%;
    height: 350px;
}
    .page tr {
        vertical-align: top;
    }

.content {
    width: 100%;
}

    .content tr {
        vertical-align: top;
    }

    .content td:first-child {
         width: auto;
    }

    .content td:last-child {
        width: 100%;
    }

    .content img {
        margin-right: 12px;
    }


.shadowed {
    box-shadow: 4px 4px 4px #6e6e6e;
}

a {
    color: #617EA9;
}

    a:hover {
        color: #3F5F8E;
    }

    a:visited {
        color: #617EA9;
    }

        a:visited:hover {
            color: #3F5F8E;
        }

li {
    list-style: outside none none;
}

.pdficon {
    vertical-align: middle;
    margin-right: 6px;
}


.index_header {
    width: 100%;
    height: 150px;
    background-image: url(../images/vffow_header.png);
    background-repeat: no-repeat;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

    .index_header td:last-child {
        width: 216px;
        background-image: url(../images/vffow_header_right.png);
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        border: 0;
    }


.index_footer {
    width: 100%;
}

.footerframe {
    width: 100%;
    min-height: 100px;
}

.footer {
    text-align: center;
    font-size: 13px;
}

.cdframe {
    width: 100%;
    min-height: 310px;
}

.index_navbar {
    font-size: 13px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 53px;
    background: #143361 none repeat scroll 0 0;
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}


.navtabs {
    background: #8EA7CB url("../images/newbtn_middle.png") repeat-x scroll 0 0;
    height: 26px;
    margin-top: -14px;
    padding: 0;
    margin-left: -1px;
    margin-right: -1px;
}

    .navtabs li {
        border-right: 1px solid #3F5F8E;
        float: left;
    }

        .navtabs li:first-child {
            border-left: 0px solid #8EA7CB;
        }


        .navtabs li a {
            height: 26px;
            line-height: 26px;
            padding: 0 10px;
        }

            .navtabs li a.navtab {
                background: #5F7CA7 url("../images/newbtn_middle.png") repeat-x scroll 0 0;
                border-left: 1px solid #E4ECF7;
                border-top: 1px solid #E4ECF7;
                color: #ffffff;
                display: block;
                font-weight: bold;
                min-width: 60px;
                padding: 0 10px;
                text-align: center;
                text-decoration: none;
                width: auto !important;
            }

                .navtabs li a.navtab:hover {
                    background: #BCCDE6 url("../images/selectedtab.png") repeat-x scroll 0 -4px;
                    color: #000000;
                }


        .navtabs li.selected {
            color: #000000;
            height: 26px;
        }

            .navtabs li.selected a.navtab {
                background: #617EA9 url("../images/selectedtab.png") repeat-x scroll 0 0;
                color: #000000;
                padding-top: 4px;
                position: relative;
                top: -4px;
                z-index: 10;
            }
