@charset "UTF-8";


/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 0;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color:#dee8ef;
	color:#003366;
	display:block;
	border:#FFF solid 1px;
	padding:4px;
}