@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: relative;


	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	display: none;
	padding-left: 10%;
	padding-bottom: 10%;
	border-bottom: medium none #FFF;
	background: none;
	text-align: left;
	font-family: "Century Gothic";
	color: #FFF;
	float: right;
	width: auto;
}
.twoColElsRtHdr #text {
	float: left;
}
.twoColElsRtHdr #sprytooltip1 div {
	width: 400px;
	float: left;
}
.twoColElsRtHdr #sprytooltip1 img {
	width: 500px;
}
