Ahh those, yes, they indeed use the "tdheader" class; there are several areas I'd love to see have their own classes so they can be styled directly; such as:
1. the "top" link's cell on each post; if you check out EDH and view a thread you'll see that I style the area just liek the post islands area.
2. Pagination - sooo needs its own classes lol.
For this one, you should be able to style just those buttons by adding an "extra css" for:
.t_standard .tdheader {
}
.t_standard .tdheader a {
}
Then style them appropriately (the "a" line is for how you want the links to look). I haven't looked to see what else this will affect, but I'm sure if you set the color to hot pink you'll obviously note how it looks

...