/*=================================================================
 *  Form Stylesheet for Unix Platforms
 *  emxUIForm_Unix.css
 *  Version 1.0
 *  Requires: emxUIDefault_Unix.css
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the form pages.
 *  This file should be included after emxUIDefault.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 
// -------------------------------------------------------------------- */

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

/* --------------------------------------------------------------------
// Form Settings 
// -------------------------------------------------------------------- */

/* Default Label Appearance */
td.label { 
	background-color: #dadada; 
	color: black; 
	font-weight: bold; 
	height: 24px; 
}

/* Required Label Appearance */
td.labelRequired { 
	background-color: #dadada; 
	color: #990000; 
	font-style: italic;
	font-weight: bold; 
	height: 24px; 
}

/* Input Field Appearance */
td.inputField { 
	background-color: #eeeeee; 
}

/* Required Notice Appearance */
td.requiredNotice { 
	color: #990000;
}


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

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

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

