.calendarHeader {
  margin-bottom: 2px;
  background-color: #ffffff;
  color: black;
  vertical-align: text-bottom;
  text-align: center;
}

#tableHeader {
  height: 20px;
}

.calendarHeader a {
  color: black;
  text-decoration: none;
  font-family: Giorgia, Times, Sans serif;
  font-size: 12pt;
}

a {
  outline: none !important;
}

.calendarHeader {
  position: relative;
}

#nextMonth {
  position: absolute;
  top: 0px;
  right: 2px;
}

#prevMonth {
  position: absolute;
  top: 0px;
  left: 2px;
}

.inMonth,
.notInMonth {
  text-align: center;
  font-size: 11pt;
  height: 100%;
  line-height: 183%;
  font-weight: bold;
}

.eventDay {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 11pt;
  height: 100%;
  line-height: 183%;
  font-weight: bold;
}
.eventDay span.infoForDay {
  position: absolute;
  top: 28px;
  right: 0;
  display: none;
  background-color: #545454;
  opacity: 0.9;
  padding: 10px;
  padding-bottom: 0;
  color: #FFFFFF;
  cursor: text;
  border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
}
.eventDay span.infoForDay a {
  display: block;
  width: 300px;
  color: #FFFFFF !important;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.eventDay span.infoForDay a:hover {
  color: #FF6633 !important;
}
.eventDay:hover span.infoForDay {
  display: block;
}

.inMonth{
  color: #000;
}

.eventDay{
  color: #ff6633;
}

.eventDay a{
  color: #ff6633 !important;
  text-decoration: none !important;
}

.notInMonth, .passed div, .passed a{
  color: #888888!important;
}

.calendarBody{
  border-bottom: 1px solid #D0CDA3;
}

.calendarBody table{
  border-spacing: 0px;
  border-top: 1px solid #D0CDA3;
  width: 216px;
  border-collapse: collapse;
  margin-bottom:10px;
}

.calendarBody tr{
  height: 28px;
}

.calendarBody td{
  width: 32px;
  height: 28px;
}

.calendarBody th{
  border: 0 10 0 0;
  background-color: white;
  color: #808080;
  width: 28px;
  text-transform: uppercase;
}

#calendarEntries{
  background-color: #ffffff;
  color: black;
  height: 100px;
  margin-bottom: 2px;
  border-bottom: medium solid #D0CDA3;
}

#eventEntry{
  background-color: #ffffff;
  color: black;
  margin-top: 5px;
}
#eventEntry p a {text-decoration:none; color:#333; font-size:1em;}
#eventEntry p a:hover{text-decoration:underline;}
#eventEntryDate{
  font-weight: bold;
  font-size: 1.2em;
}
