.xmas-bckgrnd {
  background: url('main-xmass-background.jpg') center top fixed no-repeat #0d52c0;
}
.calendar-page {
  background: #0d52c0;
  margin: 0px 10px;
  padding-top: 50px;
  color: #fff;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  text-align: center;
}
.calendar-month {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fa7a08;
  padding: 6px 20px;
  line-height: 28px;
  display: inline-block;
  margin: 0 auto;
}
.calendar-table {
  margin-bottom: 20px;
  border-width: 0;
  /**
   * background reset
   */
  margin-left: 15px;
  margin-right: 15px;
}
.calendar-table thead,
.calendar-table tbody,
.calendar-table tfoot,
.calendar-table tr,
.calendar-table td,
.calendar-table th {
  background: transparent;
}
.calendar-table td {
  padding: 0;
  border: 2px solid #fff;
  position: relative;
}
.calendar-table th.first,
.calendar-table td.first {
  border-left-width: 0 !important;
}
.calendar-table th.last,
.calendar-table td.last {
  border-right-width: 0 !important;
}
.calendar-table .cal-dayofmonth {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px rgba(157, 75, 2, 0.75);
  line-height: 34px;
  padding: 0 4px;
}
.calendar-table .cal-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 0px 7px;
  font-family: Verdana;
  font-size: 10px;
  background: #0d52c0;
  color: #fff;
  text-align: center;
}
.calendar-table .cal-promo-cell .cal-dayofmonth {
  background-color: #fa7a08;
  -webkit-box-shadow: 0 1px 1px rgba(17, 73, 162, 0.75);
  -moz-box-shadow: 0 1px 1px rgba(17, 73, 162, 0.75);
  box-shadow: 0 1px 1px rgba(17, 73, 162, 0.75);
}
.calendar-table .cal-popup {
  display: none;
}
.calendar-table tbody td {
  width: 128px;
  height: 109px;
}
.calendar-table tbody td.cal-day {
  background: url(calendar-placeholder.png ) no-repeat 50% 50%;
}
.qtip-gt {
  border: 1px solid #fff;
}
.qtip-gt .qtip-titlebar {
  background: #fa7a08;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.qtip-gt .qtip-titlebar .qtip-title {
  font-family: Verdana;
  font-size: 13px;
  padding: 2px 0px;
}
.qtip-gt .qtip-content {
  background: #0d52c0;
}
.qtip-gt .qtip-content p {
  margin: 8px 0px;
  padding: 0;
  color: #fff;
  font-family: Verdana;
  font-size: 12px;
  line-height: 15px;
}