@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-image:url(../images/toolTipBG.gif);
	background-repeat:no-repeat;
	height:266px;
	width:477px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.tooltipContent li{
	padding-left:0px;
	margin-left:0px;
}
.tooltipContent ul{
	padding-left:0px;
	margin-left:30px;
}
.tooltipContent p{
	padding-left:0px;
	margin-left:30px;
}
#A1Tooltip{
	background-image:url(../images/amanda-bg.gif);
	background-repeat:no-repeat;
}
#A2Tooltip{
	background-image:url(../images/tessa-bg.gif);
	background-repeat:no-repeat;
}
#A3Tooltip{
	background-image:url(../images/jillian-bg.gif);
	background-repeat:no-repeat;
}
#staciTooltip{
	background-image:url(../images/staci-bg.gif);
	background-repeat:no-repeat;
}
#shelleyTooltip{
	background-image:url(../images/shelley-bg.gif);
	background-repeat:no-repeat;
}
#vinceTooltip{
}
#ashleyTooltip{
	background-image:url(../images/ashley-bg.gif);
	background-repeat:no-repeat;
}
#rexTooltip{
}
#christinaTooltip{
	background-image:url(../images/christina-bg.gif);
	background-repeat:no-repeat;
}
#jaretTooltip{
	background-image:url(../images/jaret-bg.gif);
	background-repeat:no-repeat;
}
