.stickytooltip{
	display: none;
	position: absolute;
	display: none;
	text-align: justify;
	border-bottom: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /*Border around tooltip*/
	background: #f7f7f7;
	z-index: 3000;
	padding: 10px;
	color: #b6b5c1;
	font: 11px Arial;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background: #f7f7f7;
	color: #b6b5c1;
	padding-top: 0px;
	text-align: justify;
	border: 0px solid #f3f5f6;
	border-bottom: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	font: 11px Arial;
}

i {
	color: #8d8d8d;
    background: none;
    font-family: georgia;
    font-size: 10px;}
