table.calendar td {
	text-align: center;
width: 30px;
}

td.Month {
	text-align:center;
	font-size: 16px;
	background: #338833;
	color: #ffffff;
	font-weight: bold;
	height: 20px;

}

td.Day {
	text-align:right;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	width: 22px;
	height: 20px;
}

td.Dayx {
	text-align:right;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	width: 22px;
	background: #dddddd;
	height: 20px;

}

td.Sunday {
	text-align:right;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	color: red;
	height: 20px;

}

td.Sundayx {
	text-align:right;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	color: red;
	background: #dddddd;
	height: 20px;

}

td.Holiday {
	text-align:right;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
	background: yellow;
}


td.Holiday a{
	text-align:right;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
	background: yellow;
}

td.State {
	text-align:right;
	text-decoration: underline;
	font-weight: bold;
	color: blue;
	background: pink;
}


td.State a {
	text-align:right;
	text-decoration: underline;
	font-weight: bold;
	color: blue;
	background: pink;
}

td.School {
	text-align:right;
	background: #aaaa00;
}

td.MSchool {
	text-align:right;
	background: #00DED1;
}
td.SSchool {
	text-align:right;
	background: #FFA500;
}


table.holidays {
	border: 1px solid #000000;
	border-spacing: 0px;
	padding: 3px;
}

table.holidays td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	text-align: center;
}
