/* $Id: jtooltips.css,v 1.1.2.4 2007/05/22 17:49:19 psicomante Exp $ */


/**
 * Class generates the tooltip style properties.
 */
#tooltip {
	background-color: #fff;
	border: 1px solid #888888;
	color: #3E3F3B;
	padding: 4px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	opacity: .95;
	max-width: 20em;	
}
/**
 * Text inside the tooltip.
 */
 
#tooltip h3 {
	font-size: 12px;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tooltip p {
	font-size: 0.9em;
	margin: 5px 0 0 5px;
	text-align: left;
}