.calendar-item {
	width: 250px;
	padding: 5 0 10 0;
	margin: 0 auto;
	font: 14px/1.2 Arial, sans-serif;
	align: center;
	/*
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 20px;
	font: 14px/1.2 Arial, sans-serif;
	*/
}
.calendar-head {
	text-align: center;
	padding: 5px;
	font-weight: 700;
	font-size: 14px;
}
.calendar-item table {
	border-collapse: collapse;
	width: 100%;
}
.calendar-item th {
	font-size: 12px;
	padding: 6px 7px;
  width: 14%;
	text-align: center;
	color: #888;
	/*background-color:#ffffe0;*/
	font-weight: normal;
}
.calendar-item td {
	font-size: 13px;
	padding: 6px 5px;
	text-align: center;
	border: 1px solid #ddd;
}
/*
.calendar-item tr th:nth-child(6), .calendar-item tr th:nth-child(7),
.calendar-item tr td:nth-child(6), .calendar-item tr td:nth-child(7)  {
	color: #e65a5a;
}
*/

td {
    text-align: center; 
    vertical-align: middle;
}

td.seldate {
    font-size: 18px;
    font-weight: bold;
    color: #DC143C;
}

td.selyear {
    font-size: 18px;
    font-weight: bold;
    color: #0085b6;
    padding: 5px;
    border: 2px solid #DC143C; /*#32CD32*/
    border-radius: 80%;
}

td.selmonth {
    font-size: 16px;
    font-weight: bold;
    color: #0085b6;
    padding: 5px;
    border: 2px solid #DC143C; /*#32CD32*/
    border-radius: 80%;
}

td.nomonth {
    font-size: 16px;
    font-weight: bold;
    color: #C0C0C0;
}

a.year {
    font-size: 18px;
    font-weight: bold;
    color: #0085b6;
    text-decoration: none;
}

a.year:hover {
    text-decoration: underline;
}

a.month {
    font-size: 16px;
    font-weight: bold;
    color: #0085b6;
    text-decoration: none;
}

a.month:hover {
    text-decoration: underline;
}

a.arrow {
    font-size: 20px;
    font-weight: bold;
    color: #0085b6;
    text-decoration: none;
}

a.arrow:hover {
    text-decoration: underline;
}

p.warn {
    font-size: 20px;
    font-weight: normal;
    color: #FF0000;
}

.calendar-link.weekday {
}
.calendar-link.weekend {
	color: #e65a5a;
}
.calendar-link.weekday-outmonth {
	color: #c0c0c0;
}
.calendar-link.weekend-outmonth {
	color: #ffc0cb;
}
.calendar-link.weekday-sched-outmonth {
	color: #c0c0c0;
}
.calendar-link.weekend-sched-outmonth {
	color: #ffc0cb;
}

.calendar-day.last {
	color: #999 !important;
}
.calendar-day.weekday-today {
	background-color: #90ee90;
	font-weight: bold;
}
.calendar-day.weekday-sched {
	background-color: #eafbea; /*#c6ecfa;*/
}
.calendar-day.weekend-today {
	color: #e65a5a;
	background-color: #90ee90;
	font-weight: bold;
}
.calendar-day.weekend-sched {
	color: #e65a5a;
	background-color: #eafbea; /*#c6ecfa; /* #7ecfec; */
}
.calendar-day.weekend {
	color: #e65a5a;
}
.calendar-day.weekday-outmonth {
	color: #c0c0c0;
}
.calendar-day.weekend-outmonth {
	color: #ffc0cb;
}
.calendar-day.weekday-sched-outmonth {
	background-color: #eafbea; /*#c6ecfa;*/
	color: #c0c0c0;
}
.calendar-day.weekend-sched-outmonth {
	background-color: #eafbea; /*#c6ecfa; */
	color: #ffc0cb;
}
.calendar-day.event {
	background: #ffe2ad;
	position: relative;
	cursor: pointer;
}
.calendar-day.event:hover .calendar-popup {
	display: block;
}
.calendar-popup {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	min-width: 200px;
	padding: 15px;
	background: #fff;
	text-align: left;
	font-size: 13px;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #000;
}
.calendar-popup:before {
	content: "";
	border: solid transparent;
	position: absolute;
	left: 8px;
	bottom: 100%;
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: 0;
}