.msg_error {
  color: rgb(220,52,49);
  font-weight: bold;
}

.msg_msg {
  font-weight: bold;
}


/**
 *  Zaznamy spotreby
 */
.table_zaznamy_spotreby {
  border-collapse: collapse;
  border: 2px rgb(195,225,255) solid;
}

.table_zaznamy_borderLeft {
  border-left: 2px rgb(195,225,255) solid;
}

.table_zaznamy_borderRight {
  border-right: 2px rgb(195,225,255) solid;
}

.table_zaznamy_borderBottom {
  border-bottom: 2px rgb(195,225,255) solid;
}

.row_icons {
  text-align: center;
  height: 56px;
}

.row_titles {
  text-align: center;
}

.row_titles_inp {
  text-align: center;
}

.row_titles_submit {
  height: 40px;
}

.row_titles td {
  font-size: 10px;
  color: rgb(0,0,0);
}

.row_items {
  height: 40px;
}

.zaznamyS_color_1 {
 background-color: rgb(255,255,255);
}

.zaznamyS_color_2 {
  background-color: rgb(252,242,218);
}

.zaznamyS_color_3 {
  background-color: rgb(227,240,253);
}

.zaznamyS_color_4 {
  background-color: rgb(243,252,218);
}

.zaznamyS_submit {
  background: url(../images/zaznamy_spotreby/zaznamySpotreby_btn.gif) no-repeat left center;
  text-indent: 17px;
  height: 17px;
  line-height: 17px;
  vertical-align: middle;
  color: rgb(0,97,207);
  border: 0px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 18px;
}

.zaznamyS_inp {
  width: 58px;
  border: 1px rgb(66,145,191) solid;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  color: rgb(66,145,191);
  font-size: 10px;
  background-color: rgb(255,255,255);
  overflow: hidden;
}

.zaznamyS_inp_datum {
  font-weight: bold;
  font-size: 11px;
  width: 70px;
}

.zaznamyS_icons {
  width: 35px;
  height: 11px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.zaznamyspotreby_editIcon {
  display: block;
  width: 15px;
  height: 11px;
  border: 0px;
  text-decoration: none;
  font-size: 0px;
  background: url(../images/zaznamy_spotreby/zaznamySpotreby_edit.gif) no-repeat;
  float: left;
  margin-right: 5px;
}

.zaznamyspotreby_deleteIcon {
  display: block;
  width: 15px;
  height: 11px;
  border: 0px;
  text-decoration: none;
  font-size: 0px;
  background: url(../images/zaznamy_spotreby/zaznamySpotreby_delete.gif) no-repeat;
  float: left;
}
