@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:relative;
	z-index:1000;
	filter:alpha(opacity:0.1);
}

.tooltipcontent {
	padding:0px;
	margin:0px;
	width:427px;
	height:105px;
}

.content {
	padding:0px;
	margin:0px;
	height:81px;
}

.tooltip-title-bar-left {
	padding:0px;
	margin:0px;
	background-image:url(../images/tooltip-title-bar-left.gif);
	width:193px;
	height:30px;
	color:#FFFF66;
	font-size:14px;
}

.tooltip-title-bar-right {
	padding:0px;
	margin:0px;
	background-image:url(../images/tooltip-title-bar-right.gif);
	width:192px;
	height:30px;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
}
.tooltip-title-bar-right a:link {
	color:#FFFFFF;
	border-bottom:1px dashed #FFFFFF;
	text-decoration:none;
}
.tooltip-title-bar-right a:active {
	color:#FFFFFF;
	border-bottom:1px dashed #FFFFFF;
	text-decoration:none;
}
.tooltip-title-bar-right a:visited {
	color:#FFFFFF;
	border-bottom:1px dashed #FFFFFF;
	text-decoration:none;
}
.tooltip-title-bar-right a:hover {
	color:#FF0000;
	border-bottom:1px dashed #FF0000;
	text-decoration:none;
}

.tooltip-content-bg {
	padding:0px;
	margin:0px;
	background-image:url(../images/tooltip-content-bg.gif);
	width:385px;
	height:51px;
	color:#000000;
	font-size:10px;
}