/*
@import url(http://www.aardvarkcymru.co.uk/spicons/tinc/oaoconfig_gb/common/style/guest-styles/export/0/style.css);
@import url(http://www.aardvarkcymru.co.uk/spicons/tinc/oaoconfig_gb/common/style/guest-styles/export/0/style2.css);
*/
/* Recordlist table (used by dyn:data) */
table.records {
  width:100%;
}

table.records thead th {
  font-size:11px;
  font-weight:bold;
  text-align:left;
}

/* Recordlist table number column header */
table.records th.itemNo {}

/* Recordlist table record number column */
table.records td.itemNo {
  width:20px;
}

/* Recordlist table action column header */
table.records th.action {
  width:50px;
}

/* Recordlist table action column */
table.records td.action {
  width:50px;
}

/* Recordlist table field cell header */
/* [TBD: collides with existing style. Renamed to TBD_field until conflict is resolved] */
table.records th.TBD_field {

}

/* Recordlist table field cell */
/* [TBD: collides with existing style. Renamed to TBD_field until conflict is resolved ] */
table.records td.TBD_field {
  width:100%;
}

.fieldframe, .buttonframe, .outerframe {
 width:100%;
}