a.wt_csstooltip {
    position: relative;
    z-index: 240;
/*	color: #3E3E3E; */
	text-decoration: none; /* underline */
	border-bottom: 1px dotted #3E3E3E; /* new */
    cursor: help;
}
a.wt_csstooltip:hover {
	z-index: 250;
	text-decoration: none;
/*  background-color: #EBF1FA; */
}
a.wt_csstooltip span,
a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250;
}
a.wt_csstooltip:hover span,
a.wt_csstooltip:hover dfn {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 17em;
    background-color: #71BE44; /* #D1DBEA */
    color: #B9F198; /* #000000 */
    text-align: left;
    padding: 5px;
    font-size: 11px;
	border: 0px solid #2656AB; /* 2px solid #2656AB */
    text-decoration: none;
	font-style: normal;
	font-weight: normal;
	z-index: 2500;
}
