/*=================================================================
 *  Generic Tree Stylesheet for Unix Platforms
 *  emxUITree_Unix.css
 *  Version 1.0
 *  Requires: (nothing)
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the default style definitions for trees.
 *
 *  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: #fffff0; 
}

/* Font Appearance */
body, th, td, p { 
	font: 11pt Times, sans-serif;
}

/* Link Appearance */
a { 
	color: #003366; 
	text-decoration: none; 
}
a:hover { }

/* --------------------------------------------------------------------
// Root Node Settings 
// -------------------------------------------------------------------- */

/* Root Background Appearance */
td.root { }

/* Root Link Appearance */
td.root a { 
	font-weight: bold; 
	text-decoration: underline; 
}
td.root a:hover { }

/* Root Selected Background Appearance */
td.rootSelected {  
	background-color: #0000FF;
}

/* Root Selected Link Appearance */
td.rootSelected a { 
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: underline; 
}
td.rootSelected a:hover { }

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

/* Selected Item Font Appearance */
td.selected { 
	background-color: #0000FF;
	font: 11pt Times, sans-serif;
}

/* Selected Item Link Appearance */
td.selected a {  
	color: #FFFFFF;
}
td.selected a:hover { }
