.DataGrid
{
	border-right: #0049E0 1px solid;
	border-left: #0049E0 1px solid;
	border-bottom: #0049E0 1px solid;
	width: 99%;
	font-size: 0.9em;
}

.dgItem
{
}

.dgAltItem
{
	background-color: #D7EDFF;
}

.dgSelectItem
{
	background-color: #fffacd;
}

.dgHeaderItem
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	background-color: darkgray;
}

.dgFooterItem
{
	background-color: gainsboro;
}

.dgPagerItem
{
}

th a:link, th a:visited
{
	color: White;
	text-decoration: none;
}

th a:hover
{
	text-decoration: underline;
	color: #0049E0;
}