$(function() {
	$("tr.commentedBlock:even").css({'background':'#F0F8FF'});
});
