/*=================================================================
 *  Workflow Stylesheet for Unix Platforms
 *  emxUIWorkflow_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 workflow pages.
 *  This file should be included after emxUIDefault_Unix.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
 * 
 *  
 *=================================================================
 */
/* --------------------------------------------------------------------
// Table Settings 
// -------------------------------------------------------------------- */

/* Workflow Background Appearance */
tr.workflow { 
	background-color: #eeeeee; 
}

/* Current Step Background Appearance */
td.current { 
	background-color: #fffbe1; 
}

/* Current Step Header Appearance */
th.current { 
	background-color: #ffcc00; 
	font-weight: bold; 
	color: black; 
	text-align:center;
}

th.current a { 
	color: black;
}

/* Step Header Appearance */
th { 
	background-color: #666666; 
	font-weight: bold; 
	color: #ffffff;
	text-align:center; 
}

/* --------------------------------------------------------------------
// Text Settings 
// -------------------------------------------------------------------- */

/* Incomplete Text Appearance */
td.incomplete { 
	color: #666666; 
	text-decoration: none; 
}

/* Approved Text Appearance */
td.approved { 
	color: #008400; 
	text-decoration: none; 
}

/* Rejected Text Appearance */
td.rejected { 
	color: #CC0000; 
	text-decoration: none; 
}

/* --------------------------------------------------------------------
// Link Settings 
// -------------------------------------------------------------------- */

/* Rejected Link Appearance */
td.rejected a { 
	color: #CC0000; 
	text-decoration: underline; 
	font-weight: bold;
}

/* Approved Link Appearance */
td.approved a { 
	color: #008400; 
	text-decoration: underline; 
	font-weight: bold;
}

/* Incomplete Link Appearance */
td.incomplete a { 
	color: #666666; 
	text-decoration: underline; 
	font-weight: bold;
}

td.pending a { 
	color: #666666; 
	text-decoration: underline; 
	font-weight: bold; 
}
