/* !important flags are used to override the default JQUI css styles for legacy style equivalence */
.ui-tooltip {
	position: absolute;
	z-index: 999;
	width: 210px;
	padding: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-tooltip-content {
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
.ui-tooltip-content h3 {
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}
.ui-corner-all {
	border: 0px !important;
}
.ui-widget-content {
	border: 0px !important;
	background: none !important;
}
.ui-tooltip-content, .ui-tooltip div { margin: 0; font-size: 12px; }