body {
	position: relative;
}
.calendar {
	font-family: Arial;
	font-size: 12px;
}

table.calendar {
	margin: 20px 0 0;
	border-collapse: collapse;
}

.calendar th {
	padding: 0 0 10px;
}

.calendar .days td {
	width: 60px;
	height: 60px;
	background-color: #c7be9d;
	border: 2px solid #353535;
	vertical-align: top;
}

.calendar .days td:hover {
	background-color: #C3B1AB;
}

.calendar .week td {
	padding: 10px 0 5px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

.day_num {
	text-align: left;
	font-size: 12px;
}

.fully_booked {
	width: 100%;
	height: 100%;
	color: white;
	background-color: #E82C0C;
	font-weight: bold;
	text-align: center;
}

.fully_booked:hover {
	background-color: #FF0000;
}

.consultation_day {
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	background-color: #ee9900;
}

.consultation_day a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 26px;
}

.consultation_day:hover {
	background-color: #F7660C;
}

.cons_day_text {
	padding-top: 5px;
}

.implant_day {
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	background-color: #0067af;
}

.implant_day a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 26px;
}

.implant_day:hover {
	background-color: #0915BC;
}

.impl_day_text {
	padding-top: 5px;
}

#prev {
	display: inline;
	position: absolute;
	top: 18px;
	left: 20px;
}

#next {
	display: inline;
	position: absolute;
	top: 18px;
	left: 400px;
}

#legend {
	font-size: 80%;
}

#cons-box {
	display: inline;
	padding: 0 5px;
	background-color: #ee9900;
}

#impl-box {
	display: inline;
	padding: 0 5px;
	background-color: #0067af;
}
