@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.8);
}

.tooltipContent
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	margin: 0px;
	height: auto;
	width: 400px;
	cursor: help;
	background-image: url(../images_design/employers_tooltip.png);
	background-repeat: repeat;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tooltipContent-smalltext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
}
.tootipIconEmployers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #09F;
}
.tootipIconParticipants {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #690;
}
.tootipIconJ1Resources {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F90;
}
.tootipIconAbout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6CF;
}
