﻿body {
    position: relative;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    display: block;
}

#apDiv {
    position: absolute;
    height: 96px;
    background-image: url(../Images/logo-blue.jpg);
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
    width: 110px;
}

#links {
    height: 22px;
    text-align: right;
    width: auto;
    padding-right: 5px;
    background-color: #003399;
    color: #FFFFFF;
}

    #links a:link {
        height: 21px;
        text-align: right;
        width: auto;
        padding-right: 5px;
        color: #FFFFFF;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
    }

    #links a:hover {
        height: 21px;
        text-align: right;
        width: auto;
        padding-right: 5px;
        text-decoration: underline;
        font-weight: bold;
    }

    #links a:visited {
        height: 21px;
        text-align: right;
        width: auto;
        padding-right: 5px;
        text-decoration: none;
        font-weight: bold;
        color: #CCCCCC;
    }

#nav {
    background-image: url(../Images/link_bg.jpg);
    height: 21px;
    background-repeat: repeat-x;
    background-position: right;
    text-align: center;
    padding: 0;
    width: auto;
    margin-top: 2px;
}

#container {
    color: #000000;
    display: block;
    height: auto;
    width: auto;
    text-align: center;
    position: relative;
    margin: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

#header {
    background-image: url(../Images/header_bkgrnd_blue.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 54px;
    text-align: center;
    width: auto;
    background-color: #3399cc;
}

#headerText {
    font-size: x-large;
    font-weight: bold;
    line-height: 50px;
}

#col2 {
    text-align: left;
    font-size: 12px;
    float: none;
    height: 100%;
    width: 100%;
}

#footer {
    text-align: center;
    width: auto;
    height: 20px;
    border: 1px solid #A9BACA;
    background-image: url(../Images/link_bg.jpg);
    background-repeat: repeat-x;
    font-size: 85%;
    clear: both;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 0px;
}

table {
    border-collapse: collapse;
    background-repeat: no-repeat;
}

.marginLeft30 {
    margin: 0px 0px 0px 30px;
}

.marginRight30 {
    margin: 0px 30px 0px 0px;
}

.resultsView {
    border: solid 2px black;
    width: 100%;
}

    .resultsView th {
        padding: 5px;
        border: 1px solid black;
    }

    .resultsView td {
        padding: 5px;
        text-align: center;
        border: 1px solid black;
    }

.resultsViewHeader {
    background-color: dodgerblue;
    color: white;
}

    .resultsViewHeader a:link {
        color: white;
    }

.resultsViewAlternatingRow {
    background-color: lightblue;
}

.resultsViewFooter {
    background-color: dodgerblue;
    color: white;
    height: 40px;
    border: 2px solid black;
    border-top-width: 0px;
}

.downloadLink {
    color: black;
}

.recordsShownLabel {
    float: left;
    padding: 10px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}