$(document).ready(function(){
//	$(":input[name='bookingChoice']").parent().parent("tr").addClass("bookingChoiceTR");
//	
//	//$(".confirmTable:eq(0) tr:eq(0)").addClass("confirmTableHeader");
//	
//	$(".confirmTable").each(function(){
//		$(this).find("tr:eq(0)").addClass("confirmTableHeader");
//	});
//	
//	$(".confirmTableHeader").each(function(){
//										   
//		$(this).after("<tr class='bookingChoiceTR deferredCopyTR'><td class='lateNightCopy'>&nbsp;</td><td colspan='4' class='lateNightCopy'>"+ $(this).find("td:last").text() +"</td></tr>");
//		$(this).find("td:last").html("<div class='labelwhite'>PRICE</div>");
//	});
//	
//	$(".confirmTableHeader:gt(0)").hide();
//	
//	$(".deferredCopyTR:last").removeClass("bookingChoiceTR").hide();
//	
//	$(".deferredCopyTR:gt(0):not(:last)").addClass("bookingDotted");
//	
//	$(".confirmTable:first tbody").append($(".confirmTable:gt(0):not(:last) tbody").html());
//	
//	$(".confirmTable:gt(0):not(:last)").parent().hide();
//	
//	
//	//$(".confirmTable:eq(1) tr:eq(0)").hide();
//	
//	//$(".confirmTable:eq(0) tr.confirmTableHeader").after("<tr class=''><td colspan='5' class='lateNightCopy'>Your requested pitch is avaiable</td></tr><tr class='bookingChoiceTR'><td class='lateNightCopy'>&nbsp;</td><td colspan='4' class='lateNightCopy'>Prepay now at discounted rate</td></tr>");
//	
//	$(".confirmTable:first tr.confirmTableHeader:first").after("<tr class=''><td colspan='5' class='lateNightCopy'>Your requested pitch is available</td></tr>");
//	
//	$(".confirmTable:last").prepend("<tr class=''><td colspan='5' class='lateNightCopy'>" + jQuery("#ctl00_ctl00_MainContent_contentAreaText_PitchesLateNight p").text() + "</td></tr>");
//	
//	
//	
//	//$(".confirmTableHeader")
//	
//	$(".bookingChoiceTR").each(function(){
//		$(this).find("td:first").addClass("bookingChoiceTR_TD_first");
//		$(this).find("td:last").addClass("bookingChoiceTR_TD_last");
//	});
//	
//	$(".confirmTable").each(function(){
//		$(this).find(".bookingChoiceTR:first").addClass("bookingChoiceTR_first");
//		$(this).find(".bookingChoiceTR:last").addClass("bookingChoiceTR_last");
//	});
	
	$(".bookingChoiceTR_first .bookingChoiceTR_TD_first").corner("tl keep 10px");
	$(".bookingChoiceTR_first .bookingChoiceTR_TD_last").corner("tr keep 10px");
	$(".bookingChoiceTR_last .bookingChoiceTR_TD_first").corner("bl keep 10px");
	$(".bookingChoiceTR_last .bookingChoiceTR_TD_last").corner("br keep 10px");
	
});

