

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

td.hour {
	width: 40px;
	text-align:center;
}

td.hour div {
}

td.radio {
	width: 80px;
	text-align:center;
}

td.reserve {
	width: 80px;
}

table#reservations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
}

table.reserv caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table.reserv a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.reserv a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table#reservations tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.reserv tr th a:hover {
	color: #fff;
	background: #369;
}

table.reserv thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.reserv tfoot tr th, table.reserv tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.reserv tfoot tr th {
	width: 20%;
}

table.reserv tfoot tr td {
	width: 80%;
}

table#reservations td, table.reserv th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	//vertical-align: top;
	//width: 20%;
}

table#reservations tr.odd td {
	background: #efefef;
}