﻿body
{
    background: #ffffff;
    color: #333333;
}
/* PRIMARY LAYOUT ELEMENTS */
.page
{
    max-width: 1024px;
    background-color: #fff;
    margin: 0px auto 0px auto;
}
.header
{
    background: #186388;
}
.header h1
{
    padding: 10px 10px 10px 10px;
    color: #f9f9f9;
    text-align: center;
}
.main
{
    padding: 0px 10px 0px 10px;
}
.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    text-align: center;
}
/* MISC */
.clear
{
    clear: both;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.error
{
    color: Red;
    font-size: 12px;
}
.gridHeader
{
    background-color: #186388 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 3px 3px 3px 3px !important;
}
.labelRow
{
    color: #595959;
    height: 30px;
    vertical-align: bottom;
}
.filterLabel
{
    text-align: right;
    padding: 0px 5px 0px 5px;
    font-weight: 700;
}
.filterLabelDetail
{
    text-align: right;
    padding: 0px 5px 0px 5px;
}
.dgCredits
{
    text-align: center;
}
td, th
{
    padding: 0px 5px 0px 5px;
}
