/*=================================================================
 *  Lifecycle Stylesheet for Unix Platforms
 *  emxUILifecycle_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 lifecycles.
 *  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
 * 
 *  
 *=================================================================
 */
 
/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Default Cell Appearance */
td { 
	text-align: center; 
}

/* --------------------------------------------------------------------
// Life Cycle Settings 
// -------------------------------------------------------------------- */

/* Button Field Appearance */
td.buttonField { 
	background-color: #ffffff;
}

/* Default State Appearance */
td.stateName { 
	background-color: #96bbe8; 
	color: black; 
	height: 9px; 
}

/* State Highlight Appearance */
td.stateNameHighlight { 
	background-color: #006699; 
	color: white; 
	height: 9px; 
}

/* State Shadow Appearance */
td.shadow { 
	background-color: #999999;
}

td.stateNameHold { 
	background-color: #EE0B00; 
	color: white; 
	height: 9px; 
}
td.stateNameCancelled { 
	background-color: #000000; 
	color: white; 
	height: 9px; 
}
