﻿.gridStyle
{
background-color:#D7C18A;
border-color:#C9AC5F;
font-family:Tahoma;
font-size:12px;
text-align:center;

	
}

.gridHeader ,.gridHeader a
{
    background: #FFCE36 url(../Images/grid_header_back.png) repeat-x;
    font-size: 8pt;
    color: #634914;
    font-family: Tahoma;
    text-align: center;
    height: 32px;
}


/*
tr.dgAlternatingRow
{
    font-size: 12px;
    font-family: Tahoma;
    text-align: center;   
    background-color: #E3D5AE;
    height: 25px;
}

*/
.gridViewAlternatingRow
{
background-color:#E8DCBD;
font-family:Tahoma;
font-size:12px;
height:25px;
text-align:center;

}

.gridViewRow
{	
background-color:#DCCB9C;
font-family:Tahoma;
font-size:12px;
height:27px;
text-align:center;
		
}

.gridViewPager
{
    font-size: 8pt;
    font-family: Tahoma;
    color: #fff;
    font-weight:bold;
    background:#FFF7DF url(../Images/pager_back.png) no-repeat right;
    border-top:1px #BF8E28 solid;
    text-align:right;
    height:25px
}

.dgover 
{
       background-image: url(../Images/dgClick.gif);	
       height:14px;
       color: #FFFFFF; 
       cursor: hand;

}

.gridViewSelect 
{
       background-image: url(../Images/dgClick.gif);	
       height:14px;
       color: #FFFFFF; 
       cursor: hand;

}

.gridViewFooter
{
    background-color:Yellow;
}

.gridEmptyRow
{
    background: #FFCE36 url(../Images/grid_header_back.png) repeat-x;
    font-size: 8pt;
    color: #FF0000;
    font-family: Tahoma;
    text-align: center;
    height: 27px;
    
    
}

.gridViewClientFooter
{
    background-color: #FFF7DF;
    font-weight: bold;
    color: #FF0000;
    text-align: left;
  
}

.GridLink
{
    color: #663300;
}