@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);
}

.tooltipContent
{
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #999;
	cursor: help;
	width: 160px;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
}
#sprytooltip1 strong,
#sprytooltip2 strong,
#sprytooltip3 strong,
#sprytooltip4 strong,
#sprytooltip5 strong,
#sprytooltip6 strong,
#sprytooltip7 strong,
#sprytooltip8 strong,
#sprytooltip9 strong,
#sprytooltip10 strong{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 160px;
	display: block;
}

#sprytrigger1,
#sprytrigger2, 
#sprytrigger3,
#sprytrigger4,
#sprytrigger5,
#sprytrigger6,
#sprytrigger7,
#sprytrigger8,
#sprytrigger9,
#sprytrigger10
{
	cursor: help;
}
