@charset "utf-8";
/* CSS Document */

.daynumber {
	padding: 3px;
	margin-bottom:.5em;
	background-color:#C3D9FF;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.datecell {
	border-left: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	vertical-align:top;
	height:50px;
	width: 14%;
}
.cellcontent {
	padding:5px;
	font-size: 90%;
}
.nondatecell {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.weekday {
	font-weight: bold;
	color: rgb(254,240,216);
	background: #000000;
	text-align:center;
	vertical-align:bottom;
}
.holiday {
	color: rgb(112,19,18);
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
