#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  max-width:250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#ffffff;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}
#CalendarControl .previous {
  text-align: left;
  color: #555555;
}
#CalendarControl .calheader {
  background-color: #fff;
  color: #555555;
}

#CalendarControl .next {
  text-align: right;
  color: #555555;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #0000cc;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #990000;
}



#CalendarControl table {
  font-family: verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
}
/* dny v tydnu*/
#CalendarControl th {
font-weight: normal;
padding:3px;
background-color:#c0c0c0;
}

#CalendarControl tr.footer th{
background-color: #fff;
}


#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  padding: 1px;
color:#0000aa;
}

#CalendarControl td {
  text-align: center;
}



#CalendarControl .weekday {
  background-color: #cccc99;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #eebbbb;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #990000;
  background-color: #990000;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #fff;
  background-color: #336;
  border: 1px solid #999;
}



#CalendarControl .empty {
  background-color: #f0f0f0;
  border: 1px solid #FFF;
}

