@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: #F7f7f7;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	border: 2px;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	border-top-style: groove;
	color: #900;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-color: #999;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}

