I think you should edit file template.css of your template and then change this part (around line 2615):
Code:
.art-article th, .art-article td {
padding: 2px;
border: solid 1px #4C5A67;
vertical-align: top;
text-align: left;
}
to
Code:
.art-article th, .art-article td {
padding: 2px;
border: none;
vertical-align: top;
text-align: left;
}