/* CSS Document */
.CTooltip {
	position:absolute;
	z-index:2;
	width:260px !important;
	display: none;
	font-size:9pt !important;
	background-color:#FFFFE6;
	padding:0px;
	border: 1px solid black;
}
table.tooltip {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	width:260px !important;
}
td.tooltip {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px 0 2px 0;
	width:50% !important;
}

