#loadingAjax {
    position: absolute;
    z-index: 500;
    display: none;
}


.balloonTT {
    position: absolute;
    padding: 10px;
    font-size: 85%;
     
    width: 300px;
    border: 1px solid red;
    background-color: #FFF;
    display: none;

    z-index: 64998;
    filter: Alpha(Opacity='70');
    -moz-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

.balloonHelp {
   position: absolute;  
}

.balloonTail {
    height: 32px;
    width: 32px;
    position: absolute;
    z-index: 64998;
    filter: Alpha(Opacity='70');
    -moz-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

div.grippie {
    background:#EEEEEE url(../I/grippie.png) no-repeat scroll center 2px;
    border:1px solid #DDDDDD;
    cursor:s-resize;
    height:9px;
    overflow:hidden;
}