@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: auto;
	filter:alpha(opacity:0.1);
	overflow: visible;
}

.tooltipContent
{
	background-color: #FCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: auto;
	bottom: auto;
	border-color: #900;
	outline-color: #3FF;
	color: #222;
	visibility: visible;
	padding: 2;
	border: 1;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	outline-width: thin;
}

