$(document).ready(function(){
	$('#content tbody tr:even').css('background-color','#ccccff');
});
