@charset "UTF-8";

/* SpryTooltip.css - version 0.1 - Spry Pre-Release 1.6 */

/* 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.05);*/
	
}
.tooltip {
}
.tooltip div {
	padding: 10px;
	margin: 5px;
	border: 1px solid #ae9573;
	background-image: url(/images/tool_back.png);
	min-width: 400px;
	min-height: 150px;
	max-width:450px;
	text-align:left;
	color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}
.trigger {
	cursor:pointer;
}
.tooltip span {
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	display: block;
	color:#FFF;
}
.tooltip a {
	color:#FFF !important;
}
.tooltip .head {
	font-size:13px;
	font-weight:bold;
	color: #e12f22;
}
