/* $Id: onlinehelp.css,v 1.3 2007/02/15 00:18:47 patrick Exp $ */

a.help {
	position: relative;
	text-decoration: none;
	color: #c66;
}

a.help:link { color: #c66; }
a.help:visited { color: #c66; }
a.help:hover { color: #c66; font-size: 100%; } /* IE/Win requires some link change on hover in order to show the tooltips */
a.help:active { color: #c66; }

a.help span {
	display: none;
}

a.help:hover span {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 200px;
	display: block;
	background: #c66;
	color: #000;
	border: 1px solid #c06;
	padding: 2px;
	font-size: .8em;
	text-align: justify;
	text-decoration: none;
	z-index: 2;
	height: auto;
}
