@charset "utf-8";
/* CSS Document */

.available
{
	background-color: #eeeeee;
	height: 25px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.available a
{
}

.not_available
{
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border: 1px solid #eeeeee;
}

.not_available a
{
}

.selected_date
{
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border: 1px solid #FF0000;
}

.head1 td
{
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #353535;
}

.head2 td
{
	font-weight: bold;
	color: #FF0000;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	width: 28px;
}