
.calendarBar {
  width: 100%;
  height: 30px;
  background-color: #dfefff;
  border-bottom: 1px solid #6a79df;
  font-size: 9pt;
}

.calendarTable {
  font: 8pt sans-serif;
  text-align: center;
}

.weekheaderCell {
  width: 26px;
  height: 20px;
  font-weight: bold;
}

.emptyCellTop {
  border-top: 1px solid #909080;
}
.emptyCell {
  border: 1px #909080;
  border-style: solid none none solid;
}
.dayCell {
  border: 1px #909080 solid;
  cursor:pointer;
}

.selectedDayCell {
  border: 1px #909080 solid;
  cursor:pointer;
  background-color: #80FFF0;
}

.todayCell {
  border: 1px #909080 solid;
  cursor:pointer;
  background-color: #DFEFFF;
}


