/* CSS */

.DynarchCalendar {
  width:156px;
  height: 15&px;
  border: 1px solid #ccc;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  font: 11px Helvetica,Arial,tahoma,verdana,sans-serif;
  line-height: 14px;
  position: relative;
  cursor: default;
}

.DynarchCalendar table {

  border-collapse: collapse;
  font: 11px "lucida grande",Helvetica,tahoma,verdana,sans-serif;
  line-height: 14px;
}

.DynarchCalendar-topBar {
  height:42px;
  width:156px;
  border-bottom: 1px solid #aaa;
  background: #8b1a0c;
  padding: 0px 0 0px 0;
  margin-bottom: 3px;
}


table.DynarchCalendar-titleCont {
  width: 67px;
  font-size: 130%; 
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}

.DynarchCalendar-title div {

  padding-top: 6px;
  border-bottom: 4px solid #8b1a0c;
}
.DynarchCalendar-hover-title div {
  background-color: #cc3333;
  border: 0px solid #cc3333;
  margin-bottom : 4px;
  padding-top: 6px;
}
.DynarchCalendar-pressed-title div {
  border: 0px solid #999999;
  padding-top: 6px;
  background-color: #999999;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.DynarchCalendar-bottomBar {
  border-top: 0px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center;

}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
 display : none;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #8b1a0c;
  padding: 1px 14px;
}

.DynarchCalendar-body {
  width:156px;
  height: 99px;
  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: 0px;
  padding-right: 0px;
  paddind-top : 0px;
}

.DynarchCalendar-dayNames div { 
  width: 158px;
  height: 16px;
  font-weight: bold; 
  background-color: #ccc; 
  color: #a21b0b; 
  line-height : 16px;
}
.DynarchCalendar-dayNames-weekend { color: #a21b0b; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 6px;
  z-index: 10;
}
.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15px;
  width: 16px;
  padding: 0px;
}
.DynarchCalendar-hover-navBtn div {
  border: 0px solid #000;
  padding: 0;
  margin-top: 1px;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  border: 0px solid #000;
  padding: 0;
  background-color: #d04343;
  color: #fff;
}

.DynarchCalendar-prevMonth {
  left: 16px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -34px;
}

.DynarchCalendar-prevYear {
  left: 3px;
  display: none;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: 23px;
  display: none;
}
.DynarchCalendar-prevMonth div {
  margin-top: 0px;
  background-image: url("http://catalarem.com/travaux/cinematheque2/site/src/css/img/nav-left.gif");
}

.DynarchCalendar-nextMonth div {
  margin-top: 0px;
  background-image: url("http://catalarem.com/travaux/cinematheque2/site/src/css/img/nav-right.gif");
}


.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

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

.DynarchCalendar-menu-year {
  margin-top: 12px;
  margin-left: 3px;
  text-align: center;
  font: 5px Helvetica,Arial,tahoma,verdana,sans-serif;
  font-weight: bold;
}

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

/* body */

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

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1.83em;
  padding: 5px 4px;
  text-align: center;
}

.DynarchCalendar-day {
  text-align: center; color: #000;
}
.DynarchCalendar-day-othermonth { color: #dedede; }
.DynarchCalendar-weekend { color: #000; }
.DynarchCalendar-day-today { background-color: #8b1a0c; color: #fff; font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;

}

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 !important;
  color: #000;
}
.DynarchCalendar-day-today-hover-date {
 background-color: #000; 
 border-color: #ddd; 
 color: #ddd;
}
.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { background-color: #ddd; border-color: #ddd; color: #ddd; }

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

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

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #ccc;
}

.DynarchCalendar-focused {
  background-color: #fff;
  border-color: #ccc;
}

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

.DynarchCalendar-tooltip {
  position: absolute;
  top: 148px;
  height: 28px;
  width: 132px;
}

.DynarchCalendar-tooltipCont {
  height: 28px;
  width: 132px;
  margin-top: 0px;
  margin-left: 5px;
  border: 1px solid #ccc;
  border-top: 1px;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  position: absolute;
  height: 28px;
  width: 132px;
  background: #ddd;
  border-color: #ccc;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}
