﻿.grid
{
	border-color: #ffffff ;
	border-width:0px;
	border-style:solid ; 
	width:100%;    
}
.grid-header,
.grid-header th
{
	background-color:#7e7e7e; 
	border-color:#7e7e7e; 
	font-size:12px; 
	font-weight:bold;
	font-family:Arial ; 
	/*height: 18px;	*/
	color:White ; 
	vertical-align:middle;
	
}
.grid-header a
.grid-header a:active,
.grid-header a:visited,
.grid-header a:link 
{
	text-decoration: none;
	font-size:12px; 
	font-weight:bold;
	display: block;
	/*height: 20px;*/
	color:White ; 
	padding-top: 2px;
	vertical-align:middle;
}
.grid-header a:hover
{
	color: navy;
}

.grid-row
{	
	background-color: #ffffff;
	border:solid 0px #ffffff; 
	height:20px; 
}

.grid-alternative-row
{
	background-color: #fef7ed;
	border:solid 0px #ffffff; 
	height:20px;
}



