full_table_list
        /*css global tabela*/
        .full_table_list {cellspacing: 2; cellpadding: 2; font: 7pt Arial;}
         /*Definido cor do cabeçalho*/
        .full_table_list th:nth-child(even) {background: #10335C; color:#FFFFFF; font: 9pt Arial;}
        .full_table_list th:nth-child(odd) {background: #10335C; color:#FFFFFF; font: 9pt Arial;}
	      /*Definido cor das linhas pares*/
        .full_table_list tr:nth-child(even) {background: #E0E9F1; font: 8pt Arial;}
          /*Definindo cor das Linhas imp?es*/
        .full_table_list tr:nth-child(odd) {background: #BBCBDB; font: 8pt Arial;}
}
