﻿@charset "utf-8";
/* CSS Document */

/* ### GENERAL ### */

body {
    background-color: #ffffff;
    width: 90%; /* the auto margins (in conjunction with a width) center the page */
    min-width: 1024px;
    font-family: Calibri;
    margin: 0px auto;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

table {
    empty-cells: show;
}

    table.vAlignTop td, th {
        vertical-align: top;
    }

    table.vAlignMiddle td, th {
        vertical-align: middle;
    }

    table.vAlignBottom td, th {
        vertical-align: bottom;
    }

    table colgroup {
        display: table-column-group;
    }

        table colgroup col {
            display: table-column;
        }

    table.cellPadding0 td, th {
        padding: 0px;
    }

    table.cellSpacing0 {
        border-collapse: collapse;
        border-spacing: 0px;
    }

    table.cellPadding1 td, th {
        padding: 1px;
    }

    table.cellSpacing1 {
        border-collapse: separate;
        border-spacing: 1px;
    }

    table.cellPadding2 td, th {
        padding: 2px;
    }

    table.cellSpacing2 {
        border-collapse: separate;
        border-spacing: 2px;
    }

    table.cellPadding3 td, th {
        padding: 3px;
    }

    table.cellSpacing3 {
        border-collapse: separate;
        border-spacing: 3px;
    }

    table.cellPadding4 td, th {
        padding: 4px;
    }

    table.cellSpacing4 {
        border-collapse: separate;
        border-spacing: 4px;
    }

    table.cellPadding5 td, th {
        padding: 5px;
    }

    table.cellSpacing5 {
        border-collapse: separate;
        border-spacing: 5px;
    }

td.alignLeft {
    text-align: left;
}

td.alignCenter {
    text-align: center;
}

td.alignRight {
    text-align: right;
}

td.vAlignTop {
    vertical-align: top;
}

td.vAlignBottom {
    vertical-align: bottom;
}

/* ### HEADER ### */

#Container {
    background-color: #FFF;
    font-family: Calibri;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    height: 100%;
}

/* ### PAGE HEADER ### */

#PageHeader {
    font-family: Calibri;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    padding: 0px;
    margin-top: 10px 0px;
}

    #PageHeader a:link {
        color: #FFF;
        text-decoration: none;
    }

    #PageHeader a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #PageHeader a:hover {
        color: #A50021;
        text-decoration: none;
    }

    #PageHeader a:active {
        color: #A50021;
        text-decoration: none;
    }

#NavBar {
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    background-color: #000;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    #NavBar a:link {
        font-size: 18px;
        color: #FFF;
        text-decoration: none;
    }

    #NavBar a:visited {
        font-size: 18px;
        color: #FFF;
        text-decoration: none;
    }

    #NavBar a:hover {
        font-size: 22px;
        color: #FFF;
        text-decoration: none;
    }

    #NavBar a:active {
        font-size: 22px;
        color: #FFF;
        text-decoration: none;
    }

/* ### PAGE FOOTER ### */

#PageFooter {
    font-family: Calibri;
    color: #FFF;
    font-size: 10px;
    background-color: #A50021;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: both;
}

    #PageFooter a:link {
        color: #FFF;
        text-decoration: none;
    }

    #PageFooter a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #PageFooter a:hover {
        color: #CCC;
        text-decoration: none;
    }

    #PageFooter a:active {
        color: #CCC;
        text-decoration: none;
    }

#PageFooter_Left {
    font-family: Calibri;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    height: 100%;
    width: 100%;
    /*padding-left: 50px;*/
}

#PageFooter_Right {
    font-family: Calibri;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    height: 100%;
    width: 100%;
    /*padding-right: 50px;*/
}


/* ### OTHER ### */
