.RadGrid
{
	/*
	border-left: 1px solid #319AEA;
	border-right: 1px solid #319AEA;
	*/
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadGrid TABLE
{
	font-size: 11px;
	font-family: Arial, Verdana;
}
.GridHeader
{
	font-weight: bold;
	color: #606;
	/* Use the orange group header instead
	background-image: url(Img/headerBg.gif); */
	background-image: url(Img/groupHeaderBg.gif);
	padding-right: 5px;
	padding-left: 5px;
}

.GridHeader a, .GridHeader a:active, .GridHeader a:visited
{
	color: #606;
	text-decoration: none;
}

.GridHeader a:hover
{
	color: #606;
	text-decoration: underline;
}

.GroupPanel
{

            background-image: url(Img/groupHeaderBg.gif);
            background-repeat: repeat-x;
            background-color: #ffac00;
            border-left: 1px solid #b69759;
            border-right: 1px solid #b69759;
            color: #9d6b0b;
	    padding:0px;
}

.GroupPanelItems
{
	font-weight: bold;
	white-space:nowrap;
	background-color: white;
	margin: 0px;
	color: #9d6b0b;
}

/* For Site Grid Rows */
.GridRowFlat
{	
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-x;
	background-color: #ddf2fc;
}

/* For Site Grid Rows */
.GridAltRowFlat
{
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-color: #c6e3f1;
}

.GridRow
{
	background-image: url(Img/rowBg.gif);
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-x;
	background-color: #ddf2fc;
}

.GridAltRow
{
	background-image: url(Img/altRowBg.gif);
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-color: #c6e3f1;
}

.GridPager
{
	background-image: url(Img/pagerBg.gif);
	color: #333333;
	padding-left: 6px;
	height: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ddf2fc;
}

.GridPager A
{
	color: #333333;
}

.GridFooter
{
	background-image: url(Img/rowBg.gif);
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-x;
	background-color: #ddf2fc;
	border-top-style: dotted;
	border-top-color: Black;
	border-top-width: 1px;
}

.ApexGridCounter 
{
	background: transparent url(../../../../Images/horz_dash.gif) top repeat-x;
	font-size: 100%;
	padding: 2px 0;
}
