#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
}
#tooltip .title{
	font-weight:bold;
	font-size: 11px;
	margin: 0px;
	border-bottom:1px dotted #999;
}
#tooltip div { 
	margin: 3px 0px 0px 0px;
}
#tooltip .body {
	font-size:11px;
	height: 117px;
	overflow:hidden;
}
.gloson{
	/*background-color:#FFFFCC;*/
	border-bottom:dashed 1px #FF6600;
	/*text-decoration:underline;*/
}
.gloson:hover{
	background-color: #DDD;
	cursor:pointer;
}
.glosoff{
	background-color: transparent;
	border-bottom:dashed 0px #FF6600;
	/*text-decoration:none;*/
}
#tooltip p{
	margin: 0px;
}
#tooltip.glossary {
	font-family: Arial;
	border: none;
	width: 210px; /*width and height based on the actual width and height of the rollover image */
	padding:20px;
	height: 155px;
	background: url('../images/multimedia/glossary_shadow.png');
}