@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: 2010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	border: medium solid #8E7161;
	padding: 1%;
	height: 370px;
	width: 400px;
	z-index: 1000;
}
.tooltipContent2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	border: medium solid #8E7161;
	padding: 1%;
	height: 220px;
	width: 400px;
	z-index: 1000;
}
.tooltipContent3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	border: medium solid #8E7161;
	padding: 1%;
	height: 520px;
	width: 400px;
	z-index: 1000;
}.tooltipContent3-a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	border: medium solid #8E7161;
	padding: 1%;
	height: 650px;
	width: 400px;
	z-index: 1000;
}
.tooltipContent3-b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	border: medium solid #8E7161;
	padding: 2%;
	height: 200px;
	width: 400px;
	z-index: 1000;
}
.tooltipContent3-c {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	border: medium solid #8E7161;
	padding: 2%;
	height: 530px;
	width: 400px;
	z-index: 1000;
}

