/* Tables bbCode Extension  */

/* Table background color (optional) */
.tables1 { }
.tables1 img { vertical-align: middle; }

/* Table button image and selection icon image */
.table_img { background: url("images/table.gif");width: 20px;height: 20px; }
.table_icon { background: url("images/table_icon.gif");height: 8px;width: 8px;border: none; }

/* Hiden selections block */
#tables-button-selections, #tables-abbc3-selections, #tables-pb-selections { width: 80%;display: none; }
.button_clear { padding: 0;border: none; }
.upper_group { width: 59px;display: inline-block; }
.lower_group { width: 59px;display: inline-block; }

/* Tables custom classes - Add all classes for every cell needed */
.null { }
.tablebg { }
.tleft { float: left;margin-right: 6px; }
.tright { float: right;margin-left: 6px; }
.tcenter { margin: 6px auto; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
