/*
*******************************************************************************
                Khanh's Content Adder (KCA) - Add content anywhere you want!
                                                Copyright (c) 2005 John Ha
*******************************************************************************
This work is licensed under the Creative Commons Attribution License. To view a
copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/2.5/
*******************************************************************************
*/
#dom-tooltips {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        display: block;
        visibility: hidden;
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #003366;
        background-color: #D2D9E0;
        color: #003366;
        font-family: Verdana, Sans-Serif;
        font-size: 10px;
/*
        white-space: nowrap;
        max-width: 300px;
*/
/*
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
*/
        -moz-opacity: .85;

        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
/*
                progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=5);
*/
}

#dom-tooltips small
{
    color: #999D93;
}