a.pp_tooltip,
a.pp_tooltip:link,
a.pp_tooltip:visited,
a.pp_tooltip:active {
	
	position: relative;
	text-decoration: none;
	font-weight: normal;
	
}

a.pp_tooltip:hover {
/* IE needs some change for the a:hover
	to handle the a:hover span
*/
	
background-color: transparent;

}

a.pp_tooltip span {
	display: none;

}

a.pp_tooltip:hover span {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 300px;
	z-index: 10;
	border: 1px dotted;
	padding: 2px 10px 2px 10px;
	background: #EEEEEE;
	color: #333;
	text-align: left;
}
span.pp_label {
	font-weight: bold;
}

.helpicons {border: 0;}