I'm not sure what the issue is here, but an easy work around is to just slip the styles into your Joomla site CSS... I just use one tag and leave the other white, but you could just as easily define both... this is what I use... pretty simpole but it works...
| Code: |
.sectiontableentry1 {
background-color: #eeeeee;
}
|