#bubble_tooltip
{
    DISPLAY: none;
    WIDTH: 147px;
    POSITION: absolute
}
#bubble_tooltip .bubble_top
{
    BACKGROUND-IMAGE: url(images/bubble_bottom.gif);
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 44px
}
#bubble_tooltip .bubble_middle
{
    PADDING-RIGHT: 7px;
    BACKGROUND-POSITION: left bottom;
    PADDING-LEFT: 7px;
    BACKGROUND-IMAGE: url(images/bubble_middle.gif);
    BACKGROUND-REPEAT: repeat-y
}
#bubble_tooltip .bubble_middle SPAN
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: navy;
    FONT-FAMILY: Arial, 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
    POSITION: relative;
    TOP: -8px
}
#bubble_tooltip .bubble_bottom
{
    BACKGROUND-IMAGE: url(images/bubble_top.gif);
    BACKGROUND-REPEAT: no-repeat;
    POSITION: relative;
    TOP: -6px;
    HEIGHT: 16px
}
#bubble_tooltip TD
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: navy;
    FONT-FAMILY: Arial, 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
    POSITION: relative;
    TOP: -8px;
    TEXT-ALIGN: right
}

