/*

#tooltip - The tooltip container 
#tooltip h3 - The tooltip title 
#tooltip div.body - The tooltip body, shown when using showBody 
#tooltip div.url - The tooltip url, shown when using showURL 

*/


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #7f7f7f;
	color: #474747;
	background-color: #FFF;
	padding: 5px;
	padding-right: 30px;
}

#tooltip h3, #tooltip div { margin: 0; }