body {
background-color: #000000; 
color: #ffffff; 
font-size: 10pt; 
font-family : normal verdana, sans-serif; 
} 
a.link { 
font-size : 10pt;
color : #ffffff;
text-decoration : none;
} 
a.link:hover { 
color : #ff0000;
text-decoration : none;
} 
a.menu { 
font-size : 16pt; 
color : #ffffff; 
text-decoration : none; 
} 
a.menu:hover { 
color : #ff0000; 
text-decoration : none; 
}
.tooltip { 
border-bottom : 0 dotted #000000; 
color : #7f7f7f; 
outline : none; 
cursor : help; 
text-decoration : none; 
position : relative;
font-size : 10pt; 
} 
.tooltip span { 
margin-left : -999em; 
position : absolute; 
} 
.tooltip:hover span { 
font-family : Calibri, Tahoma, Geneva, sans-serif;
color : #ffffff; 
position : absolute; 
left : -5em; 
top : 2em; 
z-index : 99; 
margin-left : 0; 
width : 180px; 
} 
.tooltip:hover img { 
border : 0; 
margin : -10px 0 0 -55px; 
float : left; 
position : absolute; 
} 
.tooltip:hover em { 
font-family : Candara, Tahoma, Geneva, sans-serif; 
font-size : 1.2em; 
font-weight : bold; 
display : block; 
padding : 0.2em 0 0.6em 0; 
} 
.classic { 
padding : 0.8em 1em; 
} 
.custom { 
padding : 0.5em 0.8em 0.8em 2em; 
} 
* html a:hover { 
background : transparent; 
} 
.classic { 
background : #000000; 
border : 1px solid #343434; 
} 
.critical { 
background : #ffccaa; 
border : 1px solid #ff3334; 
} 
.help { 
background : #9fdaee; 
border : 1px solid #2bb0d7; 
} 
.info { 
background : #9fdaee; 
border : 1px solid #2bb0d7; 
} 
.warning { 
background : #ffffaa; 
border : 1px solid #ffad33; 
}
    #topbar {
    position: absolute;
    width: 125px;
    visibility: hidden;
    z-index: 100;
    }
