/*--------------Zakladny design tabulky list----------------*/
.table_list {
  width: 100%;
  border-spacing: 1px;
  empty-cells: show;
}
.table_list th {
  border-bottom: 1px solid #000000;
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  text-align: left;
  background-color: #F2F2F2;
  vertical-align: bottom;
  font-weight: normal;
}
.table_list td {
  border-top: 1px solid #D1E3EF;
  border-bottom: 1px solid #D1E3EF;
  background-color: #F3F7FA;
  font-size: 12px;
  padding: 10px 5px 10px 5px;
  vertical-align: top;
}
.table_list td.suma {
  text-align: right;
}
.table_list tr {
  behavior: url(/include/hover.htc);
}
.table_list tr:hover td, .table_list .hover td{
  background-color: #E0E9EF;
}

/*--------------Zakladny design tabulky detailu--------------------*/
.table_detail {
  border-spacing: 1px;
  empty-cells: show;
}
.table_detail th {
  text-align: right;
  font-size: 13px;
  vertical-align: top;
  border-bottom: 1px solid #D1E3EF;
}

.table_detail td {
  font-size: 12px;
  border-bottom: 1px solid #D1E3EF;
}

.table_detail td, .table_detail th {
/*  border: 1px solid #D1E3EF;*/
/*  border-bottom: 1px solid #D1E3EF;*/
  padding: 3px 5px 3px 5px;
}
