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

.calendar {
	width:620px;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	font-size:.8em;
}
.calendar td {
	padding:3px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	width:14%;
	vertical-align:top;
	height:75px;
}
.calendar th {
	background-color:#EEEEEE;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding:3px;
}
.calendar td p {
	margin:3px 0px;
}
.practice {
	background-color:#CCEEFF;
}
.date {
	text-align:right;
	margin-top:0px;
}
.lastmonth .date, .nextmonth .date {
	color:#999999;
}
.center {
	text-align:center;
}
