﻿.tooltip a:hover
{
	/*background:#ffffff; */
	text-decoration:none;
	/* ie6 fix */
	background:;
}

.tooltip a.tooltip span 
{
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:250px;
}

.tooltip a.tooltip:hover span
{
	display:inline;
	position:absolute;
	background:#e1f1fc; 
	border:1px solid #1178c1; 
	color:#125c90;
}


.toolTipError a:hover
{
	/*background:#ffffff; */
	text-decoration:none;
	/* ie6 fix */
	background:;
}

.toolTipError a.toolTipError span 
{
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:250px;
}

.toolTipError a.toolTipError:hover span
{
	display:inline;
	position:absolute;
	background:#FFBABA; 
	border:1px solid #D8000C; 
	color:#D8000C;
}


