@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);
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding-left: 3px;
	padding: 5px;
	
}

.tooltipContent
{
	background-color:#EAEAEA;
	border-color:#B3113E;
	font-family: verdana, arial, "sans serif";
	font-size: 14px; font-weight:bold;
	color: #B3113E;
	text-align: center;
	border-bottom-style: solid;
	border-right-style: solid;
}