How to make a table themeroller-compliant?

How to make a table themeroller-compliant?

Hi, I am new in jquery ui and themeroller. I have a table such as the following:

             <table>
                <tr>
                    <th>Title</th>
                    <th>Start Date</th>
                    <th>End Date</th>
                </tr>
                <tr>
                    <td><span>[title]</span></td>
                    <td><span>[start date]</span> </td>
                    <td><span>[end date]</span></td>
                </tr>
            </table>

I would like to make it themeroller-compliant. What classes to add and where to add?

Thanks so much for help!

Cheers.