@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 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";






// first!
	filter: alpha(opacity=50);					// second!
	filter:alpha(opacity=60);
	/* CSS3 standard */
    opacity:0.6;
	width: 140px;
	font-size: 10px;
	height: 40px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #FFFBF0;
	background-image: url(../images/background2.png);
	background-repeat: repeat;
	font-weight: 700;
}
