﻿.GridView{
    color: #CCCCCC;
    }

.GridViewFooterStyle{
    background-color: Gainsboro;
    font-size: 10px;    
    font-weight:bold;
    font-family: Verdana;
    color: White;
    }

.GridViewRowStyle{
    background-color: #FEF8D4;
    font-size: 10px;    
    font-family: Verdana;
    font-weight:normal;
    }

.GridViewEditRowStyle{
    background-color: #2461BF;
    }

.GridViewSelectedRowStyle{
    background-color: #D1DDF1;
    font-size: 10px;    
    font-weight:bold;
    font-family: Verdana;
    color: #333333;
    }

.GridViewPagerStyle{
    background-color: Gainsboro;
    color: White;
    text-align: center;
    }

.GridViewHeaderStyle{
    background-color: #D7D7D7;
    color: #878787;
    font-size: 10px;    
    font-weight:bold;
    font-family: Verdana;
    text-transform: capitalize;
    }
 
.GridViewAlternatingRowStyle{
    background-color: #FFEE94;
    font-size: 10px;    
    font-family: Verdana;
    font-weight:normal;
}
