#tooltip
{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	z-index: 9999;
	background-color: #67b9df;
        background-repeat: no-repeat;
        padding: 6px;
}

#tooltip.viewport-right
{
	background-image: url('../../gfx/core/tooltip-right.png');
}

#tooltip.viewport-bottom
{
	background-image: url('../../gfx/core/tooltip-bottom.png');
	padding-top: 7px;

}

