/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Michal Madleňák, www.LTweb.cz
 */

/* zarovnani ------------------------------------------------------------- */
.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.note {font-size: 0.9em;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.block {display: block;}
.f_left {float: left;}
.f_right {float: right;}
.color-white {color: #ffffff; font-size: 1.2em; text-transform: uppercase;}
.top {
  vertical-align: top;
  padding-top: 5px;
}
.italic {font-style: italic;}
.big {font-size: 1.4em;}

.uppercase {text-transform: uppercase;}
.clear {clear: both;}
.hidden {
  display: none;
}
.show {
  display: block;
}

/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 450px;
  padding: 2px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #808080;
  text-align: center;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.2em;
}
.hlaska-ok {background-color: #24c635; color: #ffffff;}
.hlaska-ok a:link, .hlaska-ok a:visited {color: #ffffff;}
.hlaska-ok a:hover, .hlaska-ok a:active {color: #000000;}
.hlaska-ko {background-color: #c72825; color: #ffffff;}
.hlaska-ko a:link, .hlaska-ko a:visited {color: #ffffff;}
.hlaska-ko a:hover, .hlaska-ko a:active {color: #000000;}
.hlaska-info {background-color: #c3c3c3;}


/* univerzalni tabulky ---------------------------------------------------- */

/* tabulka pro formuláře - dva sloupce, opakující se "hlavičky" */
.table-form {
  width: 550px;
  border-collapse: collapse;
  text-align: left;
}
.table-form td {
  padding: 2px 5px;
}
.table-form .thead {
  /* .thead je už buňka tabulky, může se vícekrát opakovat */
  background: #00924a;
  font-weight: bold;
  color: #f8f8f8;
  padding-left: 5px;
  height: 20px;
}
.table-form .nazev {
  width: 130px;
}
.table-form .format {
  width: 250px;
}
.table-form .smaller {
  font-size: 9px;
}
.table-form .povinne {
  background-color: #fed760;
  border: 1px solid #b02727;
}
.table-form .hv { /* hvezdicka za povinnym */
  color: #d00000;
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 5px;
}
.hv { /* hvezdicka za povinnym */
  color: #d00000;
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 5px;
}
.table-form .disabled {
  color: #808080;
  background-color: #e0e0e0;
}
.table-form .upper {
  text-transform: uppercase;
}
.table-form .top {
  vertical-align: top;
  padding-top: 5px;
}

.table-form .submit {
  text-align: right;
}
.table-form .submit input {
  font-weight: bold;
} 
