/*=================================================================
 *  Details Tree Stylesheet for Windows/Mac Platforms
 *  emxUIDetailsTree.css
 *  Version 1.0
 *  Requires: (nothing)
 *  Last Updated: 27-Mar-03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the details 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: #EAEBDD; 
}

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

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

/* --------------------------------------------------------------------
// Object Node Settings 
// -------------------------------------------------------------------- */

td.object {

}

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

/* --------------------------------------------------------------------
// Category Node Settings 
// -------------------------------------------------------------------- */

td.category {

}

td.category a {
    
}

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

tr.selected {
    background-color: #bbd0e5;
}

tr.selected a {

}

/* --------------------------------------------------------------------
// Border Settings 
// -------------------------------------------------------------------- */

tr.darkBorder {
    background-color: #C7B29A;
}

tr.lightBorder {
    background-color: white;
}


/* --------------------------------------------------------------------
// Tree Bar Settings 
// -------------------------------------------------------------------- */

body.treeBar {
    background-color: #D4D0C8;
}
