/*=================================================================
 *  Chooser Stylesheet for Unix Platforms
 *  emxUIChooser_Unix.css
 *  Version 1.0
 *  Requires: emxUIDefault_Unix.css
 *  Last Updated: 3/4/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the BOM markup.
 *  It should be used on the header and footer frames only.
 *
 *  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; 
}

/* --------------------------------------------------------------------
// Chooser Settings 
// -------------------------------------------------------------------- */

/* Content Background Appearance */
body.content { 
	background-color: white; 
}

/* Pane Background Appearance */
body.pane { 
	background-color: #fffff0; 
}