@charset "UTF-8";
/* CSS Document */
span.tipX {
	border-bottom: 1px dotted #999;
	cursor: help;
}

/*** TOOL TIPS ***/
.tt {
	display: none;
	color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	font-size: 0.9em;
	background: #ffc;
	padding: 10px;
	max-width: 400px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tt_arrow {
	background: url(arrow_yellow.gif) no-repeat;
	position: absolute;
	height:19px;
	width:19px;
}