﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.dated {
}

h1 {
    font-size: 30px;
    font-weight: bold;
    width: 950px;
    text-align: center;
    display: block;
    float: left;
}

h2 {
    margin: 5px;
    font-size: 16px;
    width: 950px;
    text-align: center;
    display: block;
    float: left;
    font-weight: normal;
}

h3 {
    margin: 5px 5px 5px 15px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    font-weight: normal;
}

p {
    width: 950px;
    display: block;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 3px;
}

ul {
    display: block;
    float: left;
    width: 100%;
    margin-left: 20px;
}

    ul.numbers {
        list-style: decimal;
    }

table {
    border-collapse: collapse;
}

table {
    display: block;
    float: left;
    width: 100%;
}

    table.data {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        color: #666666;
        border-collapse: collapse;
        display: block;
        float: none;
        width: 950px;
        margin: 15px auto 17px auto;
    }

    table tr td {
        padding: 1px;
        text-align: left;
        vertical-align: top;
    }

    table.form {
        width: 950px;
    }

        table.form tr td {
            padding: 4px;
            border: 1px solid #ccc;
        }

            table.form tr td.header, table.form tr.header {
                font-weight: bold;
            }

            table.form tr td.detailHeader, table.form tr.detailHeader {
                font-weight: bold;
            }

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

table tbody {
    width: 100%;
    display: block;
    float: left;
}

table.data tr {
    display: block;
    float: left;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999999;
}

    table.data tr td {
        padding: 3px 7px 1px 6px;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #999999;
        color: #171717;
        font-weight: normal;
        text-overflow: ellipsis;
        display: block;
        float: left;
    }

        table.data tr td a {
            font-size: 12px;
            color: #006699;
        }

            table.data tr td a:hover {
                text-decoration: underline;
            }

    table.data tr:nth-child(odd) {
        background: #ccc;
    }

    table.data tr:nth-child(even) {
        background: #fff;
    }

    table.data tr.header {
        border-style: solid none solid solid;
        border-width: 1px;
        border-color: #333333;
        background-color: #333333;
        font-weight: bold;
        color: #FFFFFF;
    }

    table.data tr td.header {
        background-color: #666;
        color: #fff;
        text-align: center;
    }

    table.data tr.header td {
        border-color: #333333;
        color: #fff;
        position: relative;
    }

.signature {
    padding: 0px;
    margin: 55px 25px 0px 10px;
    width: 200px;
    display: block;
    float: left;
    border-top-style: solid;
    border-top-width: 1px;
}

table tr.heading, table tr td.heading {
    border: 1px solid #ccc;
    background-color: #ccc;
    font-weight: bold;
    color: #000;
}

.redButton {
    text-decoration: none;
    padding: 3px 15px 3px 15px;
    margin: 0px 5px 0px 0px;
    background-position: left top;
    display: block;
    float: left;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #9C2323;
    background-color: #d54444;
    background-image: url('images/redButtonBg.png');
    background-repeat: repeat-x;
    cursor: pointer;
}

.absolute {
    position: absolute;
    left: 10px;
    top: 10px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media print {
    tr.vendorListHeading {
        background-color: #1a4567 !important;
        -webkit-print-color-adjust: exact;
    }
}

@media print {
    .vendorListHeading th {
        color: white !important;
    }
}

.seperator {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 950px;
    display: block;
    float: left;
    height: 1px;
}

    .seperator .heading {
        background-color: #FFFFFF;
        margin-top: -7px;
        display: block;
        float: left;
        padding-right: 15px;
        font-weight: bold;
        font-size: 15px;
    }

.photo {
    background-position: center center;
    width: 120px;
    height: 85px;
    display: block;
    float: right;
    border: 1px solid #ccc;
    margin-bottom: -120px;
    background-color: #f8f8f8;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    padding-top: 35px;
    overflow: hidden;
    background-image: url('images/noImage.png');
}

.box {
    display: block;
    float: left;
    border: 1px solid #ccc;
    width: 950px;
    padding: 15px;
    margin-bottom: 20px;
}

    .box p {
        line-height: 20px;
    }
#reportCanvus {
    width: 970px;
    margin: -15px auto;
    display: block;
    padding-left: 0px;
    float: none;
}
.resultPanel3Col {
    display: block;
    float: left;
    width: 460px;
    height: 400px;
    margin-right: 18px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#resultPanel {
    display: block;
    float: left;
    width: 100%;
}

#signature {
    display: block;
    float: left;
    width: 100%;
}
.offered{
    background-color:green;
    color:white;
    float:right;
    border-radius:5px;
    padding:2px 5px 1px;
}
.offered:empty {
    display:none;
}
a.verifyIcon {
    background-image: url('images/Verify.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}
a.verifyIconDisable {
    background-image: url('images/VerifyDisable.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

a.deleteIcon {
    background-image: url('images/delete.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

td .control {
    margin: -4px 0px 0px -27px;
    display: none;
    float: left;
    background-color: #E8EFF7;
    padding: 1px;
    position: absolute;
    border: 1px solid #EAEAEA;
    
}
a.mailIcon {
    background-image: url('images/mail.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
}
a.printIcon {
    background-image: url('images/printer.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
a.imageViewIcon {
    background-image: url('images/imageViewIcon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    display: block;
    float: right;
}
.superScript:after {
    font-size: 70%;
    vertical-align: super;
    content: "th";
}

.superScriptST:after {
    font-size: 70%;
    vertical-align: super;
    content: "st";
}