
#table-container {
  position: relative;
  width: auto;
  height: 300px;
  overflow: auto;
  background-color: #FFF;
  border: 1px solid #596380;
  padding: 0 10px 0 0;
}
table.gvTheGrid {
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  border-left: 1px solid #596380;
  border-top: 1px solid #596380;
}
table.gvTheGrid caption {
  padding: 3px 10px;
  font-size: larger;
  font-weight: bold;
  color: #FFF;
  background: #BF8660;
  border: 1px solid #596380;
  border-top-width: 3px;
  border-left-width: 5px;
}
table.gvTheGrid thead {
  background: #CFD4E6;
}
table.gvTheGrid thead td,
table.gvTheGrid thead th {
  color: #000;
  font-weight: bold;
}
table.gvTheGrid td,
table.gvTheGrid th {
  padding: 6px 10px;
  text-align: center;
  border-right: 1px solid #596380;
  border-bottom: 1px solid #596380;
}
