@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: #4D4D4D;
	height: 550px;
	width: 622px;
	float: left;
}
.tooltipContentimg2 {
	background: #4D4D4D;
	border-top: 5px solid #646464;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
}
.tooltiptext {
	font: lighter 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

