I cleaned up the code in my template, in two different styles the collapse button was flush against a side and the box was "squished" instead of matching the style:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tbody>
<tr class="thead">
<td class="tcat" width="100%" align="left" colspan="2"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('ibpchamp')"><img id="collapseimg_ibpchamp" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_ibpchamp].gif" alt="" border="0" /></a>
<span class="normalfont"> <b>Top ibProArcade Champs</b></span>
</td>
</tr>
</tbody>
<tbody id="collapseobj_ibpchamp" style="$vbcollapse[collapseobj_ibpchamp]">
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
$top_three
</center>
</div>
</td>
</tr>
</tbody>
</table>
<br />