/* casto pouzivane styly - zarovnani apod. */
.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.bold {font-weight: bold;}
.top {vertical-align: top;}
.f_left {float: left;}
.f_right {float: right;}

/* standardni obrazky */
.img {
  border: 1px solid #000000;
  background-color: #e8e8e8;
}

/* hlasky */
.hlaska-ok, .hlaska-ko {
  width: 450px;
  padding: 2px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #808080;
  text-align: center;
}
.hlaska-ok strong, .hlaska-ko strong {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
.hlaska-ok {background-color: #c6e6f3;}
.hlaska-ko {background-color: #edc7c7;}


/* tabulky pro vkladaci formulare */
.table-form {
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: separate;
  border: 1px solid #000000;
  background: #e5ebf5 url(../img/table-form.gif) repeat-y right;
}
.table-form td {
  padding: 2px 5px;
}
.table-form .top {
  padding-top: 5px;
}
.table-form .nazev {
  text-align: right;
  font-weight: bold;
}
.table-form .format {
  width: 300px;
}
.table-form .format-narrow {
  width: 70px;
}
.table-form .thead {
  border: 1px solid #808080;
  background-color: #f8f8f8;
  font-weight: bold;
  font-size: 1.1em;
}

.upper {
  text-transform: uppercase;
}
.disabled {
  color: #606060;
}

.table-form .povinne {
  background-color: #c6e6f3;
  border: 1px solid #d00000;
}
.table-form .hv {
  color: #ff0000;
  padding: 0 2px;
}

.table-form .submit {
  text-align: right;
}
.table-form .submit input {
  font-weight: bold;
}

/* tabulky pro vypisy dat */
.table-list {
  border-collapse: separate;
  border: 1px solid #808080;
  background-color: #f0f0f0;
}
.table-list thead td {
  background-color: #004262;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
}
.table-list tbody td {
  padding: 1px 5px;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  background-color: #f8f8f8;
}
.table-list a {
  margin: 0 3px 0 0;
}


