


$(function(){

var boxHeight =  $('.lstRegstr').height()

 $('.boxShad .crvMR ').height(boxHeight-1)
 
 



$('.boxShad').mouseover(function(){


// var boxTitle =  $(this).parent('th').get(0).className
 var boxWidth =  $(this).parent('th').outerWidth()
 
 //alert(boxTitle)
 
  $(this).width(boxWidth + 15)

	$(this).removeClass('boxShadD')		
	


})



$('#regBlue1').mouseover(function(){


// var boxTitle =  $(this).parent('th').get(0).className
 var boxWidth =  $('#ColF').parent('th').outerWidth()
 
 //alert(boxTitle)
 
  $('#ColF').width(boxWidth + 15)

	$('#ColF').removeClass('boxShadD')		
	


})




$('#regBlue2, #regBlue5').mouseover(function(){


// var boxTitle =  $(this).parent('th').get(0).className
 var boxWidth =  $('#ColS').parent('th').outerWidth()
 
 //alert(boxTitle)
 
  $('#ColS').width(boxWidth + 15)

	$('#ColS').removeClass('boxShadD')		
	


})





$('#regBlue3, #regBlue6').mouseover(function(){


// var boxTitle =  $(this).parent('th').get(0).className
 var boxWidth =  $('#ColT').parent('th').outerWidth()
 
 //alert(boxTitle)
 
  $('#ColT').width(boxWidth + 15)

	$('#ColT').removeClass('boxShadD')		
	


})






	

$('.boxShad').mouseout(function(){


	
	$(this).addClass('boxShadD')	
	

})



	
	$('#regBlue1, #regBlue4').mouseout(function(){


	
	$('.boxShad').addClass('boxShadD')
})
	
	
	
	
		$('#regBlue2, #regBlue5').mouseout(function(){


	
	$('.boxShad').addClass('boxShadD')
})
		
		
		
			$('#regBlue3, #regBlue6').mouseout(function(){


	
	$('.boxShad').addClass('boxShadD')
})
			
			
			
			
			


})





