*.tipbase {
	color: yellow;
	font-weight: bold;
	font-size: 14px;
	cursor: help;
}
div#toolTip { 
	position: absolute;
	z-index: 10000;
	width: 200px;
	background: #4096EE;
	border: 1px solid #000;
	color: #000000;
	text-align: left;
	padding: 5px 10px 8px 10px;
	min-height :1em;
	display: none;
}