a.tooltip, .showtooltip {
	border-bottom: 1px dotted #000000;
	color: #000000;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}

a.tooltip span, .showtooltip span {
	text-align: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.5);
    box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.5);
    border-collapse: separate; /* for IE9 shadow */
	width: 250px;
    margin-left: -999em;
	position: absolute;
}

a.tooltip:hover span, .showtooltip:hover span {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 90%; /* 1em; */
	top: -2em;
	z-index: 99;
	margin-left: 0;
}

a.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}

span.tooltip span, span.notooltip span {
	display: none;
}

.classic {
	padding: 0.3em 0.5em;
}

.custom {
	padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
	background: transparent;
}

.classic {
	background: #FDFFE0;
	border: 1px solid #A3A3A3;
}