/**********************************/
/*Begin DataGrid*/
/*DataGrid Normal*/
.DataGrid_Default
{
	background-color: "#CCCCCC";	
}

.DataGrid_Default_Header
{
	background-color: #006699;
	text-align: center;
	font-weight:  bold;
	color: White;
}

.DataGrid_Default_Footer
{
	color: "#000066";
	background-color: white;
}

.DataGrid_Default_Page_Footer
{
	/*border-right: 1px solid #CC9966;	 	border-left: 1px solid #CC9966; 	border-bottom: 1px solid #CC9966;*/
}

.DataGrid_Default_Item
{
	color: "#000066";
	background-color: white;
}

.DataGrid_Default_AlterItem
{
	color: "#000066";
	background-color: white;
}

.DataGrid_Default_SelectedItem
{
	color: highlighttext;
	background-color: highlight;
}


.DataGrid_Default_SelectedItem A:link
{
	color: highlighttext;
}

.DataGrid_Default_SelectedItem A:visited
{
	color: highlighttext;
}

.DataGrid_Default_SelectedItem A:active
{
	color: highlighttext;
}


.DataGrid_Default_PageStyle
{
	color: "#000066";
	background-color: White; /*ForeColor="#000066" BackColor="White"*/
}
/*End DataGrid Normal*/



