jQuery(function() {
		   
		   
     jQuery('#page table').addClass('tablesorter2');
	jQuery('#page table.productTable').removeClass("tablesorter2");
		jQuery('#page table.productTable2').removeClass("tablesorter2");
		jQuery('#page table.contentpaneopen').removeClass("tablesorter2");
		jQuery('#page table.clean').removeClass("tablesorter2");
		jQuery('#page table.cleanCampaign').removeClass("tablesorter2");
		jQuery('#page table.expandTb').removeClass("tablesorter2");
	
	
	
    jQuery('#page table.tablesorter2 tr:even').addClass('even');
	jQuery('#page table.tablesorter2 tr:odd').addClass('odd');
	jQuery('#page table.tablesorter2 td').addClass('customerDetails');
	jQuery('#page table.tablesorter2 tr:first-child').removeClass();
	jQuery('#page table.tablesorter2 tr:first-child td').removeClass();
	jQuery('#page table.tablesorter2 tr:first-child td').addClass('customerDetailsThead header');
	
	
	jQuery('#page table.tablesorter2.hunterTable tr:nth-child(2)').removeClass();
	jQuery('#page table.tablesorter2.hunterTable tr:nth-child(2) td').removeClass();
	jQuery('#page table.tablesorter2.hunterTable tr:nth-child(2) td').addClass('hunterDetailsThead header');
	
	
	
	jQuery('#page table.productTable').attr('width', 650);
	
	jQuery('#page table.productTable tr:first-child td').attr('width', 200);
	jQuery('#page table.productTable tr:first-child td:first-child').attr('width', 350);
	jQuery('#page table.productTable tr:first-child td:last-child').attr('width', 100);
	
	jQuery('#page table.tablesorter2 tr:last-child td').css('border-bottom', '1px solid #cccccc');
	
	
	jQuery('#page table.productTable tr').removeClass();
	jQuery('#page table.productTable td').removeClass();
	
	jQuery('#page table.clean tr').removeClass();
	jQuery('#page table.clean td').removeClass();
		//jQuery('#page table.expandTb tr').removeClass();
	//jQuery('#page table.expandTb td').removeClass("customerDetailsThead header");
	
	
	
	jQuery('#page table.productTable2 tr:first-child td').attr('width', 150);
	jQuery('#page table.productTable2 tr:first-child td:first-child').attr('width', 350);
	jQuery('#page table.productTable2 tr:first-child td:last-child').attr('width', 150);
	
	
	
	jQuery('#page table.productTable2 tr').removeClass();
	jQuery('#page table.productTable2 td').removeClass();
	
	
	
	
		jQuery('#page table.contentpaneopen tr').removeClass();
	jQuery('#page table.contentpaneopen td').removeClass();
	
	

	
		
});

