@charset "UTF-8";
/* CSS Document */

.day {
	height: 90px;
	width: 90px;
	margin: 0px;
	padding: 3px;
	float: left;
	border: 1px solid #000000;
	overflow: auto;
	z-index: 5;
}
.day a:link {
	text-decoration: none;
}
.day a:visited {
	text-decoration: none;
}
.day a:hover {
	text-decoration: none;
}
.day a:visited {
	text-decoration: none;
}


.daytoday a:link {
	text-decoration: none;
}
.daytoday a:visited {
	text-decoration: none;
}
.daytoday a:hover {
	text-decoration: none;
}
.daytoday a:visited {
	text-decoration: none;
}


.daytoday {
	background-color: #A1C2ED;
	height: 90px;
	width: 90px;
	margin: 0px;
	padding: 3px;
	float: left;
	border: 1px solid #000000;
	overflow: auto;
}
.dayblank {
	background-color: #394555;
	height: 90px;
	width: 90px;
	margin: 0px;
	padding: 3px;
	float: left;
	border: 1px solid #000000;
}

.month {
	margin: 0px;
	padding: 0px;
	width: 687px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: left;
	background-image: url(images/calbak1.jpg);
}
.spacer {
	clear: both;
	height: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

