/*Файл для строчек*/
table.archive {
  width: 100%;
  margin-bottom: 10px;
}

table.archive th {
  background-color: #EEEEEE;
  height: 20px;
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}

table.archive td {
  text-align: center;
  padding: 5px 0px 2px 0px;
  vertical-align: top;
}


table.archive tr.month td {
  font-weight: bold;
  text-align: center;
  padding: 5px 0px 2px 0px;
}

/* Оглавление   */

table.arh_page {
  width: 100%;
  margin: 0px auto 5px auto;
}

table.arh_page th {
 padding: 0px 0px 5px 5px;
 text-align: left;
}

table.arh_page th.rub {
 padding: 0px 5px 5px 0px;
 width: 200px;
 text-align: right;
}


table.arh_page td {
  padding: 2px 5px 2px 5px;
}

table.arh_page td.rub {
  width: 200px;
  text-align: right;
}


