@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);
	width: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.tooltipContent
{
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	width: 340px;
	height: 275px;
	z-index: 25;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.info {
	text-decoration: underline;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.REZ {
	color: #FFFF80;
}
.premier {
	color: #FFFF80;
}
.divers {
	color: #FFFF80;
}

