/* this css is identical across SB and LA changes should be applied to both */

.listTable,.menuTable,.dataEntryTable {
  width: 100%;
}

.listTable td,.menuTable td,.dataEntryTable td {
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.listTable td.light,.menuTable td.light,.dataEntryTable td.light {
    color: #000;
    padding-top: 1px;
    padding-bottom: 1px;
}
.listTable td.light a,.menuTable td.light a,.dataEntryTable td.light a {
    color: #000;
    text-decoration: none;
}

.listTable td.dark,.menuTable td.dark,.dataEntryTable td.dark {
    color: #000;
    padding-top: 1px;
    padding-bottom: 1px;
}
.listTable td.dark a,.menuTable td.dark a,.dataEntryTable td.dark a {
    color: #000;
    text-decoration: none;
}

.listTable td.head,.listTable td.headVertical,.menuTable td.head,.dataEntryTable td.head {
    font-weight: bold;
    color: #e10000;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    }
/* hide contents for printing */
#footer,#header,#headeradmin,#navContainer,{
    display:none;
}
/* show contents of this div when printing */
#pfon{
    display: block;
}
/* show contents of this div on the screen*/
#pfoff{
    display: none;
}
