#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	color: #000000;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.clean {
	opacity: 1;
}

#tooltip.systemhelplink {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 135px;
	opacity: 1;
	background: url('images/shadow.png');
	color: #000000;
}

#tooltip.systemhelplink h3 {
	margin-bottom: 0.75em;
	font-size: 16px;
	width: 220px;
	text-align: left;
	color: #000000;
}

#tooltip.systemhelplink div { width: 210px; text-align: left;	font-size: 10px; color: #000000; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 135px;
	opacity: 0.8;
	background: url('images/shadow.png');
	color: #000000;
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: left;
	color: #000000;	
}

#tooltip.pretty div { width: 220px; text-align: left; color: #000000; }

#tooltip.pretty2 {
	font-family: Arial;
	border: none;
	width: 220px;
	padding: 15px;
	height: 145px;
	opacity: 1;
	background: url('images/shadow.png');
	color: #000000;
}

#tooltip.pretty2 h3 {
	margin-bottom: 0.45em;
	font-size: 9pt;
	width: 220px;
	text-align: left;
	color: #000000;
}

#tooltip.pretty2 div { width: 220px; text-align: left; font-size: 9px; color: #000000; }

#tooltip.pretty3 {
	font-family: Arial;
	border: none;
	width: 220px;
	padding: 15px;
	height: 145px;
	opacity: 1;
	background: url('images/shadow.png');
	color: #000000;
}

#tooltip.pretty3 h3 {
	margin-bottom: 0.45em;
	font-size: 9pt;
	width: 220px;
	text-align: left;
	color: #000000;
}

#tooltip.pretty3 div { width: 220px; text-align: left; color: #000000; }