.stickytooltip{
	position:absolute;
	display:none;
	border-width:2px;
	border-style: solid;
	border-color: #0000BB; /*Border around tooltip*/
	background: #FFFFDD;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0000AA;
	z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background: #0000BB;
	color:white;
	padding-top:5px;
	text-align:center;
	font:bold 11px Arial;
}

.norm {
	font-weight: normal;
	color: #000000;
	text-align: left;
}
	
