/* ====================================================================
// Workflow Stylesheet
// Platform: Windows
// by Nicholas C. Zakas edited by Tom Sumida
// ==================================================================== */

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