td.popisok{
  text-align: right;
  color: #445577;  
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
  padding-top: 3px;
}

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: #223f82;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}

table.udaje tr.over{
  background: #dddddd;
  cursor: hand;
  cursor: pointer;
}

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;  
}

table.posta td.popisok{
  text-align: right;
  vertical-align: top;
  font-weight: bold;  
}

div.posta_zalozka{
  background: #cccccc;
  padding: 15px;  
}

a.posta_zalozka_tab{
  display: block;
  float: left; 
  background: #eeeeee;
  padding: 5px 10px;
  margin-right: 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

a.posta_zalozka_tab_active{
  display: block;
  float: left; 
  background: #cccccc;
  padding: 5px 10px;
  margin-right: 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

div.sprava_text{
  background: white; 
  color: #111111;
  padding: 10px;
  margin-bottom: 5px; 
}

div.sprava_aktivna{
  background: #666666;
  color: white;
  padding: 4px;  
}

div.sprava_aktivna a{
  color: white;
}