
table.bid_status
{
    border: 1px solid black;
    border-collapse:collapse;
    margin-bottom: 5px;
    margin-left:auto;
    margin-right:auto; 
    margin-top: 5px;   
    min-width:400px;

}

table.bid_status th
{   border-bottom: 1px solid silver;
    background-color:black;
    color:silver;
}

table.bid_status tr
{
    min-width:400px;    
}

table.bid_status tr.r0
{
    background-color:white;
}

table.bid_status tr.r1
{
    background-color:#E0E0E0;
}

table.bid_status td 
{
    padding: 1px 3px 1px 3px;
}

table.bid_status td.complete
{
    background-image:url('images/checkmark.png');
    background-position: center center;
    background-repeat:no-repeat;   
}

table.bid_status th.team_name_col
{
    width: 70%;
}

table.bid_status th.bid_complete_col
{
    width: 30%;
}

