@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: #FFFFCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 3px solid #968E6A;
}
.tooltipContentH1 {
	font-weight: bold;
}
.tooltipContent p {
	line-height: 16px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.tooltipContentTextRed {
	color: #D31414;
}

