/*=================================================================
 *  Preferences Pane Stylesheet for Unix Platforms
 *  emxUIPreferencesPane_Unix.css
 *  Version 1.0
 *  Requires: (none)
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the preferences
 *  menu pane.
 *
 *  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: #fffff0; 
}

/* Font Appearance */
body, th, td, p { 
	font: 12pt Times, sans-serif;  
}

/* Link Appearance */
a { 
	color: #003366; 
}
a:hover { }

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

/* Tab Link Appearance */
a.tab { 
	font-weight: bold; 
}
a.tab:hover { 
	color: red; 
}

/* Menu Item Link Appearance */
a.menuitem {  }
a.menuitem:hover { 
	color: red; 
}

/* --------------------------------------------------------------------
// Selected Item Settings 
// -------------------------------------------------------------------- */

/* Selected Item Font Appearance */
td.selected {
	background-color: #0000FF;
}

/* Selected Item Link Appearance */
td.selected a {  
	color: #FFFFFF;
}
td.selected a:hover { }