div#thumbnail table{table-layout:fixed;}
div#thumbnail table td{
	width:51px; 
	height:44px; 
	border:1px solid;
}
div#thumbnail table td img{
	width:51px; 
	height:29px; 
	text-align:center;
	display:block;
}
div#thumbnail table td span.reserved, div#thumbnail table td span.available{
	width:auto;
	height:15px;
	text-align:center;
	display:block;
}
div#thumbnail a:link {color: #c6d4c0; text-decoration: none}     /* unvisited link */
div#thumbnail a:visited {color: #c6d4c0; text-decoration: none; /*
letter-spacing: 0px;
*/}
div#thumbnail a:hover {color: #c6d4c0; text-decoration: none}   /* mouse over link */
div#thumbnail a:active {color: #c6d4c0; text-decoration: none}   /* selected link */

div#thumbnail span.reserved{
	background-color:#ff0000;
	color:#000000;
}
div#thumbnail span.available{
	background-color:#c2dadf;
	color:#FFFFFF;
}


div#dates{width:500px; margin:15px auto;}
div#dates table{table-layout:auto; width:100%;}
div#dates table td{
	padding:10px;
}
div#dates table td span{font-style:italic; font-size:smaller;}


img#map{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:500px;
	height:511px;
}

.empty{background-color:#F5F5F5;}
img#title_search{width:302px; height:43px;}
