#eventBody {
  padding: 4px 8px 4px 8px;
  margin: 0px 0px 0px 22px;
  background: #f7941e;
  border: 1px solid #f7941e;
  color: #3b2313;
  position: absolute;
  z-index: 10;
  max-width: 150px;
  min-height: 15px;
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: bold;
  text-transform: none;
  text-align: left;
  display: none;
}
#eventBody div {
  margin: 0px 0px 8px 0px;
}
.calendarCanvas {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-family: Tahoma;
  font-size: 9pt;
  background: none;
  width: 200px;
  border-collapse: collapse;
  text-align: right;
  margin-left: auto;
  margin-right: 0px;
}
.calendarCanvas a.exitURL {margin: 4px 8px; color: #fff;}
.calendarCanvas table {
  margin: 0px;
  padding: 2px;
  width: 100%;
}
.calendarCanvas td {
  margin: 0px;
  padding: 2px 0px;
  text-align: center !important;
}
.calendarCanvas td a, .calendarDayName, .calendarWeekendName {
  padding: 3px 4px;
  text-decoration: none;
}
#monthYear {color: #ab825b; font-size: 10pt; font-weight: bold;}
#prevMonth, #nextMonth {font-size: 10pt; font-family: Calibri, Arial;}
.calendarCanvas a {color: #efc691;}
.calendarCanvas a:hover {color: #fff;}
.calendarDayName, .calendarWeekendName {border-bottom: 1px solid #ab825b; color: #ab825b;}
.calendarWeekendName {font-weight: bold;}
.calendarWeekend {background: #4a301f !important;}
.calendarWeekend a {font-weight: bold;}
.calendarToday a {color: #000; background: #f7941e;}
.calendarToday a:hover {color: #fff;}
#eventDay a {border: 1px solid #f7941e; padding: 1px 3px;}
