﻿
.Grid
{
}
.GridHeader
{
background:#2461BF;
font-weight:lighter ;
color:White;
}

.GridFooter
{
background:#507CD1;
font-weight:bold ;
color:White;
font-size:10px;
}

.GridPager
{
 background:#2461BF;
 color:White;
 text-align:Left;
 font-size:10px;
}

.GridSelect
{
background:#D1DDF1;
font-weight:bold ;
color:#333333;
}

.GridEdit
{
background:#2461BF;
}

.GridRow
{
    background:#EFF3FB;
}

.GridAlternating
{
    background:White;
}

