table.all {
	border: 1px solid black;
	padding: 0px;
	
	border-collapse: separate;
}

table.all td {
	padding: 0px;
	border: 1px solid black;
	border-spacing: 10px;
	
}

table.calendar {
	border-spacing: 0px;
	border-collapse: separate;
}
table.calendar td {
	text-align: center;
	width: 30px;
	border: 0px dotted black;
	
}

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

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;
	/*width: 22px;*/
	height: 20px;
}

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

}

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

}

td.Sundayx {
	text-align:right;
	font-size: 14px;
	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;
	width: 700px;
}

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