/*=================================================================
 *  Printer-Friendly Default Stylesheet for Unix Platforms
 *  emxUIDefaultPF_Unix.css
 *  Version 1.0
 *  Requires: (nothing)
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the default style definitions printer-friendly
 *  pages. This file should be included in every printer-friendly 
 *  page to ensure consistent formatting across all application pages.
 *
 *  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
 * 
 *  static const char RCSID[] = $Id: emxUIDefaultPF_Unix.css,v 1.2 2003/04/11 01:50:47 jorajan Exp $
 *=================================================================
 */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Background Appearance */
body { 
	background-color: white; 
}

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

/* Object Text (Non-link) Appearance */
span.object {  
	font-weight: bold; 
}

/* --------------------------------------------------------------------
// Page Header Settings 
// -------------------------------------------------------------------- */

/* Page Header Text Appearance */
td.pageHeader {  
	color: #000000; 
	font: bold 13pt Times,Sans-Serif; 
}

/* Page Subtitle Appearance */
.pageSubTitle {
	color:#000000; 
	font: 11pt Times, Sans-Serif;
	letter-spacing: 1pt;
	text-decoration: none;
}

/* Page Header Border Appearance */
td.pageBorder {  
	background-color: #000000; 
}

/* --------------------------------------------------------------------
// Page Subheader Settings 
// -------------------------------------------------------------------- */

/* Page Header Text Appearance */
td.pageSubheader {  
	color: #000000; 
	font: bold 13pt Times,Sans-Serif; 
}