.box-table-a
{
  margin: 0px;
  text-align: center;
  border-collapse: collapse;
  font-size: 8pt;
  width:100%;
}
.box-table-a th
{
  font-size: 8pt;
  font-weight: normal;
  padding: 5px;
  background: #ec701f/*#b9c9fe*/;
  border-top: 4px solid #e7b08c/*aabcfe*/;
  border-bottom: 1px solid #fff;
  color: white/*#039*/;
  text-align: center;
}
.box-table-a td
{
  padding: 2px;
  background: #e8edff; 
  border-bottom: 1px solid #fff;
  color: #363F59;
  border-top: 1px solid transparent;
  text-align: center;
}

/*.box-table-a tr:hover td
{
  background: #d0dafd;
  color: #339;
}*/

.box-table-a td.select
{
  background: #4b577b;
  color: white;
}
