#bubble_tooltip{
	position:absolute;
	display:none;
	margin-top: 0px;
	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;
}
#bubble_tooltip .bubble_middle{
	background-repeat:repeat-y;
	background-position:left bottom;
	padding-left:7px;
	padding-right:7px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	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;
	position:relative;
	top:-6px;
	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;
}
