/*
use

@import url('calendar.css');

Change properties.
Reload in modular.css

*/

#CalendarCanvas {}

#CalendarCanvas td {
	text-align:center;
	}
table.daysHolder{}
table.daysHolder td {display:table-cell;}
tr.calendarMonthYear{}
tr.calendarMonthYear.row{}
td.calendarMonthYear{}
td.calendarMonthYear.back{cursor:pointer;}
td.calendarMonthYear.monthyear {
	color:#dfa234;
	text-align:center;
	}
td.calendarMonthYear.next{cursor:pointer;}

tr.calendarDayNames{}
tr.calendarDayNames.row{}
td.calendarDayNames.cell{
	width:20px;
	text-align:center;
	text-transform:uppercase;
	color:#ccc;
	}
td.calendarDayNames.cell.one{}
td.calendarDayNames.cell.two{}

tr.calendarWeek{}
tr.calendarWeek.row{}
td.calendarCell{
  color:#999;
  cursor:default;
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
}

td.calendarCell.one{background-color:#f8fcfd;}

td.calendarCell.two{background-color:#d2eef1;}

td.calendarCell.one.Empty{background:none;}

td.calendarCell.two.Empty{background:none;}

tr td.calendarCell.event{
	background-color:#11acc0;
	color:#c05d11;
	cursor:pointer;
	}
tr td.calendarCell.event.hover {
	background-color:#c05d11;
	color:#11acc0;
	}
tr td.calendarCell.ToDay {
	background-color:#9c8845;
	border:1px dotted #961e1e;
	color:#fff;
	}
tr td.calendarCell.event.ToDay{
	background-color:#7c6825 !important;
	cursor:pointer;
	}

tr td.calendarCell.event.ToDay.hover {
	background-color:#961e1e;
	color:#fff;
	}

.openInfoBox {
	}
	.popup {color:#c05d11;}
	.popup.top {background:#e2f4f4;border-top:1px solid #7c6825;}
	.popup.middle {background:#e2f4f4;padding:5px 10px; border-right:1px solid #7c6825;border-left:1px solid #7c6825;}
	.popup.bottom {background:#e2f4f4;border-bottom:1px solid #7c6825;}

.popup.closebutton {position:absolute;top:0px;left:100%;margin-left:-12px;color:#7c6825;cursor:pointer;}

	.popup.middle ul {margin:10px;padding:0;list-style:none;}
	.popup.middle ul li {}
	.popup.middle ul li a {}

.agendaMeta{
  font-weight: normal;
  font-size: 0.9em;
}

.agendaItem{
  border-bottom: 1px solid #cfecf0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}