﻿/*-Bubble Tooltip implementation from http://www.dhtmlgoodies.com/scripts/bubble-tooltip/bubble-tooltip.html -*/
/* Also used on www.subdivisioninfo.com homepage map */
#bubble_tooltip {
width: 300px;
position: absolute;
display: none;
z-index: 1000;
}
#bubble_tooltip .bubble_top {
background-image: url('/v2/css/img/BubbleTooltip/bubble_top.png');
background-repeat: no-repeat;
height: 9px;
}
#bubble_tooltip .bubble_middle {
background-image: url('/v2/css/img/BubbleTooltip/bubble_middle.png');
background-repeat: repeat-y;
background-position: bottom left;
padding-left: 7px;
padding-right: 7px;
min-height: 100px;
}
#bubble_tooltip .bubble_middle span {
position: relative;
top: -4px;
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
}
#bubble_tooltip .bubble_bottom {
background-image: url('/v2/css/img/BubbleTooltip/bubble_bottom.png');
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 47px;
position: relative;
top: -4px;
}
#bubble_tooltip h3 {
margin-top: 0px;
}
#bubble_tooltip img.logo {
margin-top: 20px;
}
