/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Tomas Halada, www.LTweb.cz
 */

.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.bold {font-weight: bold;}
.f_left {float: left;}
.f_right {float: right;}

.border {
  border: 1px solid #000000;
}
.legend {
  margin: 15px auto;
  padding: 5px;
  text-align: left;
  display: block;
  width: 95%;
  background-color: #f4f4f4;
  border: 1px solid #cacaca;
  font-size: 0.85em;
}

/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 90%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #808080;
  text-align: center;
  font-size: 0.9em;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.15em;
}
.hlaska-ok {background-color: #9ac0de;}
.hlaska-ko {background-color: #ee9954;}
.hlaska-info {background-color: #f1d3bf;}

/* plnokrevnik ------------------------------------------------------------ */
.fullbloods, h3.fullbloods, h3 .fullbloods,
.fullbloods a:link, .fullbloods a:visited,
a.fullbloods:link, a.fullbloods:visited {
  color: #a00000;
}

/* tabulka s formularem --------------------------------------------------- */
.table-form {
  border: 1px solid #7b2704;
  width: 80%;
}
.table-form td {
  text-align: left;
  background-color: #f6e8de;
  padding: 5px 6px;
  width: 50%;
}
.table-form td.thead {
  font-weight: bold;
  color: #ffffff;
  background-color: #c46642;
  padding: 9px 6px;
}
.table-form td.submit {
  font-weight: bold;
  color: #ffffff;
  background-color: #c46642;
  padding: 9px 6px;
  text-align: center;
}
.table-form td.submit input {
  font-weight: bold;
}
.table-form .format {
  width: 180px;
}

