
function applyAll() {

/*Tables */	   
     jQuery('#page table').addClass('stripeTable');
	jQuery('#page table.productTable').removeClass("stripeTable");
		jQuery('#page table.productTable2').removeClass("stripeTable");
		jQuery('#page table.contentpaneopen').removeClass("stripeTable");
		jQuery('#page table.cleanTable').removeClass("stripeTable");
		jQuery('#page table.expandTb').removeClass("stripeTable");
		jQuery('#page table.keyFeatures').removeClass("stripeTable");
	
	
	
  	jQuery('#page table.productTable tr').removeClass();
	jQuery('#page table.productTable td').removeClass();
	
	//jQuery('#page table.cleanTable tr').removeClass();
	//jQuery('#page table.cleanTable td').removeClass();
	
	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', 150);
	
	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.expandTb tr').removeClass();
	//jQuery('#page table.expandTb td').removeClass("customerDetailsThead header");
	
	
	  jQuery('#page table.stripeTable tr:even').addClass('even');
	jQuery('#page table.stripeTable tr:odd').addClass('odd');
	jQuery('#page table.stripeTable td').addClass('customerDetails');
	jQuery('#page table.stripeTable tr:first-child').removeClass();
	jQuery('#page table.stripeTable tr:first-child td').removeClass();
	jQuery('#page table.stripeTable tr:first-child td').addClass('customerDetailsThead header');
		jQuery('#page table.stripeTable tr:last-child td').css('border-bottom', '1px solid #cccccc');
	
	
	

	
	
	
	jQuery('#page table.keyFeatures tr').removeClass();
	jQuery('#page table.keyFeatures td').removeClass();
	
		jQuery('#page table.productTable2 tr').removeClass();
	jQuery('#page table.productTable2 td').removeClass();
	
	
	
	
		jQuery('#page table.contentpaneopen tr').removeClass();
	jQuery('#page table.contentpaneopen td').removeClass();

}
