$(document).ready(function(){
	$("table.tours tr:even").css("background-color", "#dee1d7");
});
