/* @override http://www.neat.co.uk/p_pages/css/stickytooltip.css */
.bodycopy a:link, .bodycopy a:visited {
	color: #000;
	text-decoration: none;
}
.bodycopy a:hover, .bodycopy a:active {
	text-decoration: underline;
	color: #900;
}
.stickylisting {
	font-size: 1em;
	line-height: 1.8em;
}
.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none; /*Border around tooltip*/
background:white;
z-index:3000;
	border: 2px solid black;
	font-size: 12px;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top: 7px;
text-align:center;
font: bold 11px Arial;
	padding-bottom: 5px;
}