/*
 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 * You may not modify, use, reproduce, or distribute this
 * software except in compliance with the terms of the License at:
 *
 *   http://developer.sun.com/berkeley_license.html
 *
 * $Id: styles.css,v 1.2 2006/01/19 20:01:48 craig_mcc Exp $
 */

.popupItem {
    background: #ffffee;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 1px;
}

.popupItem:hover {
    background: #7a8aff;
    color: #fffafa;
}

.popupFrame {
    background: #ffffee;
    border: solid 1px black;
    padding: 3px;
    overflow: hidden;
    z-index: 50000;
}

