/* Styles for auction platform at adamsranch.producerscattleauction.com */

/**
 * Begin thickTable: Use this style for any table that should have the classic PCA thick border look.
 */
  table.thickTable,
  table.thickTable > thead > tr > th,
  table.thickTable > thead > tr > td,
  table.thickTable > tbody > tr > th,
  table.thickTable > tbody > tr > td {
    border-collapse: collapse;
    border: 1px solid rgb(128,128,128);
  }
/**
 * End thickTable
 */

#backofficeSearch,
.backofficeTable,
.backofficeSelectedTable {
  background-color:#ECCFA4;
}
.backofficeTrOdd > th,
.backofficeTrOdd > td {
  background-color:#d6bc95;
}
