/*
   Courageous Hearts Ministries, Inc.
   Loveland, CO 80537
   Tables Style Sheet
   Author: Steve Cook
   Date: Nov 26, 2011

   Filename:  tables.css
   Supporting Files:

*/

table.saleitems {border: 3px rgb(60, 60, 10); border-collapse: collapse;
                font-family: Arial, Helvetica, sans-serif; font-size: 0.9em;
                width: 95%; margin-left: 20px}
table.saleitems th, table.saleitems td {border: 2px solid rgb(60, 60, 10); text-align: center}

table.saleitems thead   {color:ivory; background-color: rgb(60, 60, 10)}

table.saleitems tbody th, table.saleitems tbody td
               {vertical-align: center; padding: 5px; font-weight: normal}
