﻿#BidInfo {
}

#BidInfo em {
    font-style: italic;
    font-weight: bold;
}

#BidInfo li {
    margin: 5px 0px 20px;
    font-weight: bold;
}

#BidInfo li span {
    font-weight: normal;
}

#BidInfo ol {
    list-style-type: upper-alpha;
}

#BidInfo ol li {
    margin: 5px 0px;
}

/* Admin Styles */
#BidRequestListing {
    border-collapse: collapse;
}

#BidRequestListing td {
    padding: 2px 4px;
    border: 1px solid #CCCCCC;
    text-align: center;
}

#BidRequestListing tr:hover td {
    background-color: #FFFFCC;
    color: #333333;
    cursor: default;
}

#BidRequestListing .headRow th {
    padding: 2px 4px;
    border: 1px solid #F59789;
    background-color: #EE3C23;
    color: #FFFFFF;
    text-align: center;
}

#BidRequestListing .regRow td {
    background-color: #FFFFFF;
    color: #333333;
}

#BidRequestListing .altRow td {
    background-color: #EEEEEE;
    color: #333333;
}

#BidRequestListing .footRow th {
    padding: 2px 4px;
    border: 1px solid #F59789;
    background-color: #EE3C23;
    color: #FFFFFF;
    text-align: center;
}
