body.popup table.popup {
  width: 100%;
  font-size: 0.85em;
}
table.popup th {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px dashed #cfcfcf;
  text-align: left;
}
table.popup th.head, table.popup td.head {
  width: 23%;
  text-align: left;
  padding: 5px;
  line-height: 15px;
  border: 1px solid #99adc8;
  border-right: 0;
  /*color: #fff;
  text-shadow: #99adc8 0px 1px;*/
  color: #324C64;
  background: url('../images/th_header.gif') repeat-x top left #b7c7de;
  font-size: 1.1em;
}
table.popup td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px dashed #cfcfcf;
  border-left: 1px dashed #cfcfcf;
}
table.popup th.main, table.popup td.main {
  border-bottom: 1px solid #cfcfcf;
  background: #E9E9E9;
  font-weight: bold;
  color: #324C64;
}
table.popup th.main2, table.popup td.main2 {
  border-bottom: 1px solid #cfcfcf;
  font-weight: bold;
  color: #324C64;
  background: #fff;
}
table.popup tr.row1 th, table.popup tr.row1 td {
  background-color: #fff;
}
table.popup tr.row2 th, table.popup tr.row2 td {
  background-color: #efefef;
}
table.popup .trover th, table.popup .trover td {
  background-color: #dfdfdf!important;
}
