table.toolTip
{
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
}
table.toolTip td
{
	font-size:0;
	line-height:0;
	vertical-align:top;
}
table.toolTip td.top
{
	border-top:1px solid #7f9db9;
	background-color:#fff;
	height:3px;
}
table.toolTip td.left
{
	border-left:1px solid #7f9db9;
	background-color:#fff;
	width:3px;
}
table.toolTip td.bottom
{
	border-bottom:1px solid #7f9db9;
	background-color:#fff;
	height:3px;
}
table.toolTip td.right
{
	border-right:1px solid #7f9db9;
	background-color:#fff;
	width:3px;
}
table.toolTip td.cont
{
	font-size:11px;
	font-family:Tahoma;
	padding:6px;
	color:#696969;
	line-height:normal;
	background-color:#fff;
}