.calendarHeader {
  font-weight: bolder;
  color: #FF0000;
}
.calendarEditedDay {
  font-style: italic;
  background-color: #D3D3D3;
}
.calendarMyEditedDay {
  font-weight: bolder;
  background-color: #66CCFF;
}
.calendarToday {
  background-color: #00EE66;
}
.calendarSelectedDay {
  background-color: #DDFF33;
}

#dotted {
  border:2px dotted #00f;
}
#highlight {
  background: #ffffcc;
}
#delight {
  background: #ffffff;
}
#readonly {
  background: #eaeaea;
}

#flowert {
  background: lightyellow
  url(images/flowert.png)
  no-repeat
  top
  left
}
#flowerb {
  background: lightyellow
  url(images/flowerb.png)
  no-repeat
  top
  left
}

.header {
  font-size: 32pt;
  background: #000;
  font-weight: bold;
  color: #fc5;
  border-bottom: 2px solid #fc5;
  text-align: left;
  padding: 4px;
}

td {
  word-wrap: break-word
}
