a.infobul_help {
	position: relative;
	text-decoration: none;
	font-weight: bold;
}
a:hover.infobul_help {
  text-decoration: none; 
  background: none;
}
a.infobul_help span {
display: none;
}

a:hover.infobul_help span {
	display: block;
	position: absolute;
	top: 0em;
	left: 3em;
	z-index: 20;
	background: #FDF2F2;
	color: Navy;
	border: 1px solid #000;
	width: 200px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 4px;
}

.moduleRowSelected2 {
	background-color: #FFFFB0;
}