/* styling of calendar */
.ai1ec-day {
	background:#c4bcb3!important;
}
.ai1ec-month-view td {
	border:1px solid #998675!important;
}
.ai1ec-month-view .ai1ec-day {
	min-height:60px!important;
}
.ai1ec-month-view .ai1ec-date {
	font-size:11px!important;
	color:#603813!important;
	background:#c4bcb3!important;
	float:left;
}
.ai1ec-month-view .ai1ec-event {
	color:#fff!important;
	font-style:italic!important;
	font-size:11px !important;
	font-family:Verdana, Geneva, sans-serif!important;
}
.ai1ec-month-view td.ai1ec-empty {
	background:#c4bcb3!important;
}
.ai1ec-month-view th {
	background:#c4bcb3!important;
	background:#c4bcb3!important;
	color:#603813!important;
	border:1px solid #998675!important;
}
.ai1ec-month-view .ai1ec-today .ai1ec-day {
	background:#fff!important;
}
.ai1ec-month-view .ai1ec-today .ai1ec-date {
	background:#fff!important;
}
.ai1ec-month-view .ai1ec-today .ai1ec-event {
	color:#603813!important;
}
a.ai1ec-button {
	background:#C4BCB3!important;
	color:#603813!important;
	border:1px solid #998675!important;
}
h2.ai1ec-calendar-title {
	font-size:14px!important;
	color:#603813!important;
}
/* single view */
.ai1ec-full-event td.ai1ec-time,
.ai1ec-full-event td {
	font-size:12px!important;
}
.ai1ec-full-event th {
	background:#C4BCB3!important;
	color:#603813!important;
}
.ai1ec-month-view .ai1ec-day {
	min-height:0px!important;
	height:62px!important;
	vertical-align:top;
	height:100%;
}

a.ai1ec-event-container.hidden {
	/*display:none;*/
	/*float:right;
	display:block;
	margin-right:5px;*/
}
.calendar_sidebar .ai1ec-month-view .ai1ec-day {
	height:auto!important;
}
