@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.95);
	left: 383px;
	top: 167px;
	width: 199px;
	height: 155px;
}

.tooltipContent
{
	background-color: hsla(44,93%,94%,0.8);
	border: 4px;
	border-color: #FFD419;
	border-radius: 5px;
	font-size: 11px;
	letter-spacing: 7%;
	margin: 2px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
}
