.month th {
	font-size: 11px;
	font-weight: normal;
}
.month {
	border-collapse: collapse;
	margin: 0 0 1em;
}
.month th, .month td {
	border: 1px solid #000;
	text-align: center;
}
.month thead {
	background-color:rgb(230,140,52);
	color: white;
}
.month td {
	width: 25px;
	height: 25px;
	padding: 0px;
	vertical-align: middle;
	overflow: auto;
	/* background-color: #faeadc; */
}
.month tbody .next, .month tbody .previous {
	background-color:#FFFFFF;
}
.month tbody .occupied {
	background-color:#c1c1c1;
}
.month tbody .start {
	background-image: url(img/start.gif);
	background-position: center;
}
.month tbody .end {
	background-image: url(img/end.gif);
	background-position: center;
}