
.Calendar {
/*
  background-color: #f0f0f0;
  */
  padding: 2px;
  vertical-align: top;
}


.CalendarTitle {
  font-family: Verdana, helvetica;
  font-size: 10pt;
  color: #080C5F;
  height: 20px;
  padding: 0px;
  margin: 0px;
/*  border-bottom: 1px #8D96B2 solid;
  border-right: 1px #8D96B2 solid;
  border-left: 1px #8D96B2 solid; */
}

.CalendarDayHeading {
  color: 000000;
  font-famliy: Microsoft Sans Serif, helvetica;
  font-size: 9pt;
  background-color: #9BD686;
  border: 1px #000000 solid;
}

.CalendarMonthButton {
  /*text-decoration: none;*/
  height: 20px;
  padding: 0px;
  margin: 0px;
  font-size: 8pt;
/*
  border-top: 1px #8D96B2 solid;
  border-bottom: 1px #8D96B2 solid;
  border-right: 1px #8D96B2 solid;
  border-left: 1px #8D96B2 solid;
  */
}

.CalendarSelectedDay {
  font-family: Microsoft Sans Serif, helvetica;
  font-size: 9pt;
  width: 20px;
  background-color: #080C5F;
  color: white;
  border: 1px #e0e0e0 solid;
}

.CalendarDay  {
  font-family: Microsoft Sans Serif, helvetica;
  font-size: 9pt;
  color: #000000;
  border: 1px #c0c0c0 solid;
}


.CalendarEventsOnThisDay {
  font-family: Microsoft Sans Serif, helvetica;
  font-size: 9pt;
  color: #cc0033;
  border: 1px #c0c0c0 solid;
  background-color: #f0f5fa;
/*  border: 1px #aDb6e2 solid; */
}

.CalendarDaySoldOut {
  font-family: Microsoft Sans Serif, helvetica;
  font-size: 9pt;
  color: black;
  background-color: #9BD686;  
  border: 1px white solid;
  border: 1px #aDb6e2 solid;
}
