/**
 * @project     OTRS (http://www.otrs.org) - Customer Frontend
 * @version     $Revision: 1.2 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Tooltips
 * @css-for     IE6
 */

@media screen,projection,tv,handheld {

div.TooltipContainer {
}

div.Tooltip {
    background: white !important;
    border: 1px solid #888;
    margin: 0 !important;
    padding: 0;
}

div.Tooltip .Content,
div.Tooltip .Content * {
    background-image: none !important;
    margin: 0 !important;
}

div.Tooltip .Tongue {
   display: none !important;
}

} /* end @media */