@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.1);
}

.tooltipContent
{
	width: 450px;
	background-color: #FFc;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: auto;
	border: 2px inset #000;
	height: 250px;
	font-size: 1.4em;
	margin-bottom: 40px;
	clear: both;
	margin-top: 10px;
}#sprytrigger1 {
	color: #F00;
	width: 100px;
	border: 1px solid #000;
}
#sprytooltip1 #tool {
	color: #00F;
	border: 1px solid #000;
	padding-right: 5px;
	padding-left: 5px;
	width: 400px;
}

.tooltipContent1
{
	width: 460px;
	background-color: #FFC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 2px inset #000;
	text-align: center;
