@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 {
	/* opacity: .85;
	filter: alpha(opacity=85); */
	background-color: #000;
	width: 300px;
	border: 1px solid #999;
	color: #FFF;
	padding: 10px;
}
.tooltipContent h1 {
	color: #F60;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.tooltipContent h2 {
	color: #FFF;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.tooltipContent p {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}
.tooltipquote {
	font-style: italic;
	color: #CCC;
}
.tooltipContent a:link {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.tooltipContent a:visited {
	color: #FF6600;
	text-decoration: none;
}
.tooltipContent a:hover {
	color: #FFF;
}
