/*=================================================================
 *  Printer-Friendly List Stylesheet for Windows/Mac Platforms
 *  emxUIListPF.css
 *  Version 1.0
 *  Requires: emxUIDefaultPF.css
 *  Last Updated: 10-Apr-03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for printer-friendly list pages.
 *  This file should be included after emxUIDefaultPF.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
 * 
 *  static const char RCSID[] = $Id: emxUIListPF.css,v 1.2 2003/04/11 01:51:19 jorajan Exp $
 *=================================================================
 */

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

/* Table Header Appearance */
th { 
        text-align: left; 
        border-bottom: 2px solid black; 
        border-top: 2px solid black; 
} 

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

/* Table Header Column Group Header */
th.groupheader {
        border: none;
        font-size: 12px;
        font-weight: bold;
        text-align: left; 
}

/* Table Header Column Group Header Rule */
tr.rule, th.rule { 
        background-color: #000000;
}



/* --------------------------------------------------------------------
// Main Table Settings 
// -------------------------------------------------------------------- */

/* Odd Table Row Appearance */
td.listCell { 
	border-bottom: 1px solid black; 
}
