.DynarchCalendar-focused {
  background-color: #none;
}

.DynarchCalendar-topBar {
  background: none;
	border:none;
}

.DynarchCalendar-bottomBar {
  background: none;
	border-top: none;
}

.DynarchCalendar-hover-title,
.DynarchCalendar-hover-navBtn,
.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  background: none;
}
.DynarchCalendar-hover-title div,
.DynarchCalendar-hover-navBtn div { background-color: transparent; }

.DynarchCalendar-pressed-title,
.DynarchCalendar-pressed-navBtn,
.DynarchCalendar-pressed-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  background: none;
}
.DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-navBtn div { background-color: transparent; }

.DynarchCalendar-hover-week,
.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background: none;
}

.DynarchCalendar {
  background:none;
	font: 11px Arial, Helvetica, sans-serif;
}


.DynarchCalendar-title div {
  padding: 5px 17px;
  color:#f68f4d;
	font-weight:bold;
	text-shadow:none;
}

.DynarchCalendar-dayNames div { font-weight: bold; color: #818285; text-shadow:none; }

.DynarchCalendar-dayNames div {
	width:1.5em;
	padding: 3px 5px;
}

.DynarchCalendar-day-selected {
  background-color: #f68f4d;
  color: #fff !important;
	font-weight:bold;
  background-image: none;
	padding: 2px 3px;
	margin: 1px 2px !important;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #f68f4d;
  color: #fff !important;
	padding: 2px 3px;
	margin: 1px 2px !important;
}

.DynarchCalendar-focused .DynarchCalendar-body {
  background: none;
}


.DynarchCalendar-pressed-bottomBar-today {
  border:none;
  background-color: none;
}

.DynarchCalendar-day {
  text-align: right; color: #a7a9ac; font-weight:bold;
	margin: 1px 2px !important;
}

.DynarchCalendar-day-othermonth, .DynarchCalendar-weekend { color: #535456; font-weight: bold; }
.DynarchCalendar-weekend { color: #a7a9ac; }
.DynarchCalendar-day-today { color: #fff; font-weight: bold; }



.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #818285; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #535456; }

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background:none;
  border: none;
  margin: 1px 2px !important;
  color: #fff;
}

/* under tooltip */

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border:none;
  border-top: 0;
  padding: 3px 6px;
  background: none;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: none;
}