$(document).ready(function() {
	$("li:first-child, tr:first-child, td:first-child").addClass('first-child');
	$(".RadMenu").removeClass('RadMenu');
	$(".RadMenu_Footer").removeClass('RadMenu_Footer');  
	
	$('#ctl00_ContentPlaceHolder1_radAjax table').each(function(index) {  	
		
		$('#ctl00_ContentPlaceHolder1_radAjax table tr:has(td):even').css("background-color","#f7f7f7");
	
 }); 

});
