a:link, a:visited {
	text-decoration: none;
	border: 0;
}

a:link {
	color: #666;
}


a:hover, a:visited, a:focus, a:active  {
	color: #F17B20;
	text-decoration: none;
}

/* Tooltips (dynamic styles) */

.tooltip {
	display: block;
	font-size: smaller;
	position: absolute;
	text-decoration: none;
	width: 15em;
	height: 60px;
	padding: 5px;
}
.tooltipmz {
	display: block;
 	font-size: smaller;
    left: 0;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: 1.7em;
    width: 15em;
}

.pointer .tooltip {
	color: #f17b20;
	min-height: 54px;
	width: 70px;
}
.pointer .tooltipmz {
	color: #f17b20;
	min-height: 54px;
	width: 70px;
}

