/* Appearance of detail tables in master-detail grids with RadGrid */
.table_detail_header
{
    font-weight: bold;
    background-color: Blue;
    color: White;
} 
 
/* This is for forcing link styles in the RadGrids to behave like the rest of the site */
.RadGrid a 
{ 
    font-size: 8pt;
	cursor: pointer;
	color: #de1c85 !important;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

/* update for a links in radgrid header with a bg of pink */
.RadGrid th a 
{ 
    font-size: 8pt;
	cursor: pointer;
	color: #fff !important;
	font-family: Arial, Verdana;
	text-decoration: none;
	font-weight:bold;
}