
















#tooltip {
	left: -1000px;
	top: -1000px;
	position: absolute;
	z-index: 3000;
	background-color: #FFFFFF;
	opacity: 1;
	width: 320px;
	color: #000;
	font: lighter 11px/ 1.3 Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	border: 1px solid #ced4da;
	padding: 15px 8px 15px 8px;
}

#tooltip h3,#tooltip div {
	font-family: Verdana;
	font: lighter 11px/ 1.3 Arial, sans-serif;
	color: #07092c;
	margin: 0;
	font-weight: normal;
}

#tooltip.pretty {
	border: none;
	width: 210px;
	padding: 20px;
	height: 135px;
	opacity: 0.8;
	background: url('/dsl-static/static/img/other/shadow.png');
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}

#tooltip.pretty div {
	width: 220px;
	text-align: left;
}

#tooltip.fancy {
	background: url('/dsl-static/static/img/other/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

/* CSS for included html for tooltips on the Results page*/
#tariffTooltip {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 12px;
	padding-bottom: 12px;
	width: 300px;
}

#tariffTooltip h1 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	margin: 10px 0px 14px 0px;
	font-color: #000000;
}

#tariffTooltip hr {
	
}

#tariffTooltip h2 {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
}

#tariffTooltip hr {
	border: 0px;
	height: 1px;
}

#tariffTooltip .certificateImage {
	padding-top: 5px;
	padding-right: 10px;
}