/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	z-index: 10000!important;
	font-family: "Courier New", Courier, monospace, serif;
	font-size: 1.1em;
	line-height: 12px;
	color: white;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

	.tooltip .xtop {
		width: 9px; height: 9px;
		position: absolute;
		top: 0; left: 0;
		background: url(/images/layout/tooltipCorner.gif) left top no-repeat;
	}

	.tooltip .xboxcontent {
		padding: 5px 8px;
		margin: 0 0 0 8px;
		color: #000;
		word-wrap:break-word;
		border: 1px solid #FFF;
		border-width: 1px;
		background-color: #666;
	}