charset "UTF-8";


.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #000;
	border: medium solid #79A679;
}

