/*
Title:      
Author:		
Updated:    
*/

$(document).ready(function () {

	 $("table.dataTable tr:odd").addClass("even");
	 $("table.addFirst td:first-child, table.addFirst th:first-child").addClass("first");

});