span.hide { display: none; }
tr.deregistered   { background-color: red; }
tr.dangerous      { background-color: pink; }
tr.registered     { background-color: rgb(255,255,204); }
tr.deregi { background-color: rgb(235,184,184); }
tr.danger { background-color: rgb(235,82,82); }
tr.plypnd { background-color: rgb(235,184,133); }
tr.regist { background-color: rgb(235,235,184); }

tr.sidebar    { background-color: rgb(187,187,187); }
tr.history    { background-color: rgb(204,204,221); }

tr.rule_ruleheader  { background-color: rgb(235,235,184); }
tr.rule_rule        { background-color: rgb(255,255,204); }
tr.rule_rulecomment { background-color: rgb(235,235,184); }

tr.cfj_submitted  { background-color: rgb(255,255,204); }
tr.cfj_appealed   { background-color: rgb(255,204,153); }
tr.cfj_true       { background-color: rgb(51,204,0); }
tr.cfj_false      { background-color: rgb(255,204,204); }

tr.playerlight_deregistered { background-color: rgb(255,204,204); }
tr.playerlight_danger       { background-color: rgb(255,102,102); }
tr.playerlight_pending      { background-color: rgb(255,204,153); }
tr.playerlight_registered   { background-color: rgb(255,255,204); }

tr.playerdark_deregistered { background-color: rgb(235,184,184); }
tr.playerdark_danger       { background-color: rgb(235,82,82); }
tr.playerdark_pending      { background-color: rgb(235,184,133); }
tr.playerdark_registered   { background-color: rgb(235,235,184); } 

span.danger { color: rgb(255,0,0); }

tr.cfjlight_submitted   { background-color: rgb(255,255,204); }
tr.cfjlight_assigned    { background-color: rgb(255,255,204); }
tr.cfjlight_appealed    { background-color: rgb(255,204,153); }
tr.cfjlight_judgedtrue  { background-color: rgb(51,204,0); }
tr.cfjlight_judgedfalse { background-color: rgb(255,204,204); }
tr.cfjlight_written     { background-color: rgb(51,204,0); }

tr.cfjdark_submitted   { background-color: rgb(235,235,184); }
tr.cfjdark_assigned    { background-color: rgb(235,235,184); }
tr.cfjdark_appealed    { background-color: rgb(235,184,133); }
tr.cfjdark_judgedtrue  { background-color: rgb(31,184,0); }
tr.cfjdark_judgedfalse { background-color: rgb(235,184,184); }
tr.cfjdark_written     { background-color: rgb(31,184,0); }

tr.proplight_submitted    { background-color: rgb(255,255,204); }
tr.proplight_pending      { background-color: rgb(102,204,204); }
tr.proplight_tslviolation { background-color: rgb(255,204,204); }
tr.proplight_expired      { background-color: rgb(51,255,255); }
tr.proplight_passed       { background-color: rgb(51,204,0); }
tr.proplight_failed       { background-color: rgb(255,102,102); }

tr.propdark_submitted    { background-color: rgb(235,235,184); }
tr.propdark_pending      { background-color: rgb(82,184,184); }
tr.propdark_tslviolation { background-color: rgb(235,184,184); }
tr.propdark_expired      { background-color: rgb(31,235,235); }
tr.propdark_passed       { background-color: rgb(31,184,0); }
tr.propdark_failed       { background-color: rgb(235,82,82); }

tr.prop_expired   { background-color: rgb(51,255,255); }
tr.prop_violation { background-color: rgb(255,204,204); }
tr.prop_pending   { background-color: rgb(102,204,204); }
tr.prop_passed    { background-color: rgb(51,204,0); }
tr.prop_failed    { background-color: rgb(255,102,102); }
