
body {
    background: #9f9f9f repeat-x scroll left top;
}

    body.blank {
        background: #fff;
    }

#wrapper {
    background-color: #FFFFFF;
    margin: 8px auto 0;
    padding: 0 1px;
    position: relative;
    text-align: left;
    width: 990px;
    height: 100%;
}

#header {
    width: 990px;
    height: 160px;
}

#bannerHdr {
    float: left;
    font-size: 2.5em;
    margin-left: 14px;
}

    #bannerHdr a {
        /*color: #FF9100;*/
        /*Branding Changes*/
        color: #d64000;
        font-weight: normal;
        border: none;
    }

#tr_logo {
    float: right;
    margin-top: 12px;
}

#tr_logo, #bannerHdr {
    display: inline;
    margin: 20px;
}

#content {
    width: 950px;
    clear: both;
    float: left;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#mainNav {
    float: left;
    width: 990px;
    clear: both;
    border-bottom: 10px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    background: #F1F1F1;
}

    #mainNav ul {
        display: inline;
        list-style: none none outside;
        margin: 0;
        padding: 0;
    }

    #mainNav li {
        float: left;
        margin: 0;
        padding: 5px 14px;
    }

        #mainNav li a {
            border: medium none;
            font-weight: bold;
        }

#footer {
    background: #E1E1E1 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin: 0 0;
    min-height: 3em;
    padding-top: 8px;
    width: 100%;
    height: 24px;
    text-align: center;
}


    #footer * {
        color: #97969A;
        display: inline;
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
    }

    #footer p {
        text-decoration: none;
    }

#small_footer {
    color: #e1e1e1;
    font-size: .8em;
    text-align: center;
}

.contentRow {
    width: 100%;
    float: left;
    clear: both;
    display: block;
}

html, body, td, th, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*color: #666666;*/
    /*Branding Changes*/
    color: #212223;
}
/*redundant rules for bad browsers*/


* html element {
    position: relative;
    height: 0;
}


p, li, dt, dl, table {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*color: #666666;*/
    /*Branding Changes*/
    color: #212223;
    line-height: 1.5em;
}

li {
    vertical-align: baseline;
}

html {
    font-size: 100%;
}
/*IE Benefit*/

body {
    font-size: .75em;
}

ul ul, li li, li p, td p, blockquote p, table td ul li, table td ul li ul li, table td, table p, table th {
    font-size: 1em;
}
/*multi-selector reinforcement*/

table, ul, li {
    \font-size: 100%;
}
/*IE 5 Benefit*/


a {
    color: #0874e3;
    text-decoration: none;
}

    a:hover {
        color: #75b2d5;
    }

img {
    border-style: none;
}

h1 {
    font-family: KnowledgeBold,Arial,Helvetica,sans-serif;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 12px 0 16px 0;
    font-size: 2.0em;
    /*color: #ff9100;*/
    /*Branding Changes*/
    color: #d64000;
}

@-moz-document url-prefix() {
    h1;

{
    font-size: 1.4em;
}

}

h2, h3, h4, h5, h6 {
    /*color: #666666;*/
    /*Branding Changes*/
    color: #212223;
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, li a:hover, dt a:hover, dd a:hover, label a:hover, span a:hover, #footer a:hover {
        color: #75b2d5;
    }

a.nobrdr:hover {
    border: none;
}

h1 a, h2 a, h3 a {
    border: none;
}

h2 {
    font-size: 1.3em;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}

h5, h6 {
    font-size: .9em;
}

p {
    font-size: 1em;
    margin-bottom: 16px;
}

ul, ol, li {
    font-size: 1em;
}

ul {
    list-style: disc outside;
}

    ul li {
        vertical-align: bottom;
    }

    ul.body li {
        margin: 10px 20px 0 0;
    }

    ul ol {
        list-style: decimal;
    }

input, select {
    font-size: 1em;
}


    input#textbox {
        font-size: 1em;
        height: 18px;
        margin: 0 0 6px;
        padding: 0;
    }

.account-confirm {
    margin-bottom: 40px;
}

.btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*
      -webkit-box-shadow: 0 1px 3px #666666;
      -moz-box-shadow: 0 1px 3px #666666;
      box-shadow: 0 1px 3px #666666;
    */
    /*Branding Changes*/
    -webkit-box-shadow: 0 1px 3px #212223;
    -moz-box-shadow: 0 1px 3px #212223;
    box-shadow: 0 1px 3px #212223;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    /*background: #FF9100;*/
    /*Branding Changes*/
    background-color: #d64000;
    padding: 6px 14px 6px 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btnDisable {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 1px 3px #666666;
    -moz-box-shadow: 0 1px 3px #666666;
    box-shadow: 0 1px 3px #666666;*/
    /*Branding Changes*/
    -webkit-box-shadow: 0 1px 3px #212223;
    -moz-box-shadow: 0 1px 3px #212223;
    box-shadow: 0 1px 3px #212223;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    /*background: #666666;*/
    /*Branding Changes*/
    background: #212223;
    padding: 6px 14px 6px 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

    .btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }


/* invoice-list */

.sold-to-account-selection .box {
    float: left;
    width: 180px;
    margin-bottom: 20px;
}

    .sold-to-account-selection .box input {
        float: left;
        display: inline;
    }

    .sold-to-account-selection .box p {
        float: right;
        width: 150px;
        height: 100%;
        display: inline;
        margin: 0;
        padding: 0;
    }

span.acct-num {
    font-weight: bold;
    font-size: 1.1em;
}

.invoice-list {
    width: 600px;
    border: 1px solid;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .invoice-list td, .invoice-list th {
        border: 1px solid;
        padding: 6px;
    }

    .invoice-list th {
        font-weight: bold;
        font-size: 1.1em;
    }

/* report-list */

.invoice-report {
    border: 1px solid;
    border-collapse: collapse;
    width: 950px;
    margin-bottom: 30px;
}

    .invoice-report td, .invoice-report th {
        border: 1px solid;
        padding: 6px;
    }

    .invoice-report th {
        font-weight: bold;
        font-size: 1.1em;
        background: #c6c6c6;
    }

    .invoice-report tr:nth-of-type(even) {
        background: #eee;
    }

.acct-list .box {
    float: left;
    width: 180px;
    margin-bottom: 20px;
}

.report-ctrls button, .report-ctrls select, .report-ctrls span {
    display: inline;
    margin-right: 16px;
}

.report-ctrls span {
    font-size: 1.2em;
    font-weight: bold;
}


.divtext {
    width: 198px;
    font-size: 1.2em;
    padding-bottom: 1.3em;
}

.display-label {
    font-size: .9em;
    margin: 0;
    padding: 0;
    display: inline;
    line-height: normal;
}

.chkSoldTo {
    font-weight: bold;
}

.SoldToAddress {
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.SoldToCheckBox {
    vertical-align: top;
    padding-top: 4px;
    width: 20px;
}


.checkboxWidth {
    width: 30px;
    text-align: center;
}

.AccountWidth {
    width: 100px;
}

.error {
    color: #dc0a0a;
}
