/*=================================================================
 *  Search Stylesheet for Unix Platforms
 *  emxUISearch_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 search dialogs.
 *  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; 
}

/* --------------------------------------------------------------------
// Search Settings 
// -------------------------------------------------------------------- */

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

/* Search List Background Appearance */
body.list { 
	background-color: #fffff0; 
}
