.calendar td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #9B5F54;
}
tr.month td {
	font-size: small;
	background-color: #56312A;
}
tr.dayname td {
	background-color: #804A3F;
}
td.show1 {
	background-color: #9DD4DB;
	color: #56312A;
}
td.show1 a, td.show1 a:visited {
	text-decoration: none;
	color: #56312A;
	font-weight: bold;
}
td.show1 a:hover {
	text-decoration: none;
	background-color: #56312A;
	color: #9DD4DB;
}
td.show2 {
	background-color: #621363;
	color: #EFB24E;
}
td.show2 a, td.show2 a:visited {
	text-decoration: none;
	color: #EFB24E;
	font-weight: bold;
}
td.show2 a:hover {
	text-decoration: none;
	background-color: #EFB24E;
	color: #621363;
}
td.show3 {
	background-color: #FFFF33;
	color: #990000;
}
td.show3 a, td.show3 a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
td.show3 a:hover {
	text-decoration: none;
	background-color: #990000;
	color: #FFFF33;
}
td.show4 {
	background-color: #6D71A5;
	color: #000000;
}
td.show4 a, td.show4 a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
td.show4 a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #6D71A5;
}
td.show5 {
	background-color: #Eb3251;
	color: #F9EB36;
}
td.show5 a, td.show5 a:visited {
	text-decoration: none;
	color: #F9EB36;
	font-weight: bold;
}
td.show5 a:hover {
	text-decoration: none;
	background-color: #F9EB36;
	color: #EF1094;
}
td.show6 {
	background-color: #FFFFCC;
	color: #000000;
}
td.show6 a, td.show6 a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
td.show6 a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFCC;
}
td.showXmas {
	background-color: #2f429d;
	color: #ffffff;
}
td.showXmas a, td.showXmas a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
td.showXmas a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #2f429d;
}

td.show1 a span, td.show2 a span, td.show3 a span, td.show4 a span, td.show5 a span, td.show6 a span, td.showXmas a span {display: none;}
td.show1 a:hover span, td.show2 a:hover span, td.show3 a:hover span, td.show4 a:hover span, td.show5 a:hover span, td.show6 a:hover span, td.showXmas a:hover span {
	display: block;
	position: absolute;
	top: 154px;
	left: 150px;
	width: 190px;
	padding: 5px;
	margin: 0px;
	z-index: 200;
	color: #F00000;
	text-align: center;
	background-color: #200000;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
}
.instructions {
	color: #F00000;
	background-color: #200000;
	text-align: center;
	display: block;
	width: 190px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
