.tipMarker .tipWrapper {
	position:relative;
	padding-left:1px; /*Firefox needs something like this in order to correctly position children.*/
}
.tipMarker a {font-weight:bold;}
body .tipMarker .tip, body .tipMarker .activeTip {
	position:absolute;
	top:2em;
	left:0;
	padding:3px 5px;
	border-color:black;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	background-color:#ffd;
	color:black;
	width:200px;
	z-index:500;
	text-align:left;
	font-weight:normal;
	font-family:arial, sans-serif;
}
.tipMarker .tip {display:none;}
.tipMarker .activeTip {display:block;}
.tipMarker .tip a {
	color:black;
	background-color:transparent;
	font-weight:bold;
	text-decoration:underline;
}
.tipMarker .tip a:hover {
	color:green;
	background-color:transparent;
	font-weight:bold;
	text-decoration:underline;
}
