/*=================================================================
 *  Homepage Selector Stylesheet for Unix Platforms
 *  emxUIHomepageSelector_Unix.css
 *  Version 1.0
 *  Requires: (nothing)
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the homepage
 *  selector page.
 *
 *  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: #336699; 
}

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

/* Link Appearance */
a { 
	color: white; 
}
a:hover { }


/* --------------------------------------------------------------------
// Tab Strip Settings 
// -------------------------------------------------------------------- */

/* Tab Strip Background Appearance */
table.tabStrip { 
	background-color: #000033; 
}

/* Tab Title Appearance */
td.tabTitle {  
	font: bold 12pt Times, sans-serif; 
	color: #FFFFFF;
}

/* Tab Strip Highlight Appearance */
td.tabStripHighlight { 
	background-color: #6699CC; 
}

/* Tab Strip Non-Highlight Appearance */
td.tabStripNonHighlight { 
	background-color: #336699; 
}

/* --------------------------------------------------------------------
// Menu Settings 
// -------------------------------------------------------------------- */

/* Menu Link Appearance */
a.menu {  
	color: #D7D7B8; 
	font: bold 12pt Times, sans-serif;
	text-decoration: none; 
}
