/*=================================================================
 *  Printer-Friendly Default Stylesheet for Windows/Mac Platforms
 *  emxUIDefaultPF.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.css,v 1.2 2003/04/11 01:50:09 jorajan Exp $
 *=================================================================
 */
 
/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

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

/* Font Appearance */
body, th, td, p { 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 8pt; 
}

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

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

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

/* Page Subtitle Appearance */
.pageSubTitle {
	color:#000000; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 11px; 
	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-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13pt; 
	font-weight: bold; 
}

/* --------------------------------------------------------------------
// Miscellaneous Settings 
// -------------------------------------------------------------------- */

/* Welcome message for loading page */
td.welcome { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}

/* Small Space Appearance - for non-breaking space workaround at end of files */
td.smallSpace { 
	font-family: verdana,arial, helvetica,sans-serif; 
	font-size: 4pt; 
}
td.blackrule {  
	background-color: #000000;
}


/* History Subheader */
td.historySubheader { 
	font-weight: bold; 
}
