a.wt_csstooltip {
    position: relative;
	color: #ac7531;
	text-decoration: underline;
    cursor: help;
}
a.wt_csstooltip:hover { 
	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: #cfeb80;
    text-align: left;
    padding: 5px;
	border: 2px solid #8fb81b;
    text-decoration: none;
	z-index: 100; 
	font-family: Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
color: #666666;
}