/*for Sticky tooltip*/

.stickytooltip{
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display:none;
	position:absolute;
	display:none;
	border:2px solid #ccc; /*Border around tooltip*/
	background:white;
	z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#555;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

/*end of sticky tool tip*/