div.kalendar {
  position:relative;
  width:19px;
  height:15px;
}
div.calendar {
  position:absolute;
  left:0;
  top:15px;
  padding:2px;
  width:144px;
  font-family:arial,sans-serif;
  font-size:9pt;
  border:1px solid #ccc;
  background-color:rgb(220,220,225);
}
div.calendarMonthSwitcher {
  position:relative;
  height:18px;
  background-color:#fff;
}
div.calendarMonthSwitcher a {
  position:absolute;
  top:2px;
}
a#calendarNext {
  right:0;
}
a#calendarPrev {
  left:0;
}
div.calendarMonthName {
  padding:2px;
  color:rgb(50,90,190);
  text-align:center;
  font-weight:bold;
}
table.calendar {
  table-layout:fixed;
  border-collapse:collapse;
  color:#fff;
}
table.calendar th,
table.calendar td {
  font-size:9pt;
  text-align:center;
  padding:0 !important;
}
table.calendar th div,
table.calendar td div {
  margin:1px;
  padding:2px;
  background-color:rgb(130,140,170);
}
table.calendar th div {
  background-color:rgb(8,65,165);  
}
table.calendar td div {
  cursor:pointer;
  cursor:hand;
}
div.dayWeek {}
div.dayWeekend {
  background-color:rgb(180,100,140) !important;
}
div.daySelected {
  background-color:rgb(200,0,0) !important;
}
div#calendarCloser {
  padding:3px 0 2px 0;
  color:rgb(50,90,190);
  text-align:center;
}
div#calendarCloser a {
  color:rgb(50,90,180);
  text-decoration:underline;
}
