#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
	text-align:center;
	z-index:9999;
/*	margin-left:68px;*/
}
#bubble_tooltip .bubble_top{
	background-image: url('http://www.bsybar.com/bubble/bubble_top2.gif');
	background-repeat:no-repeat;
	height:0px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('http://www.bsybar.com/bubble/bubble_middle2.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
/*	top:-8px;*/
	font-family: Arial;
	color:#03FF06;
	text-align:center;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('http://www.bsybar.com/bubble/bubble_bottom2.gif');
	background-repeat:no-repeat;
	text-align:center;
	height:5px;
	position:relative;
	margin-bottom:14px;
/*	top:-6px;*/
}

td.bubbleTD{
	font-family:Verdana,Tahoma;font-size:11px;color:#000000;
}