﻿.gridStyle
{
    width: 100%;
    border: 1px solid #cecece;
}
.gridStyle caption
{
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridHeader
{
    line-height: 22px;
    background-color: #e3e3e3;
    text-align: left;
    color: #1e7cb0;
    font-weight: bold;
}
.gridHeader a
{
    text-decoration: none;
    color: #1e7cb0;
}
.gridHeader a:hover
{
    text-decoration: underline;
    color: #1e7cb0;
}
.gridRow
{
    line-height: 22px;
    background-color: #ffffff;
}
.gridAlternatingRow
{
    line-height: 22px;
    background-color: #f3f3f3;
}
.gridColumnNoDisplay
{
    display: none;
}
.gridItemLink
{
    text-decoration: none;
    color: #1e7cb0;
}
.gridItemLink:Hover
{
    text-decoration: underline;
    color: #006ba6;
}
.gridFooter
{
    background-color: #e3e3e3;
    text-align: center;
}
.gridFooter a
{
    padding: 2px 10px 2px 10px;
    border: solid 1px #ffffff;
    line-height: 22px;
    background-color: #1e7cb0;
    font-weight: bold;
    color: #ffffff;
}
.gridFooter a:hover
{
    padding: 2px 10px 2px 10px;
    border: solid 1px #1e7cb0;
    line-height: 22px;
    background-color: #ffffff;
    font-weight: bold;
    color: #1e7cb0;
}
.gridSpacer
{
    padding-left: 10px;
}
