.tooltip {
 	position: absolute;
 	top:0px;
 	left:0px;
 	visibility: hidden;
 	z-index:1999;
 	width:21em;
 	padding: 0px 8px 8px 0px;
}
	
.tooltip .border {
 	padding: 3px;
 	border:2px solid #8C8C8C;
 	background-color: #ffffff;	
}
	
.tooltip .title {
 	padding: 2px;
 	font-weight:bolder;
 	color: black;
 	background-color:#EAEDF4;
 	border:1px solid #8C8C8C;
	text-align:center;		
	cursor:move;
}
	
.tooltip .content {
	padding: 2px;
	background:#ffffff;
	width:auto;
}