5
The title color can be changed at:
td#centercolumn th {background-color: #CBDBDF; color: #000000; vertical-align: middle; }
This is my style sheet so it may look different. Change #CBDBDF to what ever you want for the title bg.
The the rest change these lines:
.outer {border: 1px solid #000000; background-color: #DBDBDB;}
.head {background-color: #C0C0C0; color: #000000; padding: 4px; font-weight: bold;}
.even {background-color: #DBDBDB; padding: 4px;}
.odd {background-color: #DBDBDB; padding: 4px;}
.foot {background-color: #C0C0C0; padding: 4px; font-weight: bold;}
tr.even td {background-color: #E2E2E2; padding: 4px;}
tr.odd td {background-color: #E2E2E2; padding: 4px;}
Once again this code is from my style sheet but change the hex after background-color: to whatever you want. I suggest to install XOOPS locally to save uploading files all the time