#metanav
{
    padding: 10px 0 0 0;
}

.announcements
{
    position: relative; 
    float: right; 
    border: 1px solid #333; 
    background: #f7f7f7; 
    width: 20em; 
    padding: 1em;
}

.announcements h2
{
    color: #aa0000;
}

.workloginfo
{
    background: #eee;
    font-size: 2em;
}

.workloginfo legend
{
    color: #333;
    font-size: 0.5em;
}
    
.workloginfo .inlinebuttons input 
{
    cursor: pointer;
}

table.progress td.inTesting { background: #3388bb; }
table.progress td.needInfo { background: #ff88aa; } 
table.progress td.inStaging { background: #40E0D0; }