#ToolTip {
	z-index: 9997;
	visibility: hidden;
	position: absolute;
	width: 150px;
	background: #FBF9E4;
	padding: 2px;
	border: 1px solid #CFC79D;
}

#Tooltip td {
	font-size: 10px;
}

#ToolTipTable {
	position: absolute;
}

#ToolTipTL {
	background: url(tooltip_top_left.gif) no-repeat bottom right;
	width: 2px;
	height: 2px;
}

#ToolTipT{
	background: url(tooltip_top.gif) repeat-x bottom;
	width: auto;
	height: 2px;
}

#ToolTipTR {
	background: url(tooltip_top_right.gif) no-repeat bottom left;
	width: 2px;
	height: 2px;
}

#ToolTipL {
	background: url(tooltip_left.gif) repeat-y right;
	width: 2px;
	height: auto;
}

#ToolTipBody {
	background-color: #FBF9E4;
	color: black;
	font-size: 10px;
	padding: 1px 3px;
	text-align: left;
}

#ToolTipBodySpacer {
	width: 100px;
	height: 1px;
}

#ToolTipR {
	background: url(tooltip_right.gif) repeat-y left;
	width: 2px;
	height: auto;
}

#ToolTipBL {
	background: url(tooltip_bottom_left.gif) no-repeat top right;
	width: 2px;
	height: 2px;
}

#ToolTipB {
	background: url(tooltip_bottom.gif) repeat-x top;
	width: auto;
	height: 9px;
}

#ToolTipBR {
	background: url(tooltip_bottom_right.gif) no-repeat top left;
	width: 2px;
	height: 9px;
}
