﻿      /*a:hover {background:#ffffff; text-decoration:none;} */ /*BG color is a must for IE6*/
a.tooltip span 
{
	text-align:left;
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	margin-top: 5px;
	max-width:200px;
	white-space: normal;
	font-size: 12px;
	text-decoration: none;
}
a.tooltip:hover span
{
	text-decoration: none;
	cursor: help;
	display:inline; 
	position:absolute; 
	background:#eeeeee; 
	border:1px solid #000000; 
	color:#6c6c6c;
    z-index:1000;
}
a.tooltip:hover
{
	background:#eeeeee; 
	text-decoration:none;
}

a.tooltip img
{
	border-style: none;
}

