@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);
	font-style: italic;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660;
	background-color: #FFF;
	text-align: left;
}

.tooltipContent
{
	background-color: #FFF;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #660;
	text-align: left;
	height: auto;
	width: auto;
}
