jQuery(document).ready(function($){
	$('table.no_alt_row tr').css('background-color','#fff');
	$('tr:nth-child(odd)').css('background-color','#eaeaea');
});
