a.tooltip {
	cursor:help;
	width:0;
	outline:none;
	font: normal 10pt arial;
	text-decoration:none;	
}

a.tooltip:hover {
	background:none; 
	text-decoration:none;
} /*BG color is a must for IE6*/

a.tooltip:hover span{
	display:inline; 
	position:absolute;		
	z-index:100000;		
}

a.tooltip span {
	display:none; 
	margin-left:-30px; 
	margin-top:11px;		
}	

	a.tooltip span .body {
		width:226px;
		background:url('/s/tooltips/body.gif') repeat-y;				
		margin:0;
	}			
 			
 	a.tooltip span .body p {
		font: bold 10pt arial;
		color:#555;			
		padding-bottom:3px;		
		margin:0px 0px 3px 0px;
		width:205px;
		border-bottom:1px solid #666;
	} 
	
	a.tooltip span .body div {
		color:#666;
		width:205px;				
		margin:0px 0px 0px 0px;
	}
	
	a.tooltip span .bodyInner {
		color:#666;
		padding: 5px 10px 5px 10px;
	}
	
	a.tooltip span .bottom {
		background:url('/s/tooltips/footer.gif') no-repeat;
		width:226px;
	}					
	
	.tooltipLine {
		border-top:1px solid #666;
		height:1px;
	}
	

