/* DEFAULT CSS for ubernyms.
 * ALL rules are applied only to items with the ubernyms class on them
 * this way we avoid messing up existing styles as much as possible.
 */
/* Base acronym and abbr style */
.ubernym acronym, .ubernym abbr, span.ubernym, a.ubernym   {
    cursor: help;
    color: #74a021; 
    border-bottom: 1px dashed #74a021;
}
a.ubernym {
    border-bottom: 1px solid #74a021;
}
a.ubernym:hover {
    color: #4D87CE; 
}    
@media aural {
    /* Abbreviation speech styles */
    .ubernym acronym {speak : normal;}
    .ubernym abbr.acronym {speak : normal;}
    .ubernym abbr.initialism {speak : spell-out;}
    .ubernym abbr.truncation {speak : normal;}
}