/* Tables bbCode Extension  */
tr.null { background-color: transparent }
.null { } 

/* Table background color (optional) */
.tbg { }

/* Table alignments */
.tleft { float: left;margin-right: 6px }
.tright { float: right;margin-left: 6px }
.tcenter { margin: 6px auto; }

/* Hide selections block until hover */
.tables .table-selections { display: none }

/* Hover selections block */
.tables:hover .table-selections { display: inline-block;position: absolute;padding: 4px 6px;margin-left: -48px;margin-top: 20px;border: 1px solid #999;-webkit-border-radius: 8px;-o-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;box-shadow: 3px 3px 6px #999;z-index: 999 }

/* Table Button Image */
#table-img-abbc3, #table-img-pb, #table-img-abbc3-acp, #table-img-pb-acp { background-image:  url("images/table.gif") }

/* Table Selection Icons */
.table-icon { background: url("images/table_icon.gif");height: 8px;width: 8px;border: none }
.table-icon-grey { background: url("images/table_icon_grey.gif");height: 8px;width: 8px;border: none }

/* Responsive */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.forumbg-table { margin-left: 0;margin-right: 0 }
}