@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: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #036;
	height: 66px;
	width: 236px;
	padding-top: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 5px;
	background-image: url(../img/bg_tooltip1.png);
}
.tooltipContent  fieldset{
	background-color: #F0F4F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	width: 280px;
	height: 50px;
}
