#calendar {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #8e8e78;
}

#calendar th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #bdc3b7;
	/* background-color: #6A6A56; */
}
#calendar td {
	height: 8em;
	width: 95px;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	border: thin solid #6A6A56;
	text-align: left;
	vertical-align: top;
	background-color: #EEEECC;
}

.DayOfMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
