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

.tooltipContent1
{
	background-color: #369;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position:relative;
	padding:5px;
	margin:1em 0 3em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.tooltipContent1:after {
content:"";
	position:absolute;
	top:-15px; /* value = - border-top-width - border-bottom-width */
	left:8px; /* controls horizontal position */
	border-width:0 10px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#369 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.tooltipContent2
{
	background-color: #369;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position:relative;
	padding:5px;
	margin:1em 0 3em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.tooltipContent2:after {
content:"";
	position:absolute;
	top:-15px; /* value = - border-top-width - border-bottom-width */
	left:8px; /* controls horizontal position */
	border-width:0 10px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#369 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.tooltipContent3
{
	background-color: #369;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position:relative;
	padding:5px;
	margin:1em 0 3em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.tooltipContent3:after {
content:"";
	position:absolute;
	top:-15px; /* value = - border-top-width - border-bottom-width */
	left:8px; /* controls horizontal position */
	border-width:0 10px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#369 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.tooltipContent4
{
	background-color: #369;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position:relative;
	padding:5px;
	margin:1em 0 3em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.tooltipContent4:after {
content:"";
	position:absolute;
	top:-15px; /* value = - border-top-width - border-bottom-width */
	left:8px; /* controls horizontal position */
	border-width:0 10px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#369 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.tooltipContent5
{
	background-color: #369;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position:relative;
	padding:5px;
	margin:1em 0 3em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.tooltipContent5:after {
content:"";
	position:absolute;
	top:-15px; /* value = - border-top-width - border-bottom-width */
	left:8px; /* controls horizontal position */
	border-width:0 10px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#369 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.tooltipContent6
{
	background-color: #369;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position:relative;
	padding:5px;
	margin:1em 0 3em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.tooltipContent6:after {
content:"";
	position:absolute;
	top:-15px; /* value = - border-top-width - border-bottom-width */
	left:8px; /* controls horizontal position */
	border-width:0 10px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#369 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}