1:/*Styles used by JSF Table.*/ 2:.Heading { 3: text-align: center; 4: font-size: 14px; 5: font-weight: bold; 6: color: #FFFFFF; 7: background-color: #0080C2; 8:} 9: 10:.RowOdd,.RowEven { 11: text-align: center; 12: font-size: 11px; 13: color: #0080C2; 14:} 15: 16:.RowOdd { 17: background-color: #EEEEEE; 18:} 19: 20:.RowEven { 21: background-color: #FFFFFF; 22:}