/*=================================================================
 *  DOM Type Chooser Stylesheet for Windows/Mac Platforms
 *  emxUIDOMLayout.css
 *  Version 1.0
 *  Requires: emxUIDefault.css
 *
 *  This file contains the style definitions for the type chooser.
 *
 *  Copyright (c) 1992-2003 MatrixOne, Inc. All Rights Reserved.
 *  This program contains proprietary and trade secret information 
 *  of MatrixOne,Inc. Copyright notice is precautionary only
 *  and does not evidence any actual or intended publication of such program
 * 
 *  static const char RCSID[] = $Id: emxUIDOMTypeChooser.css,v 1.1 2003/12/08 21:06:12 jorajan Exp $
 *=================================================================
 */

 
/*=================================================================
 *  ID-Specific Styles
 *=================================================================
 */

#divPageHead {
        background-color: #DDDECB;
}

#divPageFoot {
        background-color: #DDDECB;
}

/*=================================================================
 *  Extra Styles
 *=================================================================
 */

div.listing {
        background-color: #fffff0;
        padding-left: 16px;
}

div.toolbar-filter {
        padding: 1px 5px 0px 5px;
}

div.toolbar-filter input,
div.toolbar-filter select {
        font-family: Verdana, Arial, Helvetica, Sans-serif;
        font-size: 8pt;
}

/*=================================================================
 *  Tree Styles
 *=================================================================
 */

.node-text {
        -moz-user-select: none;
        padding: 2px;
}

.node-radiobutton,
.node-checkbox {
        padding-right: 2px;
}
