
.toolTip {
        padding-right: 20px;
        background: url(../images/helpicon.png) no-repeat right ;
        color:#3366FF;
        cursor: help;
        position: relative;
        z-index:3;
}

.toolTipWrapper {
        width: 175px;
        position: absolute;
        top: 20px;
        display: none;
        color:black;
        font-weight: bold;
        font-size: 9pt;

}

.toolTipTop {
        width: 175px;
        height: 30px;
        background: url(../images/toolTipTop.gif) no-repeat;

}

.toolTipMid {
        padding: 8px 15px;
        background:#A1D40A url(../images/toolTipMid.gif) repeat-x top;
        }

.toolTipBtm {
        height: 13px;
        background: url(../images/toolTipBtm.gif) no-repeat;
       }
