@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: #194b8f;
	padding:10px;
	color:#fff;
	width:auto;
	min-width:100px;
	max-width:170px;
}

.tooltipContent p	{ padding:0; margin:0;}

.WidgetModGoogleMap								{ background:none!important; }

.ModGoogleMap									{ position:relative!important; background:none!important;}
.ModGoogleMap .WidgetTooltipTriggedObject		{ background:#003783; padding:10px; color:#fff;}
#CollapsiblePanelGoogleMap						{ position:absolute; right:-152px; top:-285px; z-index:90; background:url(/img/google_map_bg.jpg) repeat-x top left; }
#CollapsiblePanelGoogleMap1						{ position:absolute; right:-347px; top:-285px; z-index:90; background:url(/img/google_map_bg.jpg) repeat-x top left; }
.map .WidgetModGoogleMap						{ width:110px!important; min-height:80px!important; height:auto!important; height:80px; background:none!important;}
.CollapsiblePanelGoogleMapClass					{ text-indent:0!important; width:auto!important; background:none!important; margin:0!important; padding:0!important;}
.CollapsiblePanelGoogleMapClass:hover			{ text-decoration:none!important;}
.CollapsiblePanelGoogleMapClass:hover span		{ text-decoration:underline!important;}
.map 											{ margin:0 0 0 17px;}
.map .WidgetTrigger								{ width:150px!important;}

.map #CollapsiblePanelGoogleMap					{ right:-164px!important; top:-250px!important;}