
body { background-color: #cccccc; margin-top: 0px; }
table#contenttable { background-color: white; } 
.footer { background-color: #cccccc; text-align: center; }

hr { border: 0; width: 90%; color: black; background-color: black; height: 1px; }

td.grid-cell { padding: 2px 4px 8px; background-color: rgb(243, 245, 244); }
th.grid-cell-top { background-color: #cccccc; }
td.grid-cell-row-dark { padding: 0px 4px 0px 4px; background-color: #e3e5e4; }
td.grid-cell-row-light { padding: 0px 4px 0px 4px; background-color: rgb(243, 245, 244); }

table.data { margin: 2px 0px 2px 0px; background-color: #f3f5f4; }
table.data thead tr { background-color: #cccccc }
table.data thead tr th { text-align: left; padding: 0px 4px 0px 4px; }
table.data tbody tr { background-color: #cccccc }
table.data tbody tr.dark { background-color: #e3e5e4; }
table.data tbody tr.light { background-color: #f3f5f4; } 
table.data tbody tr td { padding: 0px 4px 0px 4px; }

