﻿#bubble_tooltip {
	DISPLAY: none; WIDTH: 300px; POSITION: absolute; TEXT-ALIGN: left
}
#bubble_tooltip .bubble_top {
	BACKGROUND-IMAGE: url(/images/balloon/bubble_top.png); BACKGROUND-REPEAT: no-repeat; HEIGHT: 10px
}
#bubble_tooltip .bubble_middle {
	PADDING-RIGHT: 10px; BACKGROUND-POSITION: left bottom; PADDING-LEFT: 10px; BACKGROUND-IMAGE: url(/images/balloon/bubble_middle.png); BACKGROUND-REPEAT: repeat-y
}
#bubble_tooltip .bubble_middle SPAN {
	FONT-SIZE: 9px; COLOR: #cc0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; POSITION: relative; TOP: -4px
}
#bubble_tooltip .bubble_bottom {
	BACKGROUND-IMAGE: url(/images/balloon/bubble_bottom.png); BACKGROUND-REPEAT: no-repeat; POSITION: relative; TOP: -3px; HEIGHT: 30px
}
.balloonstyle
{
	text-decoration: underline;
	cursor: pointer;
}
