@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: relative;
	z-index: 9999999999999;
	filter:alpha(opacity:0.1);
	width:230px;
	height:144px;
	
	
	
}

.tooltipContent

{
	position: relative;
	z-index: 9999999999999;
	background-color:transparent;
	width:230px;
	height:144px;
	padding: 12px;
	-webkit-box-shadow: -1px 10px 83px -7px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 10px 83px -7px rgba(0,0,0,0.75);
box-shadow: -1px 10px 83px -7px rgba(0,0,0,0.75);
	
}

.tooltipContent2

{
	position: relative;
	z-index: 9999999999999;
	background-color:transparent;
	width:144px;
	height:230px;
	padding: 12px;
	-webkit-box-shadow: -1px 10px 83px -7px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 10px 83px -7px rgba(0,0,0,0.75);
box-shadow: -1px 10px 83px -7px rgba(0,0,0,0.75);
	
}
