@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:#FFFF99;
	border: 3px double #07a3ca !important; 
background-color:#FFFFCC;
	width:30em;
	/*z-index:auto;*/
	padding:.3em;
}


/*************************************************************************************
this is for the individual tooltip. Had problems with alignment so a made images with absolute Value to get more exact alignment

*************************************************************************************/
#trigger1, #trigger2, #trigger3, #trigger4, #trigger5, #trigger6, #trigger7, #trigger8 #trigger9 {
	width:25px;
	margin-left: .3em;
position:absolute;


} 

