﻿
.DataGridAternating
{
	font-weight: normal;
	font-size: 6.5pt;
	color: Black;
	background-color:  #ffffff;
}
.DataGridItem
{
	font-weight: normal;
	font-size: 6.5pt;
	color: Black;
	background-color: #dcdcdc;
}
.DataGridHeader
{
	font-weight: normal;
	font-size: 7.5pt;
	color:  #ffffff;
	background-color: Green;
	border-right: Black 2px solid;
	border-top: Black 2px solid;
	border-left: Black 2px solid;
	border-bottom: Black 2px solid;
}
.DataGridHeader:link 
{
	font-weight: normal;
	font-size: 7.5pt;
	color:  #ffffff;
	background-color: #00008b;
}
.DataGridHeader:visited 
{ 
	font-weight: normal;
	font-size: 7.5pt;
	color:  #ffffff;
	background-color: #00008b;
}
.DataGridHeader:hover 
{ 
	font-weight: normal;
	font-size: 7.5pt;
	color:  #ffffff;
	background-color: #00008b;
}
.DataGridFooter
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 6.5pt; 
	background-color: #ffffff;
	Color:#008E4E;
}