$(document).ready(function() {
    $('#j_lista_reportagem tr:ogg').css("background",  "#FFF");
    $('#j_lista_reportagem tr:even').css("background", "#ededed");
});