@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
{







	filter:alpha(opacity:0.1)
	background-image: url(../images/Mouse_Icon.gif);
	background-image: url(../images/Mouse_Icon.gif);
}
#sidebar1 p #sprytrigger1 a .fltcntr {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	border: thin solid #FFF;
}


.tooltipContent
{
	background-color: #FFF;
	color: #2E3740;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	text-align: left;
	width: 200px;
	border: medium groove #666;
	padding: 5px;
	background-image: none;
}
