$(function() {
	$(".greyBgr tr:nth-child(odd)").css("backgroundColor", "#efefef");
});
