@charset "UTF-8";

/* SpryTooltip.css - version 0.1 - Spry Pre-Release 1.6 */

/* 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);
}

.tooltip {
	color:#333333;
	background-color:#FFFFFF;
	background:url(../assets05/images/home/shadow.gif);
	width:200px;
}
.tipbody {
	background-color:#FF9900;
	font-weight:normal;
	font-size:9.5px;
	text-align:left;
	line-height:1.3em;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-bottom:#666666 solid 2px;
	border-right:#666666 solid 2px;
	padding:5px;
	}
.tiphead {
	font-size:11px;
	font-weight:bold;

}


	