.monthPre {
	background-color: #F0F0F0;
	text-align: center;
}

.monthNow {
	text-align: center;
}

.monthNow th {
	cursor: default;
	background-color: #27408B;
	color: #FFFFFF;
	letter-spacing: .15em;
	text-align: center;
}

.dayNow {
	cursor: default;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #F0F0F0;
	text-align: center;
}

.dayNames{
	cursor: default;
	background: #BCD2EE;
	color: #000000;
	text-align: center;
}

.monthNow.active, .dayNow.active {
	cursor: pointer;
	background-color: #FDFD96;
}

#simple-calendar-body td {
	htmlContent: 2px;
	width: 40px;
}