/*=================================================================
 *  Printer-Friendly Properties Stylesheet for Unix Platforms
 *  emxUIPropertiesPF_Unix.css
 *  Version 1.0
 *  Requires: emxUIDefaultPF_Unix.css
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for printer-friendly properties pages.
 *  This file should be included after emxUIDefaultPF_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 
// -------------------------------------------------------------------- */

/* Horizontal Rule Appearance */
hr { 
	color: black; 
}

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

/* Default Label Appearance */
td.label { 
	border-bottom: 1px solid black; 
	font-weight: bold; 
	height: 24px; 
}

/* Display Field Appearance */
td.field { 
	border-bottom: 1px solid black; 
}

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

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

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