div.point_sym_tooltip {
	position: absolute;
	border: 2px solid #cccccc;
	background-color: #eeeeee;
	color: #000;
	text-align: center;
	padding: 5px;
}

div.point_sym_tooltip * {
	font-size: 14px;
	font-family: verdana;
}

span.point_sym_hover_span:hover, span.point_sym_hover_span_hl {
	background-color: #ffcc00;
}

span.point_sym_hover_span_nosymbol:hover, span.point_sym_hover_span_nosymbol_hl {
	background-color: #eee;
}

div.point_waiticon {
	position: absolute;
	padding: 0px;
	width: 16px;
	height: 16px;
	background-image: url('point_waiticon.gif');
	left: 100px;
	top: 100px;
}

#point_togglebutton {
	cursor: pointer;
}