@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
{
	background-color: #fff3d1;
	border: 2px solid #000;
	padding: 30px;
}
.tooltipContent  h1 {
	font-size: 130%;
	line-height: 100%;
	text-align: center;
	padding-left: 0px;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #003366;
	font-style: italic;
	padding-right: 0px;
}
.tooltipContent h2 {
	font-size: 110%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	color: #003366;
}

.tooltipContent p {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	color: #000000;
	line-height: 130%;
}