@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: #CBDEDE;

































	*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: groove;
	border-bottom-style: groove;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}



.fontspry
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
	
}


.fontsprybold
{
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bolder;
	color: #C00;
	
}
