/*=================================================================
 *  Wizard Stylesheet for Unix Platforms
 *  emxUIWizard_Unix.css
 *  Version 1.0
 *  Requires: emxUIDefault_Unix.css
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the wizard pages.
 *  This file should be included in the top and bottom frames
 *  after emxUIDefault_Unix.css.
 *
 *  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: #DDDECB; 
} 

/* grayed out text */
td.inactive {  
	color: #999999; 
	font: 12pt Times, sans-serif; 
}

/* colored text */
td.active {  
	color: #cc0000; 
	font: 12pt Times, sans-serif;
}