﻿.headerColor
{
    background-color: #CDDBEE;
}
.alternateItemColor
{
    background-color: #F6F9FB;
}
.footerColor
{
    background-color: #CDDBEE;
}

.resultsDataGrid
{
    width: 100%;
    font-size: 8pt;
}

.resultsDataGrid thead
{
    background-color: #D9E3F2;
}
.resultsDataGrid thead
{
    background-color: #D9E3F2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}
.resultsDataGrid thead tr th.resultsTitle
{
    font-size: 11pt !important;
    padding: 8px !important;
    background-color: #AFC5E4 !important;
    font-weight: normal;
}
.resultsDataGrid thead tr th
{
    background-color: #D9E3F2;
    padding: 5px;
}
.resultsDataGrid tbody tr td
{
    padding: 3px;
    text-align: left;
    vertical-align: middle;    
}
.resultsDataGrid .edge
{
    border: none;    
}
.boxTop
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #D2D2D2;
}
.boxBottom
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D2D2D2;
}
.boxLeft
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #D2D2D2;
}
.boxRight
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #D2D2D2;
}
.resultsDataGrid tbody tr.alternateItem
{
    background-color: #F6F9FB;    
}
.resultsDataGrid tbody tr.alternateItem td
{
    background-color: #F6F9FB;
}
.resultsDataGrid tfoot
{
    background-color: #E4EDF3;
}
.resultsDataGrid tfoot tr
{
    background-color: #E4EDF3;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
}
.resultsDataGrid tfoot tr th
{
    background-color: #E4EDF3;
    padding: 5px;
}
.resultsDataGrid tfoot tr th a
{
    padding-right: 5px;
}

.resultsDataGrid .centered
{
    text-align: center !important;
    vertical-align: middle;
}

.resultsDataGrid .rightAlign
{
    text-align: right !important;
    vertical-align: middle;
}
.resultsDataGrid .title
{
    background-color: #C5D3EB !important;
    padding: 10px !important;
    font-size: 11pt;
    border: none !important;
}


