/*
 * Apache License
 * Version 2.0, January 2004
 * http://www.apache.org/licenses/
 *
 * Copyright 1996-2008 by Sven Homburg
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 */

DIV.ck_tooltip {
    width: 150px;
    border: 1px solid black;
}

DIV.ck_tooltip-title {
    background: silver;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: bold;
    padding: 3px;
    background: url( white-top-bottom.gif ) repeat-x scroll 0 -1px;
}

DIV.ck_tooltip-content {
    background-color: #FFFFFF;
    font: 9pt Arial, Helvetica, sans-serif;
    padding: 3px;
}
