#postings
{
    border: solid 1px #e8eaf1;
    border-collapse: collapse;
}

#postings caption
{
    color: #034798;
    text-align: left;
    margin-top: 5px;
    padding-bottom: 2px;
}

#postings div
{
    float: right;
    color: Gray;
}

#postings th
{
    color: #ffffff;
    background-color: #034798;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 10px;
}

#postings td
{
    font-size: 11px;
    padding-left: 10px;
}

#postings tr.even { background-color: #ffffff; }
#postings tr.odd { background-color: #E8EAF1; }

#postings td.post_title { width: 200px; }
#postings td.post_location { width: 90px; }
#postings td.post_company { width: 200px; }

#postings td.empty
{
    width: 490px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}