@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: 16px;
	color: #000;
	background-color: #FF9;
	margin: 0px;
	padding: 0px;
	border: thin solid #000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: compact;
	text-align: justify;
	vertical-align: top;
	line-height: 0px;
}
.tooltipContentImage {
	font-size: 16px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: thin solid #000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: nowrap;
	display: none;
	text-align: center;
	vertical-align: top;
}
.style1 {
	font-size: 36px;
	color: #303;
	font-weight: bolder;
}
.Style2 {
	font-size: 18px;
	color: #303;
	font-weight: bold;
}

