/*
#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: #fff7d7;
	color:#9c491b;
	border-color:#d8cc9e;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	opacity: 0.80;
	filter:alpha(opacity=80);
}



#tooltip div { 
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	width: 330px;
}

#tooltip h3 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	color:#5c2b11;
}

#tooltip strong {
	color: #FFF;
}

.small {

}
