#bubble_tooltip{
	position:absolute;
	display:none;
	padding-right: 5px;
	padding-left: 5px;
}
#bubble_tooltip .bubble_top{
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	height: 16px;
	border-right-style: solid;
	border-left-style: solid;
	margin-top: 30px;
	width:250px;
}
#bubble_tooltip .bubble_middle{
	padding:7px;
	text-align: left;
	background-color: #FFFFFF;
	border: medium solid #006600;

}
#bubble_tooltip .bubble_middle span{

	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
	text-align: left;
}
#bubble_tooltip .bubble_bottom{
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	border-bottom-style: solid;
	width:250px;

}
