@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);
}

.Tooltip-Trigger							{ display:block; height:50px; position:relative; width:100px; z-index:999; text-align:center; text-decoration:none; }
.Tooltip-Trigger-Overlay					{ position:absolute; z-index:1000; background:#f00; left:0; top:0; opacity:0;filter:alpha(opacity=0)}
.Tooltip-Trigger:hover span					{ text-decoration:underline;}
.Tooltip-Trigger span						{ font:bold 12px/12px 'Trebuchet MS'; color:#fff; text-decoration:none; padding-bottom:7px; display:block; z-index:888; position:relative;}
.Tooltip-Trigger img						{ position:relative; z-index:888;}
.tooltipContent								{ background:url(/img/tooltip_bg.png) no-repeat; width:220px; height:155px; }
.tooltipContent .Tooltip-Title,
.tooltipContent .Tooltip-Content			{ display:block; text-align:left; width:170px; }
.tooltipContent .Tooltip-Title 				{ margin:14px 0 0 32px; }
.tooltipContent .Tooltip-Content 			{ margin:5px 0 0 32px; }
.tooltipContent .Tooltip-Title p			{ font:normal 14px/14px verdana!important; color:#000!important; }
.tooltipContent .Tooltip-Title p a			{ color:#000; text-decoration:none; }
.tooltipContent .Tooltip-Title p a:hover	{ text-decoration:underline; }
.tooltipContent .Tooltip-Title p a:visited	{ color:#000; }
.tooltipContent .Tooltip-Content p			{ font:normal 11px/13px verdana!important; color:#000!important; }
.Tooltip-Content-Link						{ bottom:14px; display:block; height:11px; position:absolute; right:37px; text-align:center; width:50px; }
.Tooltip-Content-Link a						{ font:normal 10px/10px 'Trebuchet MS'; color:#fff; text-decoration:none; }
.Tooltip-Content-Link a:hover				{ text-decoration:underline; }
.Tooltip-Content-Link a:visited				{ color:#fff; }