/* 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, .ubernym {
    cursor: help;
    font-weight: bold;
    border-bottom: 1px dashed #880000;
}
a.ubernym {
    font-weight: bold;
    color: #880000; 
    border-bottom: 1px solid #880000;
}
a.ubernym:hover {
    border-bottom: 0px solid #880000;
    cursor: pointer;
}    
@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;}
}