Some tables in vBulletin include controls at the bottom of the table, or otherwise require some visual cues to show that the table finishes at a certain point. In these cases, the Table Footer class is used.

Example of element using this class:
<table class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="tfoot">This TD tag uses this class</td>
</tr>
</table>
