td.MTSTable {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
}


th.MTSTable {
  color: #555566; 
  font-size: 10pt; 
  font-weight: bold; 
  text-align: center;
  border-bottom: #ffffff 2px dotted;
  border-right: #ffffff 2px dotted;
}

td.MTSTablePadded {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
}





table.MTSTableRecords {
  border: #ffffff 2px dotted;
  border-collapse: collapse;
}

th.MTSTableRecords {
  color: #555566; 
  background-color: #e5e7e9;
  font-size: 10pt; 
  font-weight: bold; 
  text-align: center;
  vertical-align: middle;
  border: #ffffff 2px dotted;
  white-space: nowrap;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 4px;
}

td.MTSTableRecords,
td.MTSTableRecordsCenter,
td.MTSTableRecordsRight {
  color: #888888; 
  font-size: 10pt; 
  text-align: left;
  vertical-align: top;
  border: #ffffff 2px dotted;
  padding-right: 8px;
}

td.MTSTableRecordsCenter {
  text-align: center;
}

td.MTSTableRecordsRight {
  text-align: right;
}

td.MTSTableValue {
  font-size: 10pt; font-family: Arial,Helvetica,Sans-Serif;
  text-align:left; vertical-align:top; padding-left:5px;
  border-bottom: 1px white dotted; border-right: 1px white dotted;
}


/* Используемые атавизмы */

td {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
}

th {
  color: #555566;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  border-bottom: #ffffff 2px dotted;
  border-right: #ffffff 2px dotted;
}

label {
  cursor:pointer;
}





