/* ------------- NAPRAVO - PRIHLASENI - TABULKA -------------------*/
table.login-table
{ margin-top: 0px;
  border: 1px #FADCC8 solid;
}

table.login-table tr.hlavicka
{ font-weight: bold;
  text-align: center;
  background-color: #F9CAAA;
  color: #383838;
}

table.login-table td.leftBar
{ font-weight: bold;
  border: none;
  text-align: center;
  background-color: #FFFFFF;
}

table.login-table .input
{ color: #000000;
  width: 90px;
  border: 1px #CCCCCC solid;
  font-size: 10px;
}

table.login-table .submit-area
{ text-align: right;
  padding-bottom: 3px;
}

/* problem pri prihlaseni */
div.login-error
{ text-align: center;
  margin-top: 10px;
  color: red;
}


/* ------------- KLIENT NOVA REGISTRACE ----------------------------------*/

table.klient-registrace
{ border: 0px silver solid;
  border-collapse: collapse;
}

table.klient-registrace td.left-TD
{ font-weight: bold;
  width: 70px;;
  padding-left: 10px;
}

table.klient-registrace td.head-TD
{ border-bottom: 1px silver solid;
  border-left: 0px silver solid;
  color: #800000;
  font-weight: bold;
  padding-left: 10px;
}

table.klient-registrace td.button-area
{ text-align: right;
}

table.klient-registrace input.bunka
{ width: 150px;
  border: 1px silver solid;
}

table.klient-registrace input.bunka-firma
{ width: 417px;
  border: 1px silver solid;
}

div.klient-error-message
{ color: red;
  margin: 0px 10% 0px 10%;
  letter-spacing: 1px;
}

/* ------------- KLIENT - MOJE OBJEDNAVKY ----------------------------------*/

table.klient-moje-objednavky
{ border: 1px #FADCC8 solid;
}

table.klient-moje-objednavky td
{ text-align: center;
  border-top: 1px #FADCC8 solid;
}

table.klient-moje-objednavky tr.hlavicka td
{ background-color: #F9CAAA;
  font-weight: bold;
  color: #383838;
  border: none;
}

table.klient-moje-objednavky-detail-zahlavi
{ border-collapse: collapse;
  border: 1px #FADCC8 solid;
  margin-left: 2px;
}

table.klient-moje-objednavky-detail-polozky
{ border-collapse: collapse;
  border: 1px #FADCC8 solid;
}

table.klient-moje-objednavky-detail-zahlavi tr.hlavicka td
{ text-align: center;
  font-weight: bold;
  color: #383838;
  background-color: #F9CAAA;
}

table.klient-moje-objednavky-detail-zahlavi td.left-TD
{ font-weight: bold;
  width: 40px;
}

table.klient-moje-objednavky-detail-zahlavi td
{ border: none;/*Opx #FADCC8 solid;*/
}
 
table.klient-moje-objednavky-detail-polozky td
{ border-bottom: 1px #FADCC8 solid;
}

table.klient-moje-objednavky-detail-polozky tr.hlavicka
{ text-align: center;
  font-weight: bold;
  color: #383838;
  background-color: #F9CAAA;
}

table.klient-moje-objednavky-detail-polozky tr.sum
{ text-align: right;
  font-weight: bold;
  color: #383838;
}

/* ------------- KLIENT - NASTAVENI UCTU ----------------------------------*/
table.klient-nastaveni-uctu
{ border-collapse: collapse;
  /*border: 1px #FADCC8 solid;*/
}

table.klient-nastaveni-uctu td.left-TD
{ width: 80px;
  font-weight: bold;
  color: #800000;
}
table.klient-nastaveni-uctu input.input
{ font-size: 11px;
  width: 150px;
  border: 1px silver solid;
}

table.klient-nastaveni-uctu input.submit
{ margin-right: 34px;
}

table.klient-nastaveni-uctu td.head-TD
{ border-bottom: 1px silver solid;
  border-left: 0px silver solid;
  color: #800000;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
}

table.klient-obchodni-podminky
{ border-collapse: collapse;
  border: 1px #FADCC8 solid;
}

table.klient-obchodni-podminky td
{ border-top: 1px #FADCC8 solid;
}

table.klient-obchodni-podminky tr.hlavicka td
{ background-color: #F9CAAA;
  font-weight: bold;
  color: #383838;
  text-align: center;
}

