@CHARSET "UTF-8";

#tooltip{
        background-color:#EEE;
        border:1px solid #00447C;
        position:absolute;
        display:none;
        z-index:20000;
        padding:2px;
        font-size:0.9em;
        -moz-border-radius:6px; /* Rounded edges in Firefox */
        font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;

}
#tooltipShadow{
        position:absolute;
        background-color:#555;
        display:none;
        z-index:10000;
        opacity:0.7;
        -moz-opacity: 0.7;
        -moz-border-radius:6px; /* Rounded edges in Firefox */
}