/* 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.
 */

/* Javascript DomTT tooltip styles */
div.hmoDOMTTip
{ color: white; font-size: 12px; font-weight: normal; font-style: italic; background-color: #90c030; background-repeat: repeat-y; width: 140px; left: 0; top: 0; padding: 8px; position: absolute; text-align: center; z-index: 20; border-right: 3px solid #c8c8e0; border-bottom: 3px solid #c8c8e0; -moz-border-radius: 0 10px 10px 10px; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87); -moz-opacity: .87; -khtml-opacity: .87; opacity: .87; }

div.hmoDOMTTip .contents
{ text-align: center; width: 110px; margin: 0; padding: 0 3px; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
div.hmoDOMTTip p
{
    color: #D17E62;
    font-size: 9px;
    padding: 3px 0 0 0;
    margin: 0;
    text-align: left;
    -moz-opacity: 1;
}

/* IF there is a caption, .caption and .contents are done inside a table */
div.hmoDOMTTip table .contents
{ border-top: 1px solid #fff; font-size: 12px; font-weight: normal; font-style: italic; }


