﻿.RadGrid_Transparent .rgGroupHeader
{
    font-size: 1.1em;
    line-height: 21px;
    color: white !important;
    background-color: rgba(58, 102, 119, .5);
}

.RadGrid_Transparent .rgAltRow td
{
    border-color: #d0d7e5;
    background-color: #F7F7F7;
}

.RadGrid_Transparent .rgHoveredRow td,
.RadGrid_Transparent .rgHoveredRow
{
	background:0 -1000px repeat-x url('Grid/bgrSprite.png');
	background-color: transparent;
}

.RadGrid_Simple .rgGroupHeader td
{
    background:rgba(58, 102, 119, .5);
    line-height: 21px;
    color: white !important;
}
