table { width: 100%; border-collapse: collapse; }
thead th { background: #333; color: #fff; }
table th, table td { text-align: left; border-bottom: 1px solid #ccc; padding: 2px 0px; font-size: 100%; }
.odd, .r1 { background: #fff; }
.even, .r2 { background: #f7f7f7; }
.r3 { background: #ebebeb; }

form.quicksearch { padding: 10px; background: #f7f7f7; }
form.quicksearch input { margin-left: 5px; width: 250px; }