@charset "UTF-8";

/* SpryTooltip.css - version 0.1 - Spry Pre-Release 1.6 */

/* 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.8);*/
}


.txtaide {
	z-index: 9999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding: 10px;
	border-right-color: #545454;
	border-left-color: #545454;
	border-bottom-color: #545454;
	border-top-color: #545454;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-top-style: dotted;
	background-color: #cedef7;
	font-size: 10px;
	color: #4d689f;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	/*filter : alpha(opacity=80);*/
    -moz-opacity : 0.9;
    opacity : 0.9; 
}
.txtcie {
	text-align: left;
	z-index: 9999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding: 10px;
	border-right-color: #545454;
	border-left-color: #545454;
	border-bottom-color: #545454;
	border-top-color: #545454;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-top-style: dotted;
	background-color: #61193d;
	font-size: 10px;
	color: #f3cde0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	/*filter : alpha(opacity=80);*/
    -moz-opacity : 0.9;
    opacity : 0.9; 
}

