/*   emxUIPF.css -
//
//   Copyright (c) 1992-2001 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: emxUIPF.css,v 1.4 2003/09/23 21:52:18 msikhinam Exp $
*/

/* ====================================================================
// Printer Friendly Stylesheet For UI Dev. Pages
// 
// ==================================================================== */

th a.sortMenuItem { text-align: left; color: black;font-weight:bold;background-color: #ffffff;text-decoration:none;cursor:default}
th a:hover { text-decoration: none; color: black; cursor:default}
th { background-color: #ffffff; color: black;}

/* Added  3/8/2002  */
th a { text-decoration: none; color: black; cursor:default}
a { text-align: left; color: black;text-decoration:none;background-color: #ffffff;cursor:default}

/* Odd/Even Table Row Appearance */
tr.odd { background-color: #ffffff; }
tr.even { background-color: #ffffff }

a:hover { color: black;cursor:default}
a.one   { text-align: left; color: black;text-decoration:none;background-color: #ffffff;cursor:default}
a.sortMenuItem { text-align: left; color: black;text-decoration:none;background-color: #ffffff;cursor:default}


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


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

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

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

/* Default Label Required Appearance */
/*Used in create Dialog Page*/
td.labelRequired { background-color: #ffffff;color: #000000;font-weight: bold; height: 24px; border-bottom: 1px solid black; font-style:normal}

/* Default inputField Appearance */
/*Used in Create New Template Section Page*/
td.inputField { background-color: #ffffff;color: #000000;font-weight: bold; height: 24px; border-bottom: 1px solid black; font-style:normal}