.graphs-v3-tooltip {
	position: absolute; left: 0; top: 0;
	padding: 0 5px 5px 18px;
	font-size: 11px;
	opacity: .5;
}
.graphs-v3-tooltip-arrow-overflow { display: none !important; }
.graphs-v3-tooltip-content {
	padding: 3px;
	background: transparent url(tooltip-bg.png) left top repeat;
}
.graphs-v3-tooltip-lt, .graphs-v3-tooltip-rt, .graphs-v3-tooltip-rb, .graphs-v3-tooltip-lb {
	position: absolute;
}
.graphs-v3-tooltip-lt {
	left: 0; top: 0;
	width: 18px; height: 10px;
	background: transparent url(tooltip-lt.png) left top no-repeat;
}
.graphs-v3-tooltip-rt {
	right: 0; top: 0; bottom: 5px;
	width: 5px; 
	background: transparent url(tooltip-rt.png) right top no-repeat;
}
.graphs-v3-tooltip-rb {
	left: 18px; right: 0; bottom: 0;
	height: 5px;
	background: transparent url(tooltip-rb.png) right bottom no-repeat;
}
.graphs-v3-tooltip-lb {
	left: 13px; top: 10px; bottom: 0;
	width: 5px;
	background: transparent url(tooltip-lb.png) left bottom no-repeat;
}
.graphs-v3-tooltip-right {
	padding: 0 18px 5px 5px;
}
.graphs-v3-tooltip-right > .graphs-v3-tooltip-lt {
	left: 0; top: 0; 
	width: 5px; height: 5px;
	background: transparent url(tooltip-r-lt.png) left top no-repeat;
}
.graphs-v3-tooltip-right > .graphs-v3-tooltip-rt {
	right: 0; top: 0; bottom: 5px;
	width: 18px; 
	background: transparent url(tooltip-r-rt.png) right top no-repeat;
}
.graphs-v3-tooltip-right > .graphs-v3-tooltip-rb {
	left: 5px; right: 0; bottom: 0;
	height: 5px;
	background: transparent url(tooltip-r-rb.png) right bottom no-repeat;
}
.graphs-v3-tooltip-right > .graphs-v3-tooltip-lb {
	left: 0px; top: 5px; bottom: 0;
	width: 5px;
	background: transparent url(tooltip-r-lb.png) left bottom no-repeat;
}