/* ====================================================================
// Life Cycle Stylesheet
// by Nicholas C. Zakas
// ==================================================================== */

/* --------------------------------------------------------------------
// 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;}