$(function() {
		   
		   
     $('#int_content table').addClass('tablesorter2');
	$('#int_content table.productTable').removeClass("tablesorter2");
		$('#int_content table.productTable2').removeClass("tablesorter2");
		$('#int_content table.contentpaneopen').removeClass("tablesorter2");
		
		$('#int_content table.blankTable').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.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();
	
	
	
	
		$('#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');
		
		
});
