jQuery(document).ready(function(){
	jQuery("table.striped tr:even").css("background-color", "#EAF8FF");
});
