That's the problem, nowhere in tab.tpl is it showing where it's pulling styles:
Code:
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=5 background="{$ImagesDir}/tab_l.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
<td height=5 valign=bottom class=Tab>[img]{$ImagesDir}/spacer.gif[/img]</td>
<td width=5 background="{$ImagesDir}/tab_r.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
<tr>
<td width=5 background="{$ImagesDir}/tab_l.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
<td width=85 height=30 class=Tab align=center>{$tab_title}</td>
<td width=5 background="{$ImagesDir}/tab_r.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
<tr>
<td width=5 height=5 background="{$ImagesDir}/tab_c1.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
<td height=5 background="{$ImagesDir}/tab_b.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
<td width=5 height=5 background="{$ImagesDir}/tab_c2.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
</table>