/*=================================================================
 *  Properties Stylesheet for Unix Platforms
 *  emxUIProperties_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 properties pages.
 *  This file should be included 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
 * 
 *  
 *=================================================================
 */

/* --------------------------------------------------------------------
// Properties Settings 
// -------------------------------------------------------------------- */

/* Default Label Appearance */
td.label { 
	background-color: #dddecb; 
	color: black; 
	font-weight: bold; 
	height: 24px; 
}

/* Display Field Appearance */
td.field { 
	background-color: #eeeeee; 
}

/* --------------------------------------------------------------------
// Headings
// -------------------------------------------------------------------- */

/* Heading Level 1 */
td.heading1 { 
	font: bold 13pt Times, sans-serif;
	border-top: 1px solid #003366;  
	height: 24px;
}

/* Heading Level 2 */
td.heading2 { 
	font: bold 12pt Times, sans-serif;
	background-color: #dddddd;  
	height: 24px;
}
