/* SPOLEČNÉ VŠEM FÁZÍM ----------------------------------------------------- */

body {
  background-color: #a88f4c;
  color: white;
  font-family: Verdana,sans-serif;
  font-size: 10pt;
}
th,td {
  font-size: 10pt;
}
a {
  color: #6b491b;
  border-bottom: dashed 1px #6b491b;
  text-decoration: none;
}
a:hover {
  color: white;
  border-color: white;
}
form {
  margin: 0px;
}
h2 {
  text-align: center;
  font-size: 12pt;
  margin-top: 15px;
}
h3 {
  background-color: #6B491B;
  padding: 3px 6px;
  font-size: 10pt;
  margin-top: 15px;
  border-left: solid 14px white;
}
h3.prvni {
  margin-top: 0px;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.vnejsiBody {
  margin: 0px auto;
  width: 740px;
}
.body {
  background: url('../pix/stred.png') repeat-y top left;
  width: 587px;
}
.bodySiroky {
  background: url('../pix/stred-siroky.png') repeat-y top left;
  width: 740px;
}
.vnitrniBody {
  padding: 10px 25px 20px 25px;
  text-align: left;
}
#banner {
  width: 587px;
  height: 200px;
  margin-bottom: 10px;
}
#logo {
  text-align: center;
}
#vrsek {
  width: 587px;
  height: 17px;
}
#spodek {
  width: 587px;
  height: 18px;
}
#vrsekSiroky {
  width:740px;
  height: 17px;
}
#spodekSiroky {
  width: 740px;
  height: 18px;
}
#copy {
  color: #6b491b;
  margin: 10px 0px;
  font-size: 10px;
}

table.thLeft th {
  text-align: left;
  padding-right: 10px;
}

/* PRVKY FORMULÁŘE --------------------------------------------------------- */

input.text, input.button, select, textarea {
  background-color: #6b491b;
  border: solid 1px white;
}
input, select, textarea {
  color: white;
  font-family: Verdana,sans-serif;
  font-size: 10pt;
}
input.text, textarea, option {
  padding: 1px 4px;
}
input, select {
  vertical-align: middle;
}
.radio {
  vertical-align: top;
}
input.button {
  background-color: #a88f4c;
  padding: 1px 0px;
}

/* ZPRÁVY ------------------------------------------------------------------ */

.message {
  margin-bottom: 10px;
  border-right: solid 14px white;
}
.error {
  background-color: #957F43;
  color: white;
  font-weight: bold;
  padding: 10px;
}
.critical {
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 10px;
}

/* DETAILY REZERVACE ------------------------------------------------------- */

.detailRezervace {
  margin: 0px auto 10px auto;
}
.detailRezervace th, .detailRezervace td {
  padding: 2px 7px;
}
.detailRezervace th {
  text-align: left;
  padding-right: 20px;
  white-space: nowrap;
}
.detailRezervace tr {
  background-color: #C0AC74;
}
