﻿.GridViewStyle
{    
    font-family:Arial;
    font-size: 8pt;
    background-color: White;
    border-style: none;
    text-align: Left;
}
.GridViewRowStyle
{
    background-color: #B0C4DE;
    color: #4A3C8C;
    font-size:small;
    padding: 1px 5px 1px 5px;
}
.GridViewFooterStyle
{
    background-color: #B5C7DE;
    font-weight: bold;
    color: #4A3C8C;
    text-align: center; 
}
.GridViewSelectedRowStyle
{
    background-color: #738A9C;
    font-weight: bold;
    color: #F7F7F7;
}
.GridViewHeaderStyle a
{
    font-weight: bold;
    color: White;
}
.GridViewHeaderStyle
{
    background-color: #051539;
    font-weight: bold;
    font-size:small;
    color: White;
    text-align:Left ;   
}
.GridViewAlternatingRowStyle 
{
    background-color: #344E73;
   color: white;  
   font-size:small;
   padding: 1px 5px 1px 5px;
}
.datagrid_hovcol 
{
            background-color: #C0C0C0;
            color: #006;
            padding: 10px
}
.GridViewPagerStyle
{
    background-color: #B5C7DE;
    font-weight: bold;
    color: #4A3C8C;
    text-align: center; 
}
.DetailViewFieldHeaderStyle
{
            background-color: #E9ECF1;
            font-size   : 10px;
            color: Blue;
            text-align: Left;
}
.DetailViewFooterStyle
{
    background-color: #B5C7DE;
    font-weight: bold;
    color: #4A3C8C;
}
.DetailViewRowStyle
{
    background-color: #E7E7FF;
    color: #4A3C8C;
    text-align: left;
}
.DetailViewHeaderStyle
{
    background-color: #4A3C8C;
    font-weight: bold;
    color: #F7F7F7;
    text-align:Center ;   
}
.DetailViewAlternatingRowStyle 
{
    background-color: #F7F7F7;
    color: #284775;
    text-align: left;  
}
