a.tooltip {
	text-decoration:none;
	border-bottom:1px dotted #0088cc;
}

a.tooltip:hover{
	text-decoration:none;
	border-bottom:1px dotted #0088cc;
}

/* tooltip popup div */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #0088cc; /* Mike Hu to change value */
	background-color: #DEDDDC; /* Mike Hu to change value */
	padding: 5px;
	/*opacity: 0.9; */
	width:300px;
}

#tooltip h3, #tooltip div {
	margin: 0;
	text-transform:none;
	font-size:0.8em;/* Mike Hu to change value */
	color:#000; /* Mike Hu to change value */
	font-weight:normal;
}
