

/* ######### popup form pre chyby ######### */
.blank {
  font-size: 0.8em;
  padding: 10px;
  background: #fff;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.blank .title {
  background: transparent url("../images/ico_alert.gif") no-repeat 0 0;
  font-size: 1.5em;
  color: #ab0000;
  padding: 10px 0 20px 50px;
}
.blank h1 {
  font-size: 1.5em;
  color: #ab0000;
}
.blank .sc_frm th {
  width: 110px;
}
.blank .sc_frm label {
  color: #000;
  font-size: 1em;
}
.blank .sc_frm th.pt5 {
  padding-top: 5px;
}
.blank .sc_frm .fld {
  border: 1px solid #bdbdbd;
  padding: 10px 5px;
}
.blank .sc_frm input.fld {
  background: #f8f8f8 url("../images/bg_input1.gif") repeat-x 0 0;
  width: 240px;
}
.blank .sc_frm textarea.fld {
  background: #f8f8f8 url("../images/bg_textarea1.gif") repeat-x 0 0;
  width: 280px;
  height: 120px;
}
.blank .sc_frm .button0 {
  background: transparent url("../images/but_red.gif") no-repeat 0 0;
  width: 101px;
  height: 31px;
  color: #fff;
  border: 0;
  float: left;
  display: inline;
  margin: 0 0 0 114px;
}

/***** tabulka *****/
table.rozlist, table.table_list {
    border: 0 none;
    width: 100%;
}
tr.line0 td, td.line0, .dat0, .dat1 {
    border-bottom: 1px dotted #9C9C9C;
    border-top: 1px dotted #9C9C9C;
    padding: 3px;
}
tr.line0 td, td.line1, .dat1 {
    border-bottom: 1px dotted #9C9C9C;
    border-top: 1px dotted #9C9C9C;
    padding: 3px;
    background-color: #f9f5e8;
}
.table_list th, .rozlist th {
    background-color: #faf3de;
    font-weight: normal;
    padding: 5px;
    color: #463A16;
    background-image: url(../images/bg-toptable.gif);
    background-position: top;
    background-repeat: repeat-x
}
.dat1 {
    background-color: #F2F2F2;
}
/***** rokovanie *****/
.program-hlavicka {
    text-align: center;
}
.program-hlavicka h1 {
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.program-datum {
    font-weight: bold;
    font-size: 1.2em;
}
.program-miesto {
    color: #525252;
    font-size: 0.9em;
}
.program-zip{
    background-color: #f2f2f2;
    padding: 3px;
    border-bottom: 1px solid #D7D7D7;
}
.program-materialy {
    padding: 10px 0;
}
.program-materialy ol {
    padding: 0 0 0 25px;
}
.oltype1 {
    list-style: decimal outside none;
}
.oltypea {
    list-style: lower-alpha outside none;
}
.oltypei {
    list-style: lower-roman outside none;
}

.program-data {
    background-color: #f2f2f2;
    padding: 3px;
    margin-top: 20px;
    color: #525252;
}
.material-nazov {
    font-size: 1.1em;
    padding: 15px 0 5px 0;
    clear: both;
}
.material-info {
    font-size: 0.9em;
    color: #525252;
}
.material-info span {
    width: 80px;
    display: block;
    float: left;
}
.material-nadpis {
    font-weight: bold;
    padding: 5px 5px 5px 18px;
    margin-top: 20px;
    color: #61511F;
    font-size: 1.4em;
}
.material-rokovanie {
    font-weight: bold;
    font-size: 1.1em;
}
.table_detail  {
    margin-top: 15px;
}
.table_detail th {
    width: 42%;
    text-align: left;
}

