1/********************************************************************
2ODT-Export Styles for the Exttab3 Plugin
3********************************************************************/
4
5.exttable th {
6    border: 1pt solid __border__;
7    padding: 0.5em;
8    background-color: __background_alt__;
9    color: __text__;
10    font-weight:bold;
11}
12
13.exttable td {
14    border: 1pt solid __border__;
15    padding: 0.5em;
16}
17
18