@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);
	background-color: #FF6;
}

.tooltipContent
{
	background-color: #FF6;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #CDCDD1;
	border-left-color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	color: #666;
	margin: 1px;
	padding: 5px;
	font-size: 12px;
}.tooltiptrigger {
	background: none;
	background-color: #FF6;

}
