@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: relative;
	Filter:alpha(opacity:0.1);
	cursor: crosshair;
	background-position: center center;
}

.tooltipContent
{
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 240px;
	padding: 10px;
	position: fixed;
	font-size: 12px;
	top: 30px;
	background-position: center;
	margin: auto;
	float: left;
	height: auto;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
	visibility: inherit;
	border: thin outset #999;
}
