.xstooltip 
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font: normal 8pt sans-serif;
	color: #000000;
	padding: 0px 0px 0px 3px;
	vertical-align: middle;
	overflow: hidden;
	border-width: 1px;
	border-style: double;
	border-color: #000000;
	border-radius: 4px;
	background-color: #dcdcdc;
}

.xstooltip_body 
{
        text-decoration: none;
        border-bottom: 1px dotted;
}

.xstooltip_src
{
        text-decoration: none;
}

