﻿body {
    margin: 0px;
    padding: 0px;
    background-image: url('/bids/Content/images/BidsSpan.png');
    background-repeat: repeat-x;
    font-family: Verdana, Arial;
    font-size:14px;
}

h2 {
    margin-bottom:4px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#header {
    background-image: url('/bids/Content/images/BidsHeader.png');
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center;
    height: auto;
    min-height: 100px;
    padding: 20px 30px;
    text-align: right;
}

    #header ul {
        list-style: none;
        padding-left: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #header ul li {
            font-size: 13px;
            display: inline;
            margin-right: 4px;
        }

#footer {
    text-align: center;
    font-size:11px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.breadcrumbs
{
    list-style: none;
    padding-left:0px;
    font-size:11px;
}
.breadcrumbs li
{
    display: inline;
}
.breadcrumbs li:before
{
    content: "> ";
}
table, td
{
    border-color: #CCC;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    /*background-color: #FFC;*/
}
.hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #808080; /* old IE */
    background-color: #808080; /* Modern Browsers */
}