/* Tabulka se seznamem nemovitosti */
table#Category {
 border-collapse: separate;
 background-color: #FFF;
 border: 1px solid #369;
 width: 100%;
}

table#Category td, table#Category th {
 padding: 5px;
 vertical-align: middle;
 text-align: left;

 line-height: 1.55em;
}

table#Category tr {
 background-color: #DBF1FE;
}

table#Category th {
 padding-top: 3px; padding-bottom: 3px;
 text-align: left;
}

table#Category td.Cena, table#Category th.Cena {
 text-align: center;
 width: 70px;
}

table#Category td.Popis img {
 float: left;
 border: 1px solid #8BAABC;
 padding: 2px;
 margin: 0 5px 0 0;
 background-color: #FFF;
}

table#Category td.Popis i {
 color: red;
 font-size: 0.85em;
 text-decoration: none;
}
/* Tabulka se seznamem nemovitosti */

/* Fieldset s možností výběru města */
table#MainContent td#Content form {
 border: 1px solid #CCC;
 padding: 4px; margin: 0 0 8px 0;
 background-color: #FCFCFC;
 line-height: 1.50em;
}
table#MainContent td#Content form input {
 border-color: #FCFCFC;
 position: relative; top: 3px;
}
/* Fieldset s možností výběru města */

/* Formular pod tabulkou */
div#ShowFormularKlient input {
 width: 316px;
}

div#ShowFormularKlient textarea {
 width: 316px; height: 80px;
}

div#ShowFormularKlient input.Tlacitko {
 margin-left: 48px;
}
/* Formular pod tabulkou */

