out.writeAttribute("border", "0", null);
out.writeAttribute("cellspacing", "0", null);
out.writeAttribute("cellpadding", "0", null);
String styleClass = (String) component.getAttributes().get("styleClass");
RenderingContext arc = RenderingContext.getCurrentInstance();
if (styleClass != null)
{
XhtmlRenderer.renderStyleClass(context, arc, styleClass);
}