@charset "UTF-8";
.infospot {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	background-color: #43AD00;
	text-align: left;
	padding: 5px;
	border: thin dashed #FFF;
}


/* 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);
	width: auto;
}
.tooltipContent
{
	background-color: #CCC;
	width: 150px;
	font-family: Arial;
	font-size: 10px;
	color: #666;
	border: medium ridge #FFF;
	padding: 5px;
	height: auto;
	cursor: heart;
}
.act2 {
	font-family: arial;
	color: #6F75A5;
	background-color: #FFF;
	border: medium ridge #41ADDB;
	font-size: 10px;
	padding: 5px;
	height: auto;
	width: 150px;
}
.home {
	font-family: arial;
	font-size: 12px;
	color: #333;
	background-color: #CCC;
	padding: 5px;
	width: 250px;
	border: thin solid #999A4E;
	cursor: pointer;
}
