﻿.DataGrid
{
	border : 1px solid blue;
	width:90%;
}
.DataGrid_Row, .DataGrid_RowAlt
{
	height:20px;
	font-family:Tahoma;
	font-size:9pt;
	border-bottom : 1px solid blue;
}
.DataGrid_RowAlt
{
	background-color:#bcceff;
}
.DataGrid_Row td
{
	border-left : 1px solid blue;
}
.DataGrid_RowAlt td,.DataGrid_Row td,.DataGrid_SelectedRow td
{
	text-align:center;
}
.DataGrid_SelectedRow
{
	background-color: #99CCFF;
	font-family:Tahoma;
	font-size:9pt;
}
.DataGrid_Header, .DataGrid_Header a, .DataGrid_Header th
{
	text-align:center;
	background-color: #0033CC;
	color: #FFFFFF;
	height:25px;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	vertical-align:middle;
}
