
Table
	{ border-color:  #ffcc66;
		border-collapse: collapse;}

TH { border-color: #ffcc66;}

TD
{
	font-size: .8em;
	padding: 3px 3px 3px 3px;
	border-color: #ffcc66;
}

TD.details
{
	text-align: center;
	margin-top: 15px;
}

TR.DataGrid_SelectedItemStyle
{
	font-weight: bold;
	background-color: #9CF; 
}

TD.DataGrid_TDStyle
{
	background-color: #ffcc66;
}


TR.DataGrid_ItemStyle
{

/*	background-color: #FFC; */

	background-color: #ffcc66;
}

TR.DataGrid_HeaderStyle 
{
	color: White;
	background-color:  #ff6600;
	font-family: Verdana;
	font-weight: bold;
	line-height: normal;
}

TR.DataGrid_HeaderStyle A
{
	text-decoration: underline;
	color:	White;
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration: underline;
	color:	White;
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration: none;
	color:	#ffcc66;
}

TR.DataGrid_FooterStyle
{
	background-color: #ffcc66;
}

TR.DataGrid_PagerStyle
{
	color: White;
	background-color:  #ffcc66;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}

.CustomPaging
{
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}