/*=================================================================
 *  Structure Tree Stylesheet for Windows/Mac Platforms
 *  emxUIStructureTree.css
 *  Version 1.0
 *  Requires: (nothing)
 *  Last Updated: 27-Mar-03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the structure tree.
 *
 *  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
 * 
 *  
 *=================================================================
 */
 
/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Background Appearance */
body { 
    background-color: #ffffff; 
}

/* Font Appearance */
* { 
    font-family: verdana, helvetica, arial, sans-serif; 
    font-size: 8pt; 
}

/* Link Appearance */
a { 
    color: #003366; 
}

/* --------------------------------------------------------------------
// Selected Node Settings 
// -------------------------------------------------------------------- */

/* Selected Item Font Appearance */
td.selected { 
    background-color: #0000ff;
}

td.selected a {
    color: white; 
}

td a.root {
    font-weight: bold;
}