.CTooltip_Text {
	color:#990000;
	text-decoration:none;
	background-color:transparent;
	border-color:#333333;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-style:dotted;
}

.CTooltip_Content {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#dee7f7;
	border:1px solid #336;
	width:250px;
	padding:4px;
	color:#000;
	font-size:11px;
	line-height:1.2;
}