#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid rgb(0,119,0);
	background-color: rgb(230,255,230);
	padding: 5px;
	opacity: 0.85;
	color:rgb(119,0,0);
	width:225px;
	height:70px;
	font-weight: normal;
	font-size:11pt;	
	line-height: normal;
	
}
#tooltip h3, #tooltip div { 
margin: 5px;
background-color:transparent;
color:rgb(119,0,0);
font-size:11pt;	
font-weight: 700; 
font-family:arial,verdana,helvetica,sans-serif;
line-height: normal;
}



#tooltip.pretty {
background:transparent url(../img/tooltip/shadow.png) repeat scroll 0 0; 
border:medium none;
	
height:130px;
opacity:0.85;
padding:20px;
width:210px;
z-index: 3000;
}
