table.progress tr td.closed { background: #bae0ba }
dl.progress dt.closed { background: #bae0ba }
table.progress tr td.in-progress { background: #ff8000 }
dl.progress dt.in-progress { background: #ff8000 }
table.progress tr td.accepted { background: #c0c0ff }
dl.progress dt.accepted { background: #c0c0ff }
table.progress tr td.waiting { background: #ffff00 }
dl.progress dt.waiting { background: #ffff00 }
table.progress tr td.new { background: #ffffff }
dl.progress dt.new { background: #ffffff }
