.calendar {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-align: center;
	background-color: #f2ece2;
	border: thin solid #CCCCCC;
	padding: 10px;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
}
#calendar {
	font-family:Arial, Helvetica, sans-serif;
	border:0px solid #333333;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 10px;
	padding: 0px;
	height: auto;
	width: 200px;
	background-color: #f2ece2;
}
#calendar h1 {
	font-size: 18px;
	font-weight: bold;
	color: #9a102e;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.calTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #835105;
	text-decoration: none;
	text-align: center;
	width: 220px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#calendar td {
	text-align:center;
	width: 30px;
}
#calendar th {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9a102e;
	text-align: center;
	margin: 0px;
	height: auto;
	width: 30px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.today {
	border:1px #CCCCCC solid;
	background-color:#FFFF66;
	color:#333333;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;

}

.startDay {
	border:1px #CCCCCC solid;
	background-color:#FC0;
	color:#333333;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;

}

#calendar a:hover {
	color: #006699;
	text-decoration: underline;
}
.myday {
	border:1px black solid;
	background-color:#FFFFCC;
	color:#333333;
	vertical-align: top;
	padding: 2px 0px 0px;

}

#calendar h2 {
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calendar p {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.days {
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#calendar a {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.eventLink {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.calNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #000000;
}