div.tooltipPopup * {
	text-align: left;
}

div.tooltipPopup {
	background-color:#FFFFEE;
	border-color:#999999 rgb(102, 102, 102) rgb(102, 102, 102);
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:black;
	cursor:default;
	display:block;
	font-weight:normal;
	line-height:1.3;
	padding:8px 10px 8px 8px;
	position:absolute;
	white-space:normal;
	width:300px;
	z-index:100;
}

div.tooltipPopup td {
	border:0px none;
}

div.tooltipPopup td.tooltipheader {
	border-bottom:1px solid #999999;
	border-right:0px none;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:6px;
	width:100%;
}