@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);
}

#ray .tooltipContent
{
	background-color: #FFFF99;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	width: 175px;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
}

#ray .tooltipContent h1 {
	font-size: 14px;
	color: #ff0000;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#ray .tooltipContent h2 {
	font-size: 12px;
	color: #000;
	font-weight:bold;
	font-style: italic;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: none;
	}
#ray .tooltipContent p {
	margin: 10px 0px;
	}
#ray .tooltipContent a.sponsor_button  {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background-color: #A22D0F;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	}
#ray a.print {
	color: #000;
	}	