p.bodytext a.wt_csstooltip {
	position: relative;
	z-index: 240;
	cursor: help;
	color: #026481;
	text-decoration: none;
	border-bottom: dotted 1px #026481;
}

p.bodytext a.wt_csstooltip:hover {
	z-index: 250;
}

a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250;
}

p.bodytext a.wt_csstooltip:hover dfn {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 250px;
	overflow: hidden;
	font-size: 11px;
	color: white;
	font-weight: normal;
	background-color: #4F8AD9;
	z-index: 999999;
	padding: 5px;
}


/* hide tool tips in certain elements */

h2 a.wt_csstooltip,
h3 a.wt_csstooltip,
table.contenttable a.wt_csstooltip,
.tx-mmdamfilelist-pi1-title a.wt_csstooltip {
	color: #000;
	text-decoration: none;
}

div.smallaccordion h3 a.wt_csstooltip{
	color: #999;
	text-decoration: none;
}