/*
#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 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
	position: absolute;
	z-index: 3000;
	background-color: #ffffff;
	color: #606060;
	border-color:#cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	opacity: 0.80;
	filter:alpha(opacity=80);

}



#tooltip div { 
	margin: 0px;

}

#tooltip div.body {

}

#tooltip .fixw {
	width:330px;
}

#tooltip h3 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}

#tooltip strong {
	color: #4e4938;
}

.small {

}

