﻿body 
{
	
}

.gridView1 
{   
	width: 100%;   
	background-color: #fff;   
	margin: 5px 0 10px 0;   
	border: solid 1px #525252;   
	border-collapse:collapse;  
	color: #534741;
	/*font-family: Palatino, Georgia, Garamond, Serif;*/
	font-size: 10pt;
	font-weight: normal;
}  
.gridView1 td 
{   
	padding: 2px;   
	border: solid 1px #c1c1c1;   
	color: #717171;   
}  
.gridView1 th 
{   
	padding: 4px 2px;   
	color: #fff;   
	background: #534741 url(../../images/grd_head.png) repeat-x top;   
	border-left: solid 1px #525252;   
	font-size: 0.9em;   
}  
.gridView1 input	{	width: 96%;	}
.gridView1 textarea {	width: 98%; }

.gridView1AlternatingRow { background: #fcfcfc url(../../images/grd_alt.png) repeat-x top; }  
.gridView1FooterRow     
    {   
    background: #998E70; 
    color:  #fff;
    }  
 .gridView1FooterRow td
    {    
    color:  #fff;
    } 
.gridView1 gridView1Pager { background: #424242 url(../../images/grd_pgr.png) repeat-x top; }  
.gridView1 gridView1Pager table { margin: 5px 0; }  
.gridView1 gridView1Pager td 
{   
	border-width: 0;   
	padding: 0 6px;   
	border-left: solid 1px #666;   
	font-weight: bold;   
	color: #fff;   
	line-height: 12px;   
}     
.gridView1 gridView1Pager a { color: #666; text-decoration: none; }  
.gridView1 gridView1Pager a:hover { color: #000; text-decoration: none; }  
.gridView1 th a { color: #FFF; }
.gridView1 th a:hover { color: #FFF; }

.gridView1SortedAscendingHeader a { color: #998E70 !important;}
.gridView1SortedDescendingHeader a { color: #998E70 !important;}


.gridViewPlain
{   
	background-color: White;   
	margin: 5px 0 10px 0; 	  
	border: solid 5px White;   
	border-collapse:collapse;  
	color: #534741;
	/*font-family: Palatino, Georgia, Garamond, Serif;*/
	font-size: 10pt;
	font-weight: normal;
}
