#div12 table {
  table-layout:fixed;					/* this is used in conjunction with the 'overflow' & 'white-space' declarations below */
  margin: 20px 0 20px 0;
  width: 100%;
  border-collapse: collapse;				/* (was 0) giving a value of 'collapse' or 'seperate' don't work */
  border-spacing: 0;
  text-align: center; }
#div12 td, #div12 th {
  padding: 1px;
  white-space: nowrap;
  overflow: hidden; }
#div12 th { }
#div12 td .combobox { width: 98px; }


.thListBottom { border-bottom: 1px solid #808080; }
.trListEven { background-color: #f5f5f5; }
.tdListEven, .tdListOdd {
  display: block;
  overflow: auto;					/* this is not neccessary any longer since we doubled up the div's (due to IE) */
  padding-left: 28px;
  width: 643px; }
.tdListEven { background-color: #f5f5f5; }
#thListCol0 { width: 50px; }
#thListCol1, #thListCol3 { width: 100px; }

#cmbListApp { float: right; margin: 0; width: 160px; }
#btnListSubmit { float: right; margin: 0 0 0 4px; width: 60px; }
