TABLE.DataGrid
{
	background-color: White;
	border-style: none;
	border-width: 1px;
	border-color: #DEDFDE;
	color: Black;
}

TABLE.DataGrid TR.HeaderStyle
{
	font-weight: bold;
	color: White;
	background-color: #6B696B;
}

TABLE.DataGrid TR.HeaderStyle A
{
	color: White;
}

TABLE.DataGrid TR.ItemStyle
{
	background-color: #F0F0FF;
}

TABLE.DataGrid TR.AlternatingItemStyle
{
	background-color: White;
}

TABLE.DataGrid TR.PagerStyle
{
	font-weight: bold;
	color: White;
	background-color: #6B696B;
}

TABLE.DataGrid TR.PagerStyle A
{
	color: White;
}

DIV.DataGrid-EmptyStyle
{
	text-align: center;
	font-style: italic;
	border: solid #DEDFDE 1px;
	border-top-width: 0px;
	background-color: #F0F0FF;
	padding: 3px;
}
filter_control {
width: 80px
}

SELECT {
width: 145px;
}

