@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);
}
h1
{
	font-size:120%;
	font-weight: bolder;
	color:#FF0000;
	margin:0px;
}
h2
{
	font-size:90%;
	color:#000000;
	font-weight:bold;
	margin:0px;
}
h3
{
	font-size:80%;
	color:#999999;
	font-weight:bold;
	text-align:right;
}

.tooltipContent
{
	background-color: #FFFFFF;
	width:230px;
	border:2px solid #00CC00;
	padding:8px;
	font-size:80%;
	text-align:left;
}


