3
The border comes from the css class
i.e.:
.outer {border: 1px solid silver;}
in your theme css style.css
the marked tabel cells use the class th in your theme css
i.e. :
th {background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}