.bubbleInfo {
    position: relative;            
    top: 0px;
    left: 0px;        
}
.trigger {
    position: relative; 
}                       
.popup {
    position: absolute; 
    width: 200px;
    height: 110; 
    border-color: silver; border-width: 1px; border-style: solid;   
    background-color: transparent;                            
    background-image: url(images/bghint.png); 
    display: none;
    z-index: 50;
    border-collapse: collapse; 
}      
.popup td.corner {
    height: 15px;
    width: 19px;
}      
.popup table.popup-contents {
    position: relative; left: 10px;
    font-size: 12px;
    line-height: 1.2em;          
    background-color: transparent;
    color: #666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;

}       
table.popup-contents th {
    text-align: right;
    text-transform: lowercase;
}

table.popup-contents td {
    text-align: left;
}

tr#release-notes th {
    text-align: left;
    text-indent: -9999px;
    background: url(/jscripts/image/starburst.gif) no-repeat top right;
    height: 17px;
    width: 19px;
}

tr#release-notes td a {
    color: #333;
}