/* remember to define focus styles! */
:focus {
	outline: 0;
}
#tooltip.pretty {
	font-family: Arial;
	font-size: 9pt;
	border: none;
	width: 210px;
	padding:10px;
	padding-bottom: 0px;
	padding-right: 0px;
	opacity: 0.85;
	/*background-color: #FFFFFF;
	background: url('footer.png');
	background-repeat: no-repeat;
	background-position: right bottom;*/
	border: solid 1px #000000;
	text-align: left;
}
#tooltip.pretty h3 {
	margin-bottom: 5px;
	font-size: 10pt;
	color: #FF0000;
	width: 220px;
	text-align: left;
}
#tooltip.pretty div {
	width: 200px;
	padding-right: 10px;
	padding-bottom: 23px;
	background: url('footer.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
