.ecalendardaynum {font-size:1.2em;}

div.ecalendarfooter {
	border-top:2px dotted #bbcdde;
	font-size:1.2em;
	margin:1.5em 13px 2em 13px;
	padding-top:0.25em;
}

div.ecalendarnav {
	margin-bottom:2em;
	text-align:center;
}

	div.ecalendarnav ul {
		list-style:none;
		margin:0;
		padding:0;
	}

		div.ecalendarnav ul li {
			display:inline;
			font-size:1.2em;
			margin:0;
		}

		div.ecalendarnav ul li.nextmonth {margin-left:4em;}

		div.ecalendarnav ul li.prevmonth {margin-right:4em;}

table.ecalendar {
	border-bottom:5px solid #542d1c;
	border-collapse:collapse;
	border-left:1px solid #542d1c;
	border-right:0;
	border-top:0;
	margin:6px 13px 1em 13px;
	padding:0;
}

	table.ecalendar td {
		background-color:#ecd8c4;
		border-bottom:1px solid #542d1c;
		border-right:1px solid #542d1c;
		color:#542d1c;
		font-weight:bold;
		height:74px;
		padding:0.25em 0.5em 0.25em 0.5em;
		text-align:left;
		vertical-align:top;
		width:98px;
	}

	table.ecalendar td a {color:#542d1c;}

	table.ecalendar td ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}

		table.ecalendar td ul li {
			line-height:1.2em;
			margin:0 0 0.5em 0;
		}

		table.ecalendar td ul li a {font-weight:normal;}

	table.ecalendar td.ecalendardayheading {
		background-color:#542d1c;
		border-bottom:1px solid #542d1c;
		border-right:1px solid #542d1c;
		color:White;
		font-size:1.2em;
		font-weight:bold;
		height:1.5em;
		padding:0.25em 0.5em 0.25em 0.5em;
		text-align:center;
		vertical-align:top;
		width:98px;
	}

	table.ecalendar td.ecalendarextraday {background-color:#c3a88e;}

	table.ecalendar td.ecalendartoday {
		background-color:#bbcdde;
		color:#2e2e2e;
		font-weight:bold;
	}

		table.ecalendar td.ecalendartoday a {color:#2e2e2e;}

	table.ecalendar td.ecalendartoday div {font-weight:normal;}

	table.ecalendar th {
		background-color:#542d1c;
		border-right:1px solid #542d1c;
		color:White;
		font-size:1.8em;
		font-weight: bold;
		margin-left:auto;
		margin-right:auto;
		padding:0.5em 0 0.5em 0;
		width:98px;
	}

td.ecalendarday ul li, td.ecalendartoday ul li {font-size:1.1em;}

ul.ecalendarday {
	list-style:none;
	margin:0;
	padding:0;
}

	ul.ecalendarday li {line-height:1.6em;}

	ul.ecalendarday li h4 {
		background-color:#542d1c;
		color:White;
		font-size:1em;
		padding:0.25em 0.5em 0.25em 0.5em;
	}

	ul.ecalendarday li h5 {
		font-size:1em;
		margin-bottom:0;
		margin-left:0;
		margin-top:0;
		padding-left:0.5em;
		padding-right:0.5em;
	}

	ul.ecalendarday li p {
		padding-left:0.5em;
		padding-right:0.5em;
	}

	ul.ecalendarday li p.footnote {font-size:0.75em;}