You will have to set
horizontal_table_classes and
horizontal_main_effect_td_classes to something reasonable for the CSS file of your skin. If there is nothing, you can invent 2 class names and define them in the CSS file like that:
yourfirstclass {
your styling options here;
}
yoursecondclass {
your styling options here;
}
horizontal_table_classes = yourfirstclass
horizontal_main_effect_td_classes = yoursecondclass