@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: #EAEAEA;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	width: 240px;
	line-height: 1em;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/tooltip_background.jpg);
	background-repeat: no-repeat;
}
.toolTipHeader {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
}
