﻿body
{
    margin: 0px;
    padding: 0px;
    background-position: center top;
    background-image: url('../Images/bg.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #C0C0C0;
}
th, td
{
    /*borders and padding to make the table readable*/
    padding: 0px;
    border-style: none;
    border-width: 0px;
    vertical-align: top;
    text-align: left;
} 

.maincontentsection
{
    background-color: #FFFFFF;
    border: 0px none #FFFFFF;
    text-align: center;
    width: 800px;
    vertical-align: top;
}

.headercontent
{
    border-style: none;
    border-width: 0px;
    width: 800px;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
}
.footercontent
{
    border: 0px none #FFFFFF;
    text-align: center;
    color: #008000;
    vertical-align: top;
    width: 800px;
    background-color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
}
.footercontent a, a:visited
{
    color: #008000;
    text-decoration: none;
}
.pageheader
{
    border: 0px solid #FFFFFF;
    vertical-align: top;
    text-align: center;
    position: inherit;
    top: 0px;
    right: 0px;
    color: #008000;
    font-weight: bold;
    font-size: 123.1%;
}
.sectionheader
{
    border: thin solid #FFFFFF;
    margin: 2px;
    padding: 4px;
    vertical-align: top;
    text-align: left;
    position: inherit;
    top: 0px;
    right: 0px;
    background-color: #008000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 116%;
}
.quoteheader
{
    border: 0px solid #FFFFFF;
    margin: 2px;
    padding: 4px;
    vertical-align: top;
    text-align: left;
    position: inherit;
    top: 0px;
    right: 0px;
    background-color: #008000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 116%;
}
.quotesection
{
    text-align: left;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 4px;
}
.copyrightlabel
{
    border-style: none;
    border-width: 0px;
    background-color: #008000;
    vertical-align: text-bottom;
    text-align: center;
    font-size: 77%;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFFFFF;
    margin-top: 2px;
    margin-bottom: 2px;
}
.loginstatusheader
{
    margin: 0px;
    border: 0px solid #FFFFFF;
    padding: 2px;
    color: #008000;
    font-weight: bold !important;
    background-color: #DBDBDB;
    text-align: left;
}
.logintable td
{
    vertical-align: top;
    text-align: left;
    padding-right: 4px;
    padding-left: 4px;
}
.logincontrolheader
{
    margin: 0px;
    border: 4px solid #FFFFFF;
    padding: 2px;
    color: #008000;
    font-weight: bold !important;
    background-color: #DBDBDB;
    text-align: left;
}
/* Excel Mailing Custom */
.twocolumndisplay td
{
    padding: 4px;
    width: 50%;
}
.quotequantity
{
    font-size: 153.9%;
    font-weight: bold;
    color: #000000;
}
.quotetotalheader
{
    font-size: 123.1%;
    font-weight: bold;
    color: #008000;
    font-style: italic;
    text-decoration: underline;
}

.quotetotalprice
{
    font-size: 153.9%;
    font-weight: bold;
    color: #000000;
}

.quoteaddonprice
{
    font-size: 153.9%;
    font-weight: bold;
    color: #008000;
}

.quoteunitprice
{
    font-size: 138.5%;
    font-weight: bold;
    color: #000000;   
}

.quotedescription
{
    font-size: 108%;
    font-weight: bold;
    color: #000000;
}

.quotediscount
{
    font-size: 138.5%;
    font-weight: bold;
    color: #FF0000;
}

.quoteerror
{
    font-size: 108%;
    font-weight: bold;
    color: #FF0000;
}
.thinborder
{
    padding: 4px;
    border: thin solid #008000;
}
.listoptiontable td
{
    padding: 4px;
}
.listoptiontable
{
    background-color: #E6E6E6;
}
.listoptiondescription
{
    background-color: #CCCCCC;
    font-style: italic;
    font-weight: bold;
    color: #008000;
}
