table#reservation{
	width: 100%;
}
table#reservation colgroup#date{
	width: 80px;
	text-align: left;
}
table#reservation colgroup#state{
	width: 80px;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}
table#reservation colgroup#link{
}
table#reservation th{
	background-color: #cccccc;
	border: solid 1px #eeeeee;
	border-color: #eeeeee #999999 #999999 #eeeeee;
}
table#reservation th.sun{
	color: #ff0000;
}
table#reservation th.sat{
	color: #0000ff;
}

table#reservation td{
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	border-color: #eeeeee #999999 #999999 #eeeeee;
}
p#move{
	text-indent: 0;
	text-align: center;
}
p#legend{
	text-indent: 0;
	line-height: 30px;
	vertical-align: middle;
}