table.saleReport{
width:100%;
margin:3px;
padding:3px;
}

table.saleReport th{
background:#DCF5EB;
text-align:center;
border:1px #CCCCCC;
border-width:1px;
border-color:#008260;
border-style:solid;
}

table.saleReport td{
border:1px #CCCCCC;
text-align:center;
border-width:1px;
border-color:#008260;
border-style:solid;
}

table.saleReport_product{
width:100%;
border:0px;
}

table.saleReport_product th{
background:#DCF5EB;
text-align:left;
border:1px #CCCCCC;
border-width:1px;
padding:3px;
width:80%;
font-weight:lighter;
border-color:#008260;
border-style:solid;
}

table.saleReport_product td{
width:20%;
text-align:left;
border-width:1px;
padding-left:4px;
border-color:#008260;
border-style:solid;
}

