.dateblank {
	background-color: #CCCCCC;
	height: 80px;
}
.dateopen {
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	height: 80px;
}
.datebusy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	color: #003399;
	text-decoration: none;
	height: 80px;
	width: 100%;
	float: left;
}
.datebusy:hover {
	background-color: #FFFFFF;
	color: #999999;

}
.weekday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	height: 20px;
	width: 100px;
}
.monthcurrent {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
.monthpast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	background-color: #CCCCCC;
	width: 100%;
	padding: 2px;
	float: left;
	text-align: left;
}
.monthpast:hover {
	background-color: #DFDFDF;
	color: #666666;
}
.monthnext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	background-color: #CCCCCC;
	width: 100%;
	padding: 2px;
	float: right;
	text-align: right;
}
.monthnext:hover {
	background-color: #DFDFDF;
	color: #666666;
}
.datebusyTD {
	background-color: #ECF5FF;
	text-decoration: none;
}
.datetoday {
	background-color: #ECF5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	color: #003399;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
.datetodayTD {
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	height: 80px;
	border: 1px solid #003399;
}
.datebusytodayTD {
	background-color: #ECF5FF;
	text-decoration: none;
	border: 1px solid #75A2FF;
}
.eventDate {
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
.eventLocate {
	font-size: 11px;
	font-weight: bold;
}
.eventTitle {
	font-size: 14px;
	font-weight: bold;
}
.All {
	font-size: 11px;
	color: black;
	font-weight: bold;
}
.Rookie {
	font-size: 11px;
	color: green;
	font-weight: bold;
}
.Intermediate {
	font-size: 11px;
	color: blue;
	font-weight: bold;
}
.Advanced {
	font-size: 11px;
	color: red;
	font-weight: bold;
}
.photos {
	text-decoration: none;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	float: left;
}
