#tooltip {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: absolute;
	z-index: 9000;
	left: 12px;
	top: 25px;
	display: none;
}
.tooltip_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
.tooltip_t {
	background-image: url(/main/assets/graphix/tooltip/edge_t.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#tooltip_content {
	background-image: url(/main/assets/graphix/tooltip/edge_l.png);
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #858585;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.tooltip_b {
	background-image: url(/main/assets/graphix/tooltip/edge_b.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
