/*** BeerSpaReservation ***/
table.month_table {
	width:100%;
	border-collapse:collapse;
}

table.month_table td, table.month_table th {
	border:1px solid #FDD7BD;
	vertical-align:top;
}

table.month_table td.week, table.month_table th.week {
	text-align:right;
	padding-right:4px;	
}

table.month_table td.day, table.month_table th.day {
	width:72px;
	text-align:center;
}

table.month_table td.day div.day_number {
	text-align:right;
	width:68px;
	background-color:#FEF1E9;
	float:left;
	padding-right:4px;
	color:#904945;
	font-weight:bold;
}

table.month_table td.day div.single_term {
	padding-left:2px;
	width:34px;
	float:left;
	color:#65676A;
	
}

table.month_table td.day div.single_term .strike, div.legend .strike {
	text-decoration:line-through;
}

div.legend {
	float:right;
}

div.legend .title{
	color:#904945;
	font-weight:bold;
}

.none {
	display:none;
}

.set_width {
	width:232px
}

