a.toolTip {
	cursor: default;
	border-bottom: dashed;
	border-bottom-width: 1px;
	color: #000000;
	text-decoration: none;
}

li.iconLinkMenu a.toolTip{
	border-bottom: none;
}

.qtip-content {
	font-size:0.9em;
	margin-left:5px;
	margin-right:5px;		
}

.qtip-content table th{
	background-color:#f3f2f0;
	padding-left:10px;
	height:25px;
	text-align: left;
}

.qtip-content table td{
	border:solid #f3f2f0 0px;
	border-bottom-width:1px;
	height:25px;
	padding: 0px;
}

.qtip-content table td.firstColumn{
	width: 130px;
	padding-left:10px;
}

.qtip-content table.twoColumn td.firstColumn{
	width: 380px;
	padding-left:10px;
}

.qtip-content table.threeColumn td.firstColumn{
	width: 310px;
	padding-left:10px;
}

.qtip-content table td.otherColumn{
	width: 83px;
	text-align: center;
}

.qtip-content table td.colspanColumn{
	width: 166px;
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px;
}

.qtip-content a
{
	color: #004189;
	text-decoration: underline;
	cursor: hand;
}

.qtip-content ul {
	list-style:none;
	padding-left: 0;
}

.qtip-content li {
	padding-bottom: 5px;
}

a:focus, a:hover, a:active { 
	outline:none 
	cursor: hand;
}