$(function() {
	
	$("a.tooltip").mouseover(function(){
		var tooltip = $(this).attr("title");
		$(this).removeAttr("title");
		$(this).append("<div></div>");
		$(this).children("div").text(tooltip);
		$(this).children("div").css({
			'position' : 'absolute',
			'bottom' : '20px',
			'left' : '-80px',
			'width' : '180px',
			'padding' : '10px',
			'border' : '1px solid #d5dceb',
			'background-color' : '#e7efff',
			'color' : '#666',
			'font-size' : '12px',
			'letter-spacing' : '0',
			'text-indent' : '0'
		});
	});
	
	$("a.tooltip").mouseout(function(){
		var tooltip = $(this).children("div").text();
		$(this).children("div").remove();
		$(this).attr("title",tooltip);
	});
	
		$("a.tooltipunitp").mouseover(function(){
		var tooltip = $(this).attr("title");
		$(this).removeAttr("title");
		$(this).append("<div></div>");
		$(this).children("div").text(tooltip);
		$(this).children("div").css({
			'position' : 'absolute',
			'bottom' : '15px',
			'left' : '-80px',
			'width' : '100px',
			'padding' : '5px',
			'border' : '1px solid #d5dceb',
			'background-color' : '#e7efff',
			'color' : '#666',
			'font-size' : '12px',
			'letter-spacing' : '0',
			'text-indent' : '0'
		});
	});
	
	$("a.tooltipunitp").mouseout(function(){
		var tooltip = $(this).children("div").text();
		$(this).children("div").remove();
		$(this).attr("title",tooltip);
	});
	
	$("a.tooltipduratasuplim").mouseover(function(){
		var tooltip = $(this).attr("title");
		$(this).removeAttr("title");
		$(this).append("<div></div>");
		$(this).children("div").text(tooltip);
		$(this).children("div").css({
			'position' : 'absolute',
			'bottom' : '20px',
			'left' : '-80px',
			'width' : '170px',
			'padding' : '10px',
			'border' : '1px solid #d5dceb',
			'background-color' : '#e7efff',
			'color' : '#666',
			'font-size' : '12px',
			'letter-spacing' : '0',
			'text-indent' : '0'
		});
	});
	
	$("a.tooltipsuplim").mouseout(function(){
		var tooltip = $(this).children("div").text();
		$(this).children("div").remove();
		$(this).attr("title",tooltip);
	});

	$("a.tooltipsuplim").mouseover(function(){
		var tooltip = $(this).attr("title");
		$(this).removeAttr("title");
		$(this).append("<div></div>");
		$(this).children("div").text(tooltip);
		$(this).children("div").css({
			'position' : 'absolute',
			'bottom' : '-20px',
			'left' : '20px',
			'width' : '170px',
			'padding' : '10px',
			'border' : '1px solid #d5dceb',
			'background-color' : '#e7efff',
			'color' : '#666',
			'font-size' : '12px',
			'letter-spacing' : '0',
			'text-indent' : '0'
		});
	});
	
	$("a.tooltipduratasuplim").mouseout(function(){
		var tooltip = $(this).children("div").text();
		$(this).children("div").remove();
		$(this).attr("title",tooltip);
	});


	$("a.tooltipsum").mouseover(function(){
		var tooltip = $(this).attr("title");
		$(this).removeAttr("title");
		$(this).append("<div></div>");
		$(this).children("div").text(tooltip);
		$(this).children("div").css({
			'position' : 'absolute',
			'bottom' : '-20px',
			'left' : '20px',
			'width' : '170px',
			'padding' : '10px',
			'border' : '1px solid #d5dceb',
			'background-color' : '#e7efff',
			'color' : '#666',
			'font-size' : '12px',
			'letter-spacing' : '0',
			'text-indent' : '0'
		});
	});
	
	$("a.tooltipsumd18").mouseout(function(){
		var tooltip = $(this).children("div").text();
		$(this).children("div").remove();
		$(this).attr("title",tooltip);
	});

	$("a.tooltipsumd18").mouseover(function(){
		var tooltip = $(this).attr("title");
		$(this).removeAttr("title");
		$(this).append("<div></div>");
		$(this).children("div").text(tooltip);
		$(this).children("div").css({
			'position' : 'absolute',
			'bottom' : '-10px',
			'left' : '20px',
			'width' : '170px',
			'padding' : '10px',
			'border' : '1px solid #d5dceb',
			'background-color' : '#e7efff',
			'color' : '#666',
			'font-size' : '12px',
			'letter-spacing' : '0',
			'text-indent' : '0'
		});
	});
	
	$("a.tooltipsum").mouseout(function(){
		var tooltip = $(this).children("div").text();
		$(this).children("div").remove();
		$(this).attr("title",tooltip);
	});

	$("a.typeTooltip").mouseover(function(){		
			var tooltip = $(this).attr("title");
			$(this).removeAttr("title");
			$(this).append("<div></div>");
			$(this).children("div").text(tooltip);
			$(this).children("div").css({
				'position' : 'absolute',				
				'bottom' : '15px',
				'left' : '-150px',
				'width' : '200px',
				'padding' : '10px',
				'border' : '1px solid #d5dceb',
				'background-color' : '#e7efff',
				'color' : '#666',
				'font-size' : '12px',
				'letter-spacing' : '0',
				'text-indent' : '0'
			});
	});

	$("a.typeTooltip").mouseout(function(){		
				var tooltip = $(this).children("div").text();
				$(this).children("div").remove();
				$(this).attr("title",tooltip);
	});
	
	
	
});
