.RadGrid
{
	border-left: 1px solid #319AEA;
	border-right: 1px solid #319AEA;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadGrid
{
	font-size: 11px;
	font-family: Arial, Verdana;
}

.GridHeader
{
	font-weight: bold;
	color: black;

}

A.GridHeader 
{
	text-decoration: none;
	color: white;
}

.GridHeader A:hover
{
	text-decoration: underline;
	color: white;
}

.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;
}


.GridRow
{
	
	padding-left: 5px;
	background-repeat: repeat-x;
	background-color: #ddf2fc;
}

.GridAltRow
{
	
	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;
}

.gridhead
{
	background-image: url(images/grid_head2.png);
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.gridfoot
{
	background-image: url(images/grid_head1.png);
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: Black;
}

#Marq {
		  margin-left:0px;
		  margin-top:0px;
		  padding:5 5 5 5;
		  width:95%;
		   vertical-align:middle;  
		  text-align:center; 
		  border:1px solid #FACB9D;
		  font-family:Arial;
		   font-size:11px;   
		  background-color:#FFF3D2;
		   
  }