@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: #FFFFCC;*/
}

.tooltipContent a
{
/*	text-decoration:none;
	padding:2px 5px 2px 5px;*/
	/*border: none;*/
}

.tooltipContent a:hover
{
	/*border: #330066 dotted 1px;*/
}


#tooltip1 {
	width:180px; 
	padding:10px; 
	background-color:#9784B4;
	border:#330099 solid 1px;
	font-size:11px;
	font-weight:bold;
}

#tooltip1 a {
text-decoration:none;
	border: #C8BDD8 dotted 1px;
	padding:2px 5px 2px 5px;
	margin-bottom:5px;
	/*line-height:1.25em;*/
	display:block;
}

#tooltip1 a:hover {
	border: #330099 dotted 1px;
}


#tooltip2 {
	width:200px; 
	padding:10px; 
	background-color:#C8BDD8;
	border:#330099 solid 1px;
	font-size:11px;
	font-weight:bold;
}

#tooltip2 a {
text-decoration:none;
	border: #9784B4 dotted 1px;
	padding:2px 5px 2px 5px;
	margin-bottom:5px;
	/*line-height:1.25em;*/
	display:block;
}

#tooltip2 a:hover {
	border: #330099 dotted 1px;
}

#tooltip3 {
	width:150px; 
	padding:10px; 
	background-color:#E2DCE8;
	border:#330099 solid 1px;
	font-size:11px;
	font-weight:bold;
}

#tooltip3 a {
	text-decoration:none;
	border: #9784B4 dotted 1px;
	padding:2px 5px 2px 5px;
	margin-bottom:5px;
	/*line-height:1.25em;*/
	display:block;
}

#tooltip3 a:hover {
	border: #330099 dotted 1px;
}

#tooltip4 {
	width:200px; 
	padding:10px; 
	background-color:#FFFAEE;
	border:#330099 solid 1px;
	font-size:11px;
	font-weight:bold;
}

#tooltip4 a {
	text-decoration:none;
	border: #C8BDD8 dotted 1px;
	padding:2px 5px 2px 5px;
	margin-bottom:5px;
	/*line-height:1.25em;*/
	display:block;
}

#tooltip4 a:hover {
	border: #9874B4 dotted 1px;
}

#tooltip5 {
	width:150px; 
	padding:10px; 
	background-color:#FFF1CC;
	border:#330099 solid 1px;
	font-size:11px;
	font-weight:bold;
}

#tooltip5 a {
	text-decoration:none;
	border: #C8BDD8 dotted 1px;
	padding:2px 5px 2px 5px;
	margin-bottom:5px;
	/*line-height:1.25em;*/
	display:block;
}

#tooltip5 a:hover {
	border: #9874B4 dotted 1px;
}

#tooltip6 {
	width:150px; 
	padding:10px; 
	background-color:#FFE59B;
	border:#330099 solid 1px;
	font-size:11px;
	font-weight:bold;
}

#tooltip6 a {
	text-decoration:none;
	border: #C8BDD8 dotted 1px;
	padding:2px 5px 2px 5px;
	margin-bottom:5px;
	/*line-height:1.25em;*/
	display:block;
}

#tooltip6 a:hover {
	border: #9874B4 dotted 1px;
}