@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);
}

.tooltipContent1, .tooltipContent2, .tooltipContent3, .tooltipContent4 { color:#c98903; text-align:center; padding-top:3px; }
.tooltipContent1 { background: url('/images/ico-tooltip1.gif') no-repeat top left; width:54px; height:25px; }
.tooltipContent2 { background: url('/images/ico-tooltip2.gif') no-repeat top left; width:95px; height:25px; }
.tooltipContent3 { background: url('/images/ico-tooltip3.gif') no-repeat top left; width:115px; height:25px; }
.tooltipContent4 { background: url('/images/ico-tooltip3.gif') no-repeat top left; width:115px; height:25px; }
