﻿.DataGrid
{
	color: #000000;
	border: 1px solid #cecece; /*Border color*/
	background-color: #ffffff;
	font-family: verdana;
	text-align: left;
	padding: 1px;
	border-bottom-width: 0;
	border-right-width: 0;
	background-image:url("../images/f10.jpg");
	background-repeat:no-repeat;
	background-position:center;
}
.DataGrid .Header
{
	background-color: #25aadd;
	color: #000000;
	font-weight: bold;
}
.DataGrid .Footer
{
	background-color: #25aadd;
	color: #000000;
	font-weight: bold;
}
.DataGrid .Item
{
	color: #000000;
}
.DataGrid td
{	
	border:1px solid #cecece;
	border-left-width:0;
	border-top-width:0;
	font-size:10px;
	color: #000000;
	font-family:Verdana, Arial, Century;
}
.DataGrid tr:hover
{	
	background-color: #9ad6ff;	
}
.DataGrid th
{
	font-size: 10px;
	background:  #0099c8 url(images/vertgradient1.png) repeat-x;
	color: #000000;
	letter-spacing: 0.03em;
	border:1px solid #cecece;
	border-left-width:0;
	font-family:Verdana, Arial, Century;
	border-top-width:0;
	text-align:center; font-weight:normal; 
	font-weight:bold;
}
