@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 */
.custom .iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	border:2px solid #E1B73A;
	background:#E1B73A;
	padding:2px 5px;
}

.custom .tooltipContent
{
	background-color: #FADE8D;
	font-size:150%;
	line-height:150%;
	border:3px solid #E1B73A;
	/*padding: 5px 8px; */ padding:0.533em 0.733em;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);

}

.custom .tooltipContent a {
	text-decoration:none;
	color:#f30;	
}
.custom .tooltipContent p {
	clear:both;
	margin:0;
	padding:.5em 0;
}

