@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
{
	font-size: 0.75em;
	text-align: justify;
	border: 1px solid #710000;
	color: #FFF;
	background-color: #000;
	height: auto;
	width: 290px;
	line-height: 1.4;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#zoomBox #sprytrigger1 a:link {
	color: #dc0700;
	text-decoration: none;
}
#zoomBox #sprytrigger1 a:visited {
	color: #dc0700;
	text-decoration: none;
}
#zoomBox #sprytrigger1 a:hover {
	color: #dc0700;
	text-decoration: none;
}
#zoomBox #sprytrigger1 a:active {
	color: #dc0700;
	text-decoration: none;
}
.toolSpry {
	color: #F00;
	text-decoration: underline;
	cursor: pointer;
}
