/*************************** Calendar Top Navigation **************************/
#calendar {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  font-family: Helvetica, "Times New Roman", Times, serif;
  margin-bottom: 20px;
}
#calendar .calendar_box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-color: #CBBD9A;
}
#calendar .calendar_header {
  line-height: 40px;  
  vertical-align: middle;
  position: absolute;
  left: 11px;
  top: 0px;
  width: 98%;
  height: 40px;
  text-align: center;
}
#calendar .calendar_header .calendar_prev, #calendar .calendar_header .calendar_next {
  position: absolute;
  top: 0px;
  height: 17px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
}
#calendar .calendar_header .calendar_title {
  color: #FFF;
  font-size: 18px;
}
#calendar .calendar_header .calendar_prev {
  left: 0px;
}
#calendar .calendar_header .calendar_next {
  right: 0px;
}
/*************************** Calendar Content Cells ***************************/
#calendar .calendar_content {
  border: 1px solid #787878;
  border-top: none;
}
#calendar .calendar_label {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-left: 5px;
  width: 100%;
}
#calendar .calendar_label .calendar_names {
  margin: 0px;
  padding: 0px;
  margin-right: 1%;
  float: left;
  list-style-type: none;
  width: 13%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 15px;
  background-color: transparent;
}
#calendar .calendar_dates {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 100%;
}
/** overall width = width+padding-right **/
/*
#calendar .calendar_dates .calendar_names, #calendar .calendar_dates .calendar_days, #calendar .calendar_dates .calendar_today {
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  margin-top: 5px;
  line-height: 80px;
  vertical-align: middle;
  float: left;
  list-style-type: none;
  width: 80px;
  height: 80px;
  font-size: 25px;
  background-color: #DDD;
  color: #000;
  text-align: center;
}
*/
#calendar .calendar_dates .calendar_names, #calendar .calendar_dates .calendar_days, #calendar .calendar_dates .calendar_today {
  margin: 0px;
  padding-top: 10px;
  margin-right: 1%;
  margin-top: 5px;
  vertical-align: middle;
  float: left;
  list-style-type: none;
  width: 13%;
  height: 70px;
  font-size: 20px;
  background-color: #DDD;
  color: #000;
  text-align: center;
}
/*
.calendar_days:hover { cursor: pointer; }
*/
.calendar-price { color: #F00; font-size: 15px; margin-top: 7px; }
#calendar .calendar_dates .calendar_today {
  background-color: #CBBD9A;
}
:focus {
  outline: none;
}
.calendar_clear {
  clear: both;
}
/* END CALENDAR */

/*
.booked { background:rgba(218,72,75,1.00) !important; background:url(../images/gach-cheo.png) fixed; }
*/
.booked { background:url(../images/gach-cheo.png);  background-repeat: no-repeat;
    background-size: 100% 100%; }
.yes-book { cursor: pointer; }
.ok-book { background: rgba(92,202,90,1.00) !important; }