/* $Id: jtooltips.css,v 1.3 2007/11/20 09:48:04 psicomante Exp $ */


/**
 * Class generates the tooltip style properties.
 */
#tooltip {
	background-color: #176a91;
	border: 1px solid #4bb0d3;
	color: white;
	padding: 4px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	opacity: .85;
	max-width: 20em;
	font: "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS, Verdana, sans-serif;
	font-weight:normal;
}
/**
 * Text inside the tooltip.
 */
 
#tooltip h3 {
	font-size: 8pt;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
	font-weight:normal;
}
#tooltip p {
	font-size: 8pt;
	margin: 5px 0 0 5px;
	text-align: left;
	font-weight:normal;
}