@charset "UTF-8";

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

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* orig color was FFFFCC  */
/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1000;
	filter:alpha(opacity:0.2);
}

.tooltipContent
{
	background-color: #CFD;
	font-size: inherit;
	font-weight: normal;
	position: absolute;
	left: 55px;
	top: 482px;
	width: 222px;
	height: 120px;
	font-family: "Times New Roman", Times, serif;
}.twoColLiqLtHdr #container #mainContent p #sprytrigger1 {
	color: #800440;
}
.twoColLiqLtHdr #sprytooltip1 em {
	font-family: Verdana, Geneva, sans-serif;
}

