/* CSS */

.DynarchCalendar {border: 2px solid #b4b4b4; margin: 5px 0 0 0; background: #ffffff; font: 11px; line-height: 14px; position: relative; cursor: default;}
.DynarchCalendar table {border-collapse: collapse; font: 11px; line-height: 14px;}

.DynarchCalendar-topBar {border-bottom: 1px solid #ff8100; background: #f1f1f1; padding: 5px 0 0 0;}
table.DynarchCalendar-titleCont {font-size: 130%; font-weight: bold; color: #464646; text-align: center; z-index: 9; position: relative; margin: -6px auto;}

.DynarchCalendar-title div {padding: 5px 17px; color: #653300;}
.DynarchCalendar-hover-title div {color: #ff8100; background-color: #f1f1f1; border: 1px solid #f1f1f1; padding: 4px 16px; background-image: url("img/drop-down.gif"); background-repeat: no-repeat; background-position: 100% 50%;  cursor: pointer;}
.DynarchCalendar-pressed-title div {color: #ff8100; border: 1px solid #f1f1f1; padding: 4px 16px; background-color: transparent; background-image: url("img/drop-up.gif"); background-repeat: no-repeat; background-position: 100% 50%;}

.DynarchCalendar-bottomBar {border-top: 1px solid #ff8100; background: #f1f1f1; padding: 2px; position: relative; text-align: center;}
.DynarchCalendar-bottomBar-today {padding: 2px 15px;}
.DynarchCalendar-hover-bottomBar-today {color: #653300; border: 1px solid #f1f1f1; background-color: #f1f1f1; padding: 1px 14px; cursor: pointer;}
.DynarchCalendar-pressed-bottomBar-today {color: #653300; border: 1px solid #f1f1f1; background-color: #f1f1f1; padding: 1px 14px;}

.DynarchCalendar-body {position: relative; overflow: hidden; padding-top: 5px; padding-bottom: 5px;}
.DynarchCalendar-first-col {padding-left: 5px;}
.DynarchCalendar-last-col {padding-right: 5px;}

.DynarchCalendar-animBody-backYear {position: absolute; top: -100%; left: 0;}
.DynarchCalendar-animBody-back {position: absolute; top: 5px; left: -100%;}
.DynarchCalendar-animBody-fwd {position: absolute; top: 5px; left: 100%;}
.DynarchCalendar-animBody-now {position: absolute; top: 5px; left: 0;}
.DynarchCalendar-animBody-fwdYear {position: absolute; top: 100%; left: 0;}

.DynarchCalendar-dayNames {padding-left: 5px; padding-right: 5px;}
.DynarchCalendar-dayNames div { font-weight: bold; color: #464646;}

.DynarchCalendar-navBtn {position: absolute; top: 5px; z-index: 10;}
.DynarchCalendar-navBtn div {background-repeat: no-repeat; background-position: 50% 50%; height: 15px; width: 16px; padding: 1px;}
.DynarchCalendar-hover-navBtn div {border: 1px solid #e5e5e5; padding: 0; background-color: #e5e5e5; cursor: pointer;}
.DynarchCalendar-navDisabled {opacity: 0.3; filter: alpha(opacity=30);}
.DynarchCalendar-pressed-navBtn div {border: 1px solid #e5e5e5; padding: 0; background-color: #777; color: #e5e5e5;}

.DynarchCalendar-prevMonth {left: 25px;}
.DynarchCalendar-nextMonth {left: 100%; margin-left: -43px;}
.DynarchCalendar-prevYear {left: 5px;}
.DynarchCalendar-nextYear {left: 100%; margin-left: -23px;}

.DynarchCalendar-prevMonth div {background-image: url("img/nav-left.gif");}
.DynarchCalendar-nextMonth div {background-image: url("img/nav-right.gif");}
.DynarchCalendar-prevYear div {background-image: url("img/nav-left-x2.gif");}
.DynarchCalendar-nextYear div {background-image: url("img/nav-right-x2.gif");}

.DynarchCalendar-menu {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ffffff; overflow: hidden;}

.DynarchCalendar-menu table td div {text-align: center; font-weight: bold; padding: 3px 5px;}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {width: 4em; text-align: center;}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {border: 1px solid #ffcc40; padding: 2px 4px; background-color: #ffcc40; color: #464646;}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {border: 1px solid #000; padding: 2px 4px; background-color: #777; color: #fff !important;}

.DynarchCalendar-menu-year {text-align: center; font: 16px; font-weight: bold;}

.DynarchCalendar-menu-sep {height: 1px; font-size: 1px; line-height: 1px; overflow: hidden; border-top: 1px solid #888; background: #f1f1f1; margin-top: 4px; margin-bottom: 3px;}

/* body */

.DynarchCalendar-hover-week {background-color: #fffcf2;}

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {width: 1.7em; padding: 3px 4px; text-align: center;}
.DynarchCalendar-weekNumber {border-right: 1px solid #e5e5e5; margin-right: 4px; width: 2em !important; padding-right: 8px !important;}

.DynarchCalendar-day {text-align: right; color: #464646;}
.DynarchCalendar-day-othermonth {color: #a2a2a2;}
.DynarchCalendar-weekend {color: #ff8100;}
.DynarchCalendar-day-today {color: #ff8100; font-weight: bold;}

.DynarchCalendar-day-disabled {opacity: 0.5;}

.DynarchCalendar-hover-date {padding: 2px 3px; background-color: #ffcc40; border: 1px solid #ffcc40; margin: 0 !important; color: #000;}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date {border-color: #ffcc40; color: #464646;}

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

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

/* focus */

.DynarchCalendar-focusLink {position: absolute; opacity: 0; filter: alpha(opacity=0);}
.DynarchCalendar-focused {}
.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {}
.DynarchCalendar-focused .DynarchCalendar-hover-week {}
.DynarchCalendar-tooltip {position: absolute; top: 100%; width: 100%;}
.DynarchCalendar-tooltipCont {margin: 0 5px 0 5px; border-top: 0; padding: 3px 6px;}
.DynarchCalendar-focused .DynarchCalendar-tooltipCont {}

.DynarchCalendar-focused .DynarchCalendar-body {}
