div.nadpis{
  padding: 1px;
  margin: 5px 0 3px 0;
  border-bottom: double 3px #bbbbbb;
  font-weight: bold;
  font-size: 15px;
}

table.udaje{
  width: auto;
  _width: 300px;
  min-width: 300px;
}

table.udaje td{
  vertical-align: top;
}

table.udaje td.label{
  width: 100px;
  color: #dd2200;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}

table.udaje tr.over{
  background: #e5e5e5;
  cursor: hand;
  cursor: pointer;
}

table.usr_set{
  color: white;  
  width: 90%;
}

table.usr_set a{
  color: white;
  text-decoration: none;
}

table.usr_set tr.over{
  background: #333333;
  cursor: hand;
  cursor: pointer;
}

table.usr_set td.popisok{
  color: white;  
  text-align: right;
  font-weight: bold;
  width: 50%;
}

table.usr_set td.obsah{
  color: white;  
  text-align: left;
  width: 50%;
}

div.user_search{
  background: white;
  padding: 4px 6px;
  color: black;
  width: auto;
  min-width: 200px;
  _width: 200px;
  border-bottom: solid 1px #f28002;
}

div.user_search_over{
  cursor: hand;
  cursor: pointer;
  background: #f28002 !important;
}

div.user_search img{
  margin-right: 6px;
}

a.spravy{
  text-decoration: none;  
}

a.spravy:hover{
  text-decoration: underline;  
}

div.zoznam_users{
  position: absolute;
  left: 0px;
  top: 17px;
  width: 200px;
  background: black;
  border: solid 1px #f28002;
  display: none;
  z-index: 999;
  overflow: hidden;
}

div.zoznam_users div.zoznam{
  height: 180px;
  overflow: auto;
  margin-top: 5px;
  padding: 1px;
}

div.zoznam_users div.zoznam a{
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
}

div.zoznam_users div.zoznam a:hover{
  background: #f28002;
  color: black;
}

div.prijemca div.meno{
  display: inline;  
  margin: 0 5px 2px 0;
  padding: 1px 3px;
}

.login_dodatok{
  font-size: 10px;  
}