/* ---------------------------------------------------------
						Grid Styles
------------------------------------------------------------*/
.DataGrid
{
	border:solid 1px #DDDDDD;
	margin-bottom:8px;
}
.AlternatingItem
{
	background-color: Transparent;
	vertical-align:top;
	padding-top: 0px;
}
.EditItem
{
}
.Footer
{
	font-weight: bold;
}
.Header
{
	font-weight: bold;
	background-color: #CCCCCC;
	color: #333333;
}
HR.Header
{
	color: #CCCCCC;
	height: 2px;
}
.Item
{
	background-color: White;
	vertical-align:top;
	padding-top: 0px;
}
.Pager
{
}
.Pager span
{
}
.SelectedItem
{
	background-color: #CCCCCC;
}
