@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);
}

.tooltipContent1
{
	background-color: #333;
	top: 175px;
	height: 450px;
	width: 200px;
	border-top-style: solid; border-top-width:thin;
	border-right-style: solid; border-right-width:thin;
	border-bottom-style: solid; border-bottom-width:thin;
	border-left-style: solid; border-left-width:thin;
	list-style-position: outside;
	list-style-type: disc; padding-right: 10px;
	overflow: hidden;
	position: absolute; padding-left: -20px; padding-bottom:10px;
}
.tooltipContent2
{
	background-color: #333;
	top: 175px;
	height: 340px;
	width: 200px;
	border-top-style: solid; border-top-width:thin;
	border-right-style: solid; border-right-width:thin;
	border-bottom-style: solid; border-bottom-width:thin;
	border-left-style: solid; border-left-width:thin;
	list-style-position: outside;
	list-style-type: disc; padding-right: 10px;
	overflow: hidden;
	position: absolute; padding-left: -20px; padding-bottom:10px;
}
#sprytrigger1 b {
	color: #FC0;
}
#sprytrigger2 b {
	color: #FC0;
}
/*#tooltipContent
{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}*/
