/*
 * 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;
    border-bottom: solid 1px black;
    display: block;
    padding: 1px;
}

.popupItem:hover {
    background: #7a8aff;
    color: #fffafa;
}

.popupFrame {
    background: #ffffee;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    overflow: hidden;
    z-index: 50000;
}


