$(document).ready(function() {	

	$(".client tr:even").css("background-color", "#eee");

});

