@charset "utf-8";
/* CSS Document */
@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: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	border:1px solid #000000;
	font-size:11px;
	width:250px;
	padding:5px;
    display:none;
    position:absolute;
    z-index:0;
    right:40px;
}

.tooltipContent-head{
	color:#384B6B;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:250px;
	margin:0 0 5px 0;
	display:inline;
}


