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

.tooltipContent
{
	background-color: #ECEECE;
	line-height: 1.15em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	height: auto;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: thin solid #A6AB9D;
	width: 280px;
}#quickglance {
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin: 0px;
	background-color: #7D826E;
	background-image: url(../images/left_pic_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-size: 18px;
	height: 28px;
	font-weight: lighter;
}
#quick_glance p {
	font-size: 0.75em;
	line-height: 1.25em;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#quick_glance ul {
	line-height: 1.35em;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#quick_glance li {
	padding-bottom: 2px;
	background-image: url(../images/fern_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #EBEECF;
	padding-left: 15px;
}
