.Grid
{
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.GridItem
{
    font-size: small;
    font-family: Arial;
    background-color: white;
}
.GridAltItem
{
    font-size: small;
    font-family: Arial;
    background-color: #eeeded;
}
.GridHeader
{
    font-weight: bold;
    font-size: small;
    color: white;
    font-family: Arial;
    background-color: #666666;
}


.SubGrid
{
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.SubGridItem
{
    font-size: small;
    font-family: Arial;
    background-color: white;
}
.SubGridAltItem
{
    font-size: small;
    font-family: Arial;
    background-color: #f9fae7;
}
.SubGridHeader
{
    font-weight: bold;
    font-size: small;
    color: white;
    font-family: Arial;
    background-color: #bcb9b9;
}
.SubGridFooter
{
    font-size: small;
    font-family: Arial;
    background-color: #f9fa66;
}

.Label
{
    font-size: small;
    font-family: Arial;
    background-color: white;
}

.TextBox
{
    font-size: small;
    font-family: Arial;
}

.Button
{
    font-size: small;
    font-family: Arial;
    background-color: ButtonFace;
}

.LinkButton
{
    font-size: small;
    font-family: Arial;
}

.HyperLink
{
    font-family: Arial;
    color: #000080;
}

.HyperLinkNU
{
    font-family: Arial;
    color: #000080;
    text-decoration: none;
}

.DropDownList
{
    font-size: small;
    font-family: Arial;
}

.ListBox
{
    font-size: small;
    font-family: Arial;
}

.DataList
{
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.DataListItem
{
    font-size: small;
    font-family: Arial;
    background-color: white;
}

.DataListAltItem
{
    font-size: small;
    font-family: Arial;
    background-color: #eeeded;
}

.DataListHeader
{
    font-weight: bold;
    font-size: small;
    color: white;
    font-family: Arial;
    background-color: #666666;
}

.CheckBox
{
    font-size: small;
    font-family: Arial;
}

.RadioButtonList
{
    font-size: small;
    font-family: Arial;
}

.Panel
{
    font-size: small;
    font-family: Arial;
}

.ReportTitle
{
    font-size: Large;
    font-family: Arial;
    font-weight: bold;
}
.TableFullWidth
{
    width: 100%;
}
.TableBorder
{
    border-width: thin;
    border-style: solid;
    border-color: #000080;
}
.PageTitleCell
{
    background-color: White;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}
.PageTitleLabel
{
    background-color: White;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color: Navy;
}
.CellTopMiddle
{
    text-align: center;
    vertical-align: top;
}
.CellTopLeft
{
    text-align: left;
    vertical-align: top;
}
.RowBottomBorder
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000080;
}
.AwardHeader
{
    color: #00FF00;
    font-weight: bold;
}
.GrandAwardHeader
{
    color: Purple;
    font-weight: bold;
    font-size: 24px;
}
