$(document).ready(function(){
	$('.urer_tr tr:even').css('background' , '#CFE8FF');
	$('.user_tr tr:odd').css('background' , '#EFF7FF');
});
