@charset "UTF-8";

/* SpryTooltip.css - version 0.1 - Spry Pre-Release 1.6 */

/* 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.8);
}

div.spryTooltip {
	background-color:#FEFFDD;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:#333333;
	font-family:sans-serif;
	font-size:80%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:4px;
	position:absolute;
	visibility:hidden;
	width:auto;
	z-index:10003;
}


