.pointer {
	cursor: pointer;
}

#bubble_tooltip{
	width:250px;
	position:absolute;
	display:none;
	z-index: 999;
}
#bubble_tooltip .bubble_top{
	background: #eee;
	border: 1px solid #ddd;
	border-bottom: 0px;
	height:9px;	
}
#bubble_tooltip .bubble_middle{
	background: #eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left:0px;
	padding-right:0px;
}
#bubble_tooltip .bubble_middle div{
	position:relative;
	top:-3px;
	padding-left:8px;
	padding-right:8px;
	font-family: Verdana;
	font-size:9px;
	color:#164F83;
	font-weight:normal;
	text-align:center;
}
#bubble_tooltip .bubble_bottom{
	background: #eee;
	border: 1px solid #ddd;
	border-top: 0px;	
	height:4px;
	position:relative;
	top:-3px;
}
