div.kalendar{
  display: none;
  position: absolute;
  z-index: 200;
  left: 24px;
  top: 2px;
  padding: 3px;
  background: #d5d5d5;  
  border: solid 1px #888888;
  line-height: 16px;
}

div.kalendar a.sipka{
  display: block; 
  text-decoration: none;  
  font-weight: bold;
  padding: 0 3px;
  font-size: 13px;
}

div.kalendar a.sipka:hover{
    background: #445577;
    color: #ffffff;
}

table.mesiac_den td{
  background: #e5e5e5;  
  font-size: 10px;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

table.mesiac_den td.over{
  background: #445577 !important; 
  color: #ffffff !important;
  cursor: hand;
  cursor: pointer;
}

table.mesiac_den td.active{
  background: #dd0000 !important;  
  color: #ffffff !important;
}

div.prehlad_dnes{
  background: #f5f5f5;
  border: solid 2px #445577;  
  padding: 5px 10px;
  margin: 10px;
}

div.prehlad_dnes a{
  display: block;
  padding: 7px 10px 7px 40px; 
  background-position: 3px center;
  background-repeat: no-repeat;
  text-decoration: none;
}

div.prehlad_dnes a:hover{
  background-color: #eeeeee;
  text-decoration: none;
}

table.prehlad_faktury{
  width: 100%;
}

table.prehlad_faktury td{
  height: 30px;
  text-align: center;
  font-weight: bold;  
  background: #eeeeee;
  border: solid 1px #eeeeee;
  font-size: 12px;
  color: #888888;
}

table.prehlad_faktury td.active{
  background: #445577;
  color: #ffffff;
}

table.prehlad_faktury td.over{
  background: #556688 !important;
  color: #ffffff;
}

table.prehlad_faktury div.prehlad_onmouse{
  display: none;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 0px;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  font-size: 11px;
  padding: 6px 12px;
  line-height: 120%;
  border: solid 2px #445577;
  background: #ffffff;
  color: #445577;  
}

table.prehlad_onmouse_ikonky{
  float: right;
}

table.prehlad_onmouse_ikonky td{
  background: none;
  width: auto;
  height: auto;
  border: 0px none; 
}

table.prehlad_onmouse_ikonky td a{
  display: block;
}

table.prehlad_onmouse_ikonky td a:hover{
  background: #bbbbbb;
}

div.prahlad_den_info{
  float: right;
  background: #cccccc;
  text-align: center;
  color: #ffffff;
  padding: 3px 5px;
  font-size: 10px;
  height: 34px;
}