body{
background-color:#FFF;
font-family: verdana, geneva, tahoma, sans-serif;
font-size: 10px;
}
/*table{
background-color:#000;
color:#FFF;
}
#cashbids-data-table2, #dtn-bids, #cashbids-data-table{
background-color:#FFF;
color:#000;
}*/
table#dtn-bids {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 0 0 1.6em 0;
  border-spacing: 0;
}
tr{
padding: 0.35em 1.5em 0.35em 0.4em;
}
table#dtn-bids th {
    background-color: #ed1b24;
    width: 100%;
    color:#FFF;
}
table#dtn-bids td, table#dtn-bids th {
  padding: 1px 1px;
}
.highlight{
    padding-left: 8%;
}
table#dtn-bids tbody td {
  font-size: 10px;
  text-align:center;
}
table#dtn-bids thead {
  background: #00735F;
  background: -moz-linear-gradient(top, #409687 0%, #19816f 66%, #00735F 100%);
  background: -webkit-linear-gradient(top, #409687 0%, #19816f 66%, #00735F 100%);
  background: linear-gradient(to bottom, #409687 0%, #19816f 66%, #00735F 100%);
}
table#dtn-bids thead th {
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  /*border-left: 2px solid #00382E;*/
}
table#dtn-bids thead th:first-child {
  border-left: none;
}

table#dtn-bids tfoot {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
table#dtn-bids tfoot td {
  font-size: 11px;
}
#cashbids-data-table{
width:100%;
}
table{
width:100%;
font-size:10px;
}
/*#cashbids-data-table2 thead{
  background: #00735F;
  background: -moz-linear-gradient(top, #409687 0%, #19816f 66%, #00735F 100%);
  background: -webkit-linear-gradient(top, #409687 0%, #19816f 66%, #00735F 100%);
  background: linear-gradient(to bottom, #409687 0%, #19816f 66%, #00735F 100%);
}*/
#cashbids-data-table thead{
  display:none;
}
.PageTableHeader{
width:33%;
text-align: left;
padding-left: 8%;
}
#cashbids-data-table td{
width:33%;
text-align: left!important;
padding-left: 8%!important;
}