.selectedTA a:hover { background-color:#336699; color:white; cursor:pointer;}
.selected { background-color:#0066FF; font-size=x-small;} /* Suggestion currently selected */
.unSelected { color:black; }
.scroll { text-align:center;cursor:default;font-size=8pt;} /* Scrolling divs */
.scrollDisabled { color:gray;} 
.container { border: 1px solid black; position:absolute; background-color:white; font-family: Arial, Helvetica, sans-serif; font-size:x-small;} /* The suggestion box */
.containerIframe { position:absolute; border: 0px;}/* Iframe needed to solve IE bug  */
.invisible { display:none;}
.searchedText {font-weight:bold;text-decoration: underline} /* To emphatize searched text in a suggestion displayed */
