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