$(document).ready(function(){
	$(".workshops tr:even td").css("background-color", "#fdedc4");
	$(".workshops tr:odd td").css("background-color", "#f5f1dc");
});
