/* Tooltips CSS definitions */	

.tooltip_New {
	position: absolute;
	overflow:hidden;
	font-size: 11px;
	z-index: 10000;
}
	.tooltip_New .xtop, .tooltip_New .xbottom { display: block; background: transparent; font-size: 1px; }
	.tooltip_New .xb1, .tooltip_New .xb2, .tooltip_New .xb3, .tooltip_New .xb4 { display: block; overflow: hidden; }
	.tooltip_New .xb1, .tooltip_New .xb2, .tooltip_New .xb3 { height: 1px; }
	.tooltip_New .xb2, .tooltip_New .xb3, .tooltip_New .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip_New .xbottom .xb2, .tooltip_New .xbottom .xb3, .tooltip_New .xbottom .xb4 { background: #666; }
	.tooltip_New .xb1 { margin: 0 5px; background: #333; }
	.tooltip_New .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip_New .xb3 { margin: 0 2px; }
	.tooltip_New .xb4 { height: 2px; margin: 0 1px; }

	.tooltip_New .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #00A0DE;
		text-shadow: 2px 2px 0px #CCC;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;
	}