/*=================================================================
 *  Application Header Stylesheet for Unix Platforms
 *  emxUIHeader_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 topmost frame
 *  in the main window. This file should be included after emxUIDefault.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: #006299; 
}


/* --------------------------------------------------------------------
// Toolbar Settings 
// -------------------------------------------------------------------- */

/* Toolbar Background Appearance */
table.toolbar { 
	background-color: #003366; 
}

/* Username Appearance */
td.username { 
	color: #ffffff;
}

td.copyright { 
	color: #999999; 
	font: 60% Times,sans-serif;
	text-align: right; 
}

td.appName { 
	color: white; 
	font-weight: bold; 
}

td.companyName { 
	color: white; 
	font-weight: bold; 
}