.tab_info {
  font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
  font-size: 10px;
  border-collapse: collapse;
  border: 1px solid #9999CC;
  color: #000000;
  margin-left: 5px;
}

.tab_info th {
  font-size: 10px;
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  border: 1px solid #9999CC;
  text-align: left;
}

.tab_info td { font-size: 10px; color: #000000; border: 1px solid #9999CC; }
.tab_info th.res, .tab_info td.res { text-align: center; }
.tab_info .infos { background-color: #eeeeee; font-weight: bold; text-align: center; }
.tab_info tr.odd { background: #eeeeee; }

