/* CSS */

.DynarchCalendar {
  position: relative;
  padding: 0px;
  font-weight: bold;
  background: #bebfc0;
  background: transparent;
  border-radius: 0px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *
  display: inline;
  *
  vertical-align: auto;
  border: 1px solid #cccccc;
}

.DynarchCalendar table {
  border-collapse: collapse;
  font: 10px Droid Arabic Kufi;
  line-height: 14px;
  width:100%;
  color:#000000 !important;
   position: relative;
  margin: 0 0 1px;
 
}

.DynarchCalendar-topBar {
  border-bottom: 1px solid #aaa;
  background: #ddd;
  padding: 5px 0 0 0;
  width:100%;
}

table.DynarchCalendar-titleCont {
  font-size: 100%; 
  font-weight:normal;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px;
}

.DynarchCalendar-title div {
  padding: 5px 17px;
  text-shadow: 1px 1px 1px #777;/*grey*/
  background-position: 0% 0%;
    width: 100%;
    padding-bottom: 1px;
    line-height: 39px;
    color: #FFF;
    text-align: center;
    border-radius: none !important;
    background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20) !important;
    background-color: #1c7458 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.DynarchCalendar-hover-title div {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  background-image: url("img/drop-down-gold.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url("img/drop-up-gold.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
      background: #f3f3f3;
  padding: 2px;
  position: relative;
  text-align: center;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}

.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #fdfdfd;
  color: #fff;
  padding: 1px 14px;
}

.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DynarchCalendar-first-col { 
    padding-left: 2px;
border-top:0 !important;
}

.DynarchCalendar-last-col { 
    padding-right: 2px;
}

.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 {
  
  width:100%;
 
}

.DynarchCalendar-dayNames div { 
    color: #444;
    background-color:white;

}

.DynarchCalendar-navBtn {
  position: absolute;
  top: 16px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 20px;
  width: 21px;
  padding: 1px;
}

.DynarchCalendar-hover-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #fff;
}

.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff;
}

.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-gold.gif");
}

.DynarchCalendar-nextMonth div {
  background-image: url("../img/nav-right-gold.gif");
}

.DynarchCalendar-prevYear div {
  background-image: url("../img/nav-left-x2-gold.gif");
}

.DynarchCalendar-nextYear div {
  background-image: url("../img/nav-right-x2-gold.gif");
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  overflow: hidden;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}

.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 50px;
  text-align: center;
}

.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}

.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: 15px Droid Arabic Kufi;
  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;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }

.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }

.DynarchCalendar-time-down { background: url("img/time-down-gold.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }

.DynarchCalendar-time-up { background: url("img/time-up-gold.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }

.DynarchCalendar-time-sep { padding: 0 2px; }

.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }

.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }

.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */

.DynarchCalendar-hover-week 
{ 
    background-color: #ddd; 
}

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
 
  padding: 3px 4px;
  text-align: center;
}

.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align:center; 
   width: 30px;
  font-size: 11px;
  border-left: 1px solid #eaeaea;
}
.DynarchCalendar-day-othermonth { color: #888; }
.DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-today 
{ 
  margin: -1px;
  color: #ffffff;
  background: #136f57;
  border: 1px solid #e7d4d4;

}

.DynarchCalendar-day-disabled {
  opacity: 0.5;
  text-shadow: 2px 1px 1px #fff;
}

.DynarchCalendar-hover-date {
  background: #136f57;  
  color: #fff;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #aaa; color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22;text-align:left;}

.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #d88; }

.DynarchCalendar-day-selected {
  background-position: initial;
    padding: 2px 3px;
    margin: 1px;
    font-weight:bold;
    color: #13765b;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(185, 159, 59);
    background-image: none;
    background-repeat: repeat;
}
.DynarchCalendar-day-selected a {
  color: #13765b;
  overflow: hidden;
}
.DynarchCalendar-day-selected a:before {
  background-position: initial;
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    width: 12px;
    height: 12px;
      color: #13765b;
    overflow: hidden;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(185, 159, 59);
  background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-repeat: repeat;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected 
{ 
    /*background-color: #999;*/ 
}
.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #000;
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
    background-color: #f3f3f3;
  border-color: #336;
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}
