/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	margin-top:-50px;
	margin-left:45px;
	z-index: 100000;
	text-align: left;
	width: 300px;
	overflow:hidden;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; font-size: 1px; margin: 0px; }
	.tooltip .xbottom { margin-top: -1px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #77c12e; border-left: 1px solid #77c12e; border-right: 1px solid #77c12e; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #77c12e; }
	.tooltip .xb1 { margin: 0 5px; background: #77c12e; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #fff;
		/* word-wrap:break-word; */
		border: 1px solid #77c12e;
		border-width: 0px 1px 0 1px;
		background-color: #77c12e;
		line-height:1.4em;
		z-index: 999;
		 -moz-border-radius: 5px; 
		 -webkit-border-radius: 5px;
	}