@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);
}

.pnlTooltip {
	background: url("/App_Themes/StandardTheme/StaJeRSC/tooltipContent-bg.gif") no-repeat left top;
	font-size: 12px;
	width: 406px;
	white-space: normal
}
.tooltipContent {
	padding: 12px 15px 8px 20px
}
.tooltipContent h1 {
	color: #CBBD0D;
	font-size: 15px;
	margin: 0 0 4px
}
.tooltipContent a {
	margin-bottom: 4px
}
.tooltipContent a:link, .tooltipContent a:visited {
	color: #CBBD0D;
	text-decoration: underline
}
.tooltipContent a:hover {
	color: #CBBD0D;
	text-decoration: none
}
.tooltipContent .fussnote {
	font-size: 10px;
	margin-top: 6px
}
.tooltipContent .floatRight {
	float: right;
	margin: 5px 0 5px 10px
}
