div.kalendar{
  display: none;
  position: absolute;
  z-index: 4;
  left: 24px;
  top: 2px;
  padding: 10px;
  background: #ffffff;  
  
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 0px 6px #d5d5d5;
}

div.kalendar h3.akt_mesiac{
  float: left;  
  width: 120px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
}

div.kalendar a{
  display: inline;  
}

div.kalendar a.sipka{
  float: left;
  display: block; 
  text-decoration: none;  
  font-weight: bold;
  text-align: center;
  width: 12px;
  padding: 0;
}

div.kalendar a.sipka:hover{
  background: none;
}

div.kalendar a.sipka img{
  width: 12px;
  height: 12px;
}

table.mesiac_den td{ 
  font-size: 12px;
  padding: 2px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

table.mesiac_den td div.den{
  height: 26px;
  line-height: 26px;
  width: 26px;
  margin: 0 auto;
}

table.mesiac_den td.over{
  cursor: hand;
  cursor: pointer;
}

table.mesiac_den td.over div.den{
  background: #eeeeee !important; 
}

table.mesiac_den td.active div.den{
  background: #578ffb !important;  
  color: #ffffff !important;
}

table.mesiac_den td.dnes div.den{
  background: #aaaaaa !important;  
  color: #000000 !important;
}

div.prehlad_dnes{
  border-top: solid 1px #F1F1F1;
  padding: 5px 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: 32px;
  text-align: center;
  font-weight: bold;  
  font-size: 12px;
  color: #575757;
}

table.prehlad_faktury td.active{
  background: url('img/bg_den.png') center center no-repeat;
  color: #ffffff;
}

table.prehlad_faktury td.udalost{
  color: #578FFB !important;
}

table.prehlad_faktury td.over{
  background: url('img/bg_den_over.png') center center no-repeat;
  color: #333333;
}

table.prehlad_faktury div.prehlad_onmouse{
  display: none;
  position: absolute;
  top: 20px;
  right: 0px;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  font-size: 11px;
  padding: 6px 12px;
  line-height: 120%;
  color: #000000;
  background: #ffffff;  
  
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 0px 6px #cccccc;
}

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;
}

div.termin_cas_box{
  float: left;
  position: relative;
  text-align: center;
}

div.termin_cas_select{
  position: absolute;
  top: 24px;
  left: 0px;
  z-index: 2;
  width: 75px;
  height: 150px;
  overflow: auto;
  text-align: center;
  background: #ffffff;
  line-height: 24px;
  font-size: 14px;
  display: none;
}

div.termin_cas_select div.termin_cas_select_moznost{
  cursor: hand;
  cursor: pointer;
  position: relative;
  color: #000000;
}

div.termin_cas_select div.termin_cas_select_moznost:hover{
  background: #eeeeee;
}

div.termin_cas_select_moznost_a{
  background: #578ffb !important;
  color: #ffffff !important;
}