.caption {
	visibility: hidden;
}

.menu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20%;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 142px;
	border-bottom: 1px solid #ccc;
}

.menu ul li {
	position: relative;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.menu ul li a:hover {
	color: #e2144a;
	background: #f9f9f9;
}

.main {
	position: relative;
	top: 10px;
	left: 20%;
	width: 80%;
}

.calendar {
    background-color: #fff;
}

.calendar .header {
    background-color: white;
}

.calendar .header .month {
    font-family: verdana;
    font-size: 12px;
    text-align: center;
}

.calendar .practice {
    background-color: #2fc614;
    color: #0b7b5c;
    font-weight: bold;
}

.calendar .cancel {
    background-color: #ff0000;
    color: #0b7b5c;
    font-weight: bold;
}

.calendar td {
    font-family: verdana;
    font-size: 11px;
    text-align: right;
}

.calendar th {
    font-family: verdana;
    font-size: 11px;
    text-align: right;
    color: navy;
}

.prevMonth {
    font-size: 10px;
    text-align: left;
}

.nextMonth {
    font-size: 10px;
    text-align: right;
}


