.RadGrid
{

	
	
	margin-bottom: 1em;
    
	/*
	background-image: url(Images/headerBg.gif);
    background-repeat: repeat-x;
    background-color: #E6E9E4;
    border-left: 1px solid #C6CDC3;
    border-right: 1px solid #C6CDC3;
    font-size: 11px;
    font-family: Arial, Verdana;
	*/
}

.RadGrid table{
    
   
}

.GridHeader{
    font-weight: bold;
    padding-bottom: 16px;
    color: #242500;
    height: 47px;
}

.GridHeader A{
    color: #242500;
}

.GridRow{
 	
}

.GridRow A{
	display:block;
	border-bottom:1px dotted #960;
    padding: .5em;
	text-decoration:none;
   

}


.GridRow A:hover{
	background: #FDF4A5;
}

.GridPager{
    height: 21px;
    color: #242500;
    padding-left: 14px;
}

.GridPager A{
    color: #242500;
	
}



    
