
.list_block
{
	border: solid 1px #999;
	border-right: none;
	border-bottom: none;
}

.list_title_td
{
	text-align: center;
	text-weight: bold;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

.row_td
{
	width: 95px;
	vertical-align: top;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	line-height: 1.1em;
}

.row_td a
{
	padding: 5px 0;
	display: block;
	width: 100%;
}

.date_td
{
	text-align: center;
	background-color: #ccc;
}

.event_td
{
	height: 80px;
	text-align: left;
	color: #000;
}

.sunday_td
{
	color: #FF0000;
}

.saturday_td
{
	color: #0000FF;
}

.selected_td
{
	background-color: #ccffcc;
}





.main_td
{
	vertical-align: top;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	line-height: 1em;
}

.main_td a
{
	padding: 0 0;
	display: block;
	width: 100%;
}

.closed_td
{
	background-color: #999;
}

.scheduled_td
{
	background-color: #ffccdd;
}

.scheduled_td_cash
{
	background-color: #0000ff;
}

.reserved_td
{
	background-color: #ff1111;
}

.non-underline
{
	text-decoration: none;
}


#reserve_calendar
{
	width: 100%;
}
#reserve_calendar td
{
	height: 20px;
}
#reserve_calendar td.main_th
{
	width: 150px;
}

