@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
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	height: 350px;
	width: 450px;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #177cff;
	-webkit-box-shadow: 0 0 2px 2px #177cff;
	box-shadow: 0 0 2px 2px #177cff;
}



#sprytooltip2 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	height: 450px;
	width: 600px;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #177cff;
	-webkit-box-shadow: 0 0 2px 2px #177cff;
	box-shadow: 0 0 2px 2px #177cff;
}
#sprytooltip3 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	height: 380px;
	width: 460px;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #177cff;
	-webkit-box-shadow: 0 0 2px 2px #177cff;
	box-shadow: 0 0 2px 2px #177cff;
}
#sprytooltip4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	height: 620px;
	width: 580px;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #177cff;
	-webkit-box-shadow: 0 0 2px 2px #177cff;
	box-shadow: 0 0 2px 2px #177cff;
	
}
#sprytooltip5 {
		font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	height: 450px;
	width: 580px;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #177cff;
	-webkit-box-shadow: 0 0 2px 2px #177cff;
	box-shadow: 0 0 2px 2px #177cff;
	
}
#sprytooltip6 {
		font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	height: 500px;
	width: 700px;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #177cff;
	-webkit-box-shadow: 0 0 2px 2px #177cff;
	box-shadow: 0 0 2px 2px #177cff;
	padding-left:20px;
	
}
#sprytooltip7 {
		font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	height: 550px;
	width: 700px;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #177cff;
	-webkit-box-shadow: 0 0 2px 2px #177cff;
	box-shadow: 0 0 2px 2px #177cff;
	line-height:1.2em;
}
