/*
 * 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 {
    border: 1px solid black;
    width: 300px;
    overflow: hidden;
}

DIV.ck_tooltip-title {
    background: silver;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: bold;
    padding: 3px;
    background-color: #FFC220;
}

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