@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
{
	color: #FFF;
	background-color: #ce0a0a;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.tooltipContent p
{
	margin-bottom: 8px;
}
.tooltipContent h3
{
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90060A;
	padding-bottom: 5px;
}
.tooltipContent h3 a {
	color: #FFF;
	text-decoration: none;
}
.tooltipContent ul
{
	margin-left:-10px;
}
.tooltipContent a {
	color: #FFF;
	text-decoration: none;
}
.tooltipContent a:hover {
	color: #999;
	text-decoration: none;
}

