@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
{
	margin: 0px;
	color: #1C0709;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #4E4E4E;
	-moz-box-shadow: 1px 1px 3px #4E4E4E;
	box-shadow: 1px 1px 3px #4E4E4E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
	text-align: left;
	line-height: 1.2em;
	width: 170px;
	background-image: url(../images/bg_toltip.jpg);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#sprytrigger1 {
	color: rgb(228,119,59);
	cursor: pointer;
}
#sprytrigger2 {
	color: rgb(228,119,59);
	cursor: pointer;
}
#sprytrigger3 {
	color: rgb(228,119,59);
	cursor: pointer;
}
#sprytrigger4 {
	color: rgb(228,119,59);
	cursor: pointer;
}
