/* Made with Joy by What Cheer */

ul.calendaryear {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0px 0px 0px;
	}

ul.calendaryear li {
	display: block;
	list-style: none;
	float: left;
	width: 215px;
	height: 240px;
	}

ul.calendaryear h3 { }

table.calendar {
	width: 200px;
	border: none;
	color: #666;
	padding: 0px;
	font-size: 10px;
	}

table.calendar tr { border: #CCC 1px solid; }

table.calendar th {
	text-align: center;
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	border: none;
	}

table.calendar td {
	text-align: center;
	border: #CCC 1px solid;
	}

table.calendar tr.blue td.white, table.calendar tr.red td.white { background-color: #FFF; }

table.calendar tr.blue td {
	background-color: #0C3C8F;
	color: #FFF;
	}

table.calendar tr.red td {
	background-color: #CC0033;
	color: #FFF;
	}

