/* @override
	http://lansugarden.local/assets/css/month.css */

div.calendar-wrapper {
	margin-top: 24px;
  margin-bottom: 24px;
}

.calendar-inner {
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.calendar-inner table {
  border-collapse: collapse;
  font-size: 12px;
}
.calendar-inner table tbody td {
  padding: 0;
}
.calendar-inner #fc_inner td {
  border: 1px solid #cbc789;
  vertical-align: top;
  background: #fffbed;
  width: 13.99%;
  cursor: pointer;
  padding: 1% !important;
}

.calendar-inner .event {
	overflow: hidden;
  color: #333;
  font: 11px/1em helvetica, "lucida sans", arial, verdana;
  padding-left: 18px;
  margin: 4px 0 0;
  float: left;
  display: inline-block;
  padding-right: 6px;
  white-space: normal;
  width: 92px;
}


.calendar-inner td.day_cell .event:nth-of-type(2) {
  margin-top: 0;
}


.calendar-inner table table .event a {
  color: #514f26;
  text-decoration: none;
	font-weight: normal;
}

.calendar-inner .event a {
  color: #514f26;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
}

.calendar-inner a.moreEventsDay {
  color: #514f26;
  text-decoration: none;
  font-weight: normal;
  float: left;
  padding-left: 18px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 11px;
  margin-bottom: 0;
  height: auto;
  line-height: 1em;
}

.calendar-inner a.moreEventsDay:hover {
  color: #ea6f24;
  text-decoration: none;
}


.calendar-inner table table .event a:before {
content: "•";
text-decoration: none;
font-size: 20px;
position: relative;
top: 3px;
margin-left: -18px;
margin-right: 0;
padding-left: 6px;
padding-right: 6px;
}

.calendar-inner table table .event:hover a:before {
color: #ea6f24;
}


#fc_inner tbody {
	border:  1px solid #cbc789;
	display: block;
	padding: 2px;
}

.calendar-inner .out_of_range { background-color: transparent; opacity: .6;
}

.calendar-inner .out_of_range * { display: none !important;  }

.calendar-inner .black {background-color: #000; }
.calendar-inner .has_events {background-color: yellow; color: #ea6f24;}
.calendar-inner .day_cell .all_day,
.calendar-inner .day_cell .multi_day {
  color: #514f26;
}

.calendar-inner .day_cell .all_day a:before,
.calendar-inner .day_cell .multi_day a:before {
}

.calendar-inner .day_cell .all_day a,
.calendar-inner .fc_inner .day_cell .multi-day a {
  display: block;
  color: #514f26;
  text-decoration: none;
}
.calendar-inner .day_cell .all_day a:hover,
.calendar-inner .day_cell .multi-day a:hover {
  color: #514f26;
  text-decoration: none;
}
.calendar-inner .first_day {
  margin-left: 0;
}
.calendar-inner .last_day {
  margin-right: 0;
}
.calendar-inner .day_cell .index_difference_1 { margin-top: 21px; }
.calendar-inner .day_cell .index_difference_2 { margin-top: 45px; }

.calendar-inner .day_cell .date {
  text-align: center;
  height: 20px;
  line-height: 16px;
  margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	float: right;
	width: 36px;
	font-size: 21px;
}



  .calendar-inner .day_cell .date a {
  font-weight: 100;
  color: #797754;
  text-decoration: none;
}
.calendar-inner .day_cell .date .num {
  margin-right: 5px;
}
.calendar-inner .day_cell .date a:hover {
  color: #000;
  text-decoration: underline;
}
.calendar-inner .out_of_range .date {
    background: transparent url(/themes/third_party/calendar/img/pad_date.png) repeat-x;
    color: #999;
  }
.calendar-inner .day_cell {

    overflow: hidden;
	/*width: 136px;*/
	height: 160px;
}
#days_of_week th {
  padding: 5px 0;
  color: #fff;
}
#month_year th {
  padding: 5px 0;
  color: #000;
}
