.stickytooltip{
	display: none;
	position: absolute;
	display: none;
	border-bottom: 2px solid #5f86bd;
	border-right: 2px solid #5f86bd;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /*Border around tooltip*/
	background: #e4edfc;
	z-index: 3000;
	color: #7a9cce;
	text-shadow: 1px 1px 0px #d0e1f8;
	font: 11px Arial;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background: #e4edfc;
	color: #7a9cce;
	text-shadow: 1px 1px 0px #d0e1f8;
	padding-top: 0px;
	text-align: center;
	border: 0px solid #5f86bd;
	border-bottom: 2px solid #5f86bd;
	border-right: 2px solid #5f86bd;
	font: 11px Arial;
}

i {
	color: #7ac60e;
    background: none;
    font-family: georgia;
    font-size: 10px;}
