

table.kal {
  border-collapse: collapse;
  border: 2px solid black;
  font-family: sans-serif;
  background-color: #222222;
  color: white;
  text-indent: 0;
}
table.kal th, table.kal td {
  border: 1px solid black;
  width: 22px;
  height: 24px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
table.kal thead {
}
table.kal tbody {
}
table.kal tbody td.action {
    font-weight: bold;
    cursor: pointer;
}
table.kal th.kal_day_name {
  border-bottom: 3px double black !important;
}
table.kal .sun {
  color: #FF6666;
  background-color: #330000;
}
table.kal .today {
  color: white;
  background-color: #003C00;
}
#kal_controls {
    font-weight: bold;
}
#kal_controls .now {
    font-size: 9px;
}
#kal_day_names {
    text-align: center;
}
.kal_infobox {
  background-color: #D4851D;
  border-radius: 10px;
  font-family: sans-serif;
  padding: 5px;
  font-size: 14px;
  opacity: 0.9;
}
.kal_infobox .kal_info_date {
  font-size: 10px;
  margin-bottom: 3px;
  opacity: 1;
}
.kal_infobox .kal_info_category {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: bold;
  opacity: 1;
}
.kal_infobox .kal_info_content {
  font-size: 16px;
  padding: 0;
  text-indent: 0;
  opacity: 1;
}
.kal_hideInfo {
  background-image: url(images/krizek.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  float: right;
  margin: 5px 5px;
  opacity: 1;
}