$(function() {
		   
		   
     $('#int_content table').addClass('tablesorter2');
	$('#int_content table.productTable').removeClass("tablesorter2");
		$('#int_content table.productTable2').removeClass("tablesorter2");
		$('#int_content table.productTable4').removeClass("tablesorter2");
		$('#int_content table.contentpaneopen').removeClass("tablesorter2");
		
		$('#int_content table.blankTable').removeClass("tablesorter2");
				$('#int_content table.calcClean').removeClass("tablesorter2");

	
	
	
    $('#int_content table.tablesorter2 tr:even').addClass('even');
	$('#int_content table.tablesorter2 tr:odd').addClass('odd');
	$('#int_content table.tablesorter2 td').addClass('customerDetails');
	$('#int_content table tr:first-child').removeClass();
	$('#int_content table tr:first-child td').removeClass();
	$('#int_content table tr:first-child td').addClass('customerDetailsThead header');
	$('#int_content table tr:first-child th').addClass('customerDetailsThead header');
	
	$('#int_content table.calcClean tr:first-child td').removeClass();
	$('#int_content table.calcClean tr:first-child th').removeClass();
    $('#int_content table.calcClean tr:first-child td').addClass('label');
	$('#int_content table.calcClean tr:first-child th').addClass('label');
	
	$('#int_content table.productTable').attr('width', 650);
	
	$('#int_content table.productTable tr:first-child td').attr('width', 200);
	$('#int_content table.productTable tr:first-child td:first-child').attr('width', 350);
	$('#int_content table.productTable tr:first-child td:last-child').attr('width', 100);
	
	$('#int_content table.tablesorter2 tr:last-child td').css('border-bottom', '1px solid #cccccc');
	
	
	$('#int_content table.productTable tr').removeClass();
	$('#int_content table.productTable td').removeClass();
	
	$('#int_content table.blankTable tr').removeClass();
	$('#int_content table.blankTable td').removeClass();
	
	
	
	$('#int_content table.productTable2 tr:first-child td').attr('width', 150);
	$('#int_content table.productTable2 tr:first-child td:first-child').attr('width', 350);
	$('#int_content table.productTable2 tr:first-child td:last-child').attr('width', 150);
	
	
	
	$('#int_content table.productTable2 tr').removeClass();
	$('#int_content table.productTable2 td').removeClass();
	
	
	
		useWidth = jQuery('#int_content').width();
	
	
	
	
	jQuery('#int_content table.productTable4').attr('width', useWidth);
	$('#int_content table.productTable4 tr:first-child td').attr('width', '50%');
	$('#int_content table.productTable4 tr:first-child td:first-child').attr('width', '10%');
	$('#int_content table.productTable4 tr:first-child td:last-child').attr('width', '20%');
	$('#int_content table.productTable4 tr:first-child td:nth-child(3)').attr('width', '20%');
	
	
	$('#int_content table.productTable4 tr').removeClass();
	$('#int_content table.productTable4 td').removeClass();
	
	
	
	
		$('#int_content table.contentpaneopen tr').removeClass();
	$('#int_content table.contentpaneopen td').removeClass();
	
	

	//rates
	
	    $('#content #main #bottomLinks  table.rates').addClass('tablesorter2');
		$('#content #main #bottomLinks table.rates').attr('width', 100);
		
		$('#content #main #bottomLinks  table.tablesorter2 tr:even').addClass('even');
		$('#content #main #bottomLinks  table.tablesorter2 tr:odd').addClass('odd');
		$('#content #main #bottomLinks  table.tablesorter2 td').addClass('customerDetails');
		$('#content #main #bottomLinks  table.tablesorter2 td').css("padding", "1px");
			$('#content #main #bottomLinks  table.tablesorter2 td').css("font-size", "10px");
				$('#content #main #bottomLinks  table.tablesorter2 td').css("line-height", "10px");
		$('#content #main #bottomLinks  table tr:first-child').removeClass();
		$('#content #main #bottomLinks  table tr:first-child td').removeClass();
		$('#content #main #bottomLinks  table tr:first-child td').addClass('customerDetailsThead header');
		
		
});

