@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: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 425px;
	width: 400px;
	margin: 5px;
	text-align: left;
	line-height: 14px;
	background-image: url(../images/spry_background.jpg);
	background-repeat: repeat;
	border: thin none #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tooltipContentlong {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 450px;
	width: 400px;
	margin: 5px;
	text-align: left;
	line-height: 14px;
	background-image: url(../images/spry_background.jpg);
	background-repeat: repeat;
	border: thin none #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tooltipContentshort {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 380px;
	width: 400px;
	margin: 5px;
	text-align: left;
	line-height: 14px;
	background-image: url(../images/spry_background.jpg);
	background-repeat: repeat;
	border: thin none #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tooltipContentant {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 375px;
	width: 350px;
	margin: 5px;
	text-align: left;
	line-height: 14px;
	background-image: url(../images/spry_background.jpg);
	background-repeat: repeat;
	border: thin none #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
