@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

.image-holder {
    width: 100%;
    max-width: 900px;
    display: block;
    position: fixed;
    top: 40%;
    margin-top: -200px;
}

.canton-design-studios {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.wrapper {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 100%;
    height: auto !important;
}

.push {
    height: 30px;
    clear: both;
}

.footer {
    clear: both;
    padding-top: 4px;
    height: 30px; /* Height of the footer */
    background-color: #f4f4f4;
}

.red {
    color: #4e1717;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: x-large;
    font-weight: bold;
    color: #302c5b;
    text-shadow: 1px 1px 2px rgba(78, 23, 23, 0.5);
    border-bottom: solid 0.1em #302c5b;
    line-height: 2em;
}

h3 {
    padding-top: 1em;
    padding-bottom: 1em;
}

h3.center {
    text-align: center;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div.page {
    page-break-before: always
}

#ReportPricesCommissions table, th, td {
    margin-left: auto;
    margin-right: auto;
}

#ReportPricesCommissions thead {
    background: #d8d8d8;
}

#ReportPricesCommissions table {
    border: 1px solid black;
    border-collapse: collapse;
    width: 900px;
}

#ReportPricesCommissions td {
    border-top: 1px solid black;
    border-left: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

#ReportPricesCommissions th {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

#ReportPricesCommissions tr {
    margin-left: auto;
    margin-right: auto;
}

#ReportPricesCommissions .noborder {
    border: 0px !important;

}

#ReportPricesCommissions .lotnumberwidth {
    width: 90px;

}

#ReportPricesCommissions .alignright {
    text-align: right;

}

#footer p {
    text-align: center !important;
}

@media all {
    .page-break {
        display: none;
    }

    .page-break-ReportBidderAll {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }

    .page-break-ReportBidderAll {
        display: block;
        page-break-before: always;
    }

    div.left {
        display: none;
    }

    div.right {
        margin-left: 0px;
    }

    div.footer {
        display: none;
    }
}
#auctionInfo{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: x-large;
    font-weight: bold;
    color: #302c5b;
    text-shadow: 1px 1px 2px rgba(78, 23, 23, 0.5);
}
.auctionInfoSmaller{
    font-size: large;
}