.toolTip {
        position: relative;
}

.toolTipWrapper {
        width: 175px;
        position: relative;
		top: 10px;
        left: -20px;
        display: none;
        color: #FFF;
        font-weight: bold;
        font-size: 11pt;
        z-index: 10;
}

.toolTipTop {
       width: 175px;
       height: 30px;
       background: url(../images/bubbleTopRed.gif) no-repeat;
       z-index: 10;
}

.toolTipMid {
        padding: 8px 15px;
        height:80px;
        background: #A1D40A url(../images/bubbleMidRed.gif) repeat-x top;
        z-index: 10;
}

.toolTipBtm {
        height: 13px;
        background: url(../images/bubbleBtmRed.gif) no-repeat;
        z-index: 10;
}
