#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ffffff;
	background-color: #dcb202;
	padding: 1px 3px;
	opacity: 0.85;
}
#tooltip .body {
	color: #ffffff;	
	font-weight: bold;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
#description_tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dotted #dcb202;
	background-color: #ffffff;
	padding: 3px 5px;
	width: 400px
}
#description_tooltip .body {
	color: #444444;	
	text-align: justify;
}
#description_tooltip h3, #tooltip div {
	margin: 0;
}
.body.resizableFont p a {
	text-decoration: none;
	color: #dcb202;
	border-bottom: 1px dotted #dcb202;
}
.body.resizableFont p a:hover {
    border-bottom: 1px solid #dcb202;
	background-color: #dcb202;
	color: #ffffff;
}
