@charset "UTF-8";


#time_table th {
	vertical-align: top;
}
#time_table .verAM th {
	vertical-align: middle;
	color: #000;
}
#time_table tr {
}
#time_table tr.fix-table td {
	background-color: #F4F2DD;
	color: #000;
}
#time_table tr td {
	background: none;
	text-align: center;
	background-color: #F9F9F9;
	color: #fff;
}
#time_table tr td span {
	background-color: #fff;
	color: #000;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
#time_table .full {
	background-color: #666;
}
#time_table .available {
	background-color: #BBE4FA;
	color: #f00;
}

.table01 th {
	padding:0;
}

table.table01 th.spacer {
width:1px;
height:15px;
padding:0 !important;
} 