/* doplnkove globalni styly */

.okmsg { color: green; font-size: 13px; font-weight: bold; }
.errmsg { color: red; font-size: 13px; font-weight: bold; }
.cancelled { text-decoration: line-through; }
.disabled { color: gray; }
.deleted { color: gray; }

/* styly pro staticke texty */
.nadpis1 { font-variant: small-caps; font-size: large; font-weight: bold; color: red; }
.nadpis2 { font-weight: bold; font-style: italic; }

.table_admin { border-collapse: collapse; }

