.DataGridRed .DataGridCaption
{
	background: linear-gradient(Orchid, MistyRose);
	background: -webkit-gradient(linear, left top, left bottom, from(Orchid), to(MistyRose));
	background-color:MistyRose;    
}

.DataGridRed .DataGridHeaderCell, .DataGridRed .DataGridCaption thead th
{
	background: linear-gradient(Orchid, MistyRose);
	background: -webkit-gradient(linear, left top, left bottom, from(Orchid), to(MistyRose));  
	background-color:MistyRose;    
}

