table{
	border-spacing:0px;
}

#calendar{
	width:100%;
	font-size: .9em;
}

#calendar td{
	text-align:center;
	
	border: 0 1px 0 1px solid black;
	height:20px;
	line-height: 2.0em;
}

#calendar th{
	width:25%;
}

#calendar tr{
	height:20px;
}

.room_name{
	font-size: .9em;
}

.date_title{
	text-align:center;
}

td{
	border-color:#3e3e3e;
}

td.rate, td.free{
	color:black;
	
	border-style:solid;
	border-width:1px;
	height:20px;
}

td.booked, td.blocked{
	/*background-color:#14506a;*/
	background-color:#05311e;
	color:white;
	
	border-style:solid;
	border-width:1px;
	height:20px;
}

.legend_text{
	width:100px;
	padding-right:10px;
	text-align:right;
}

.buttonSet{
	text-align:center;
	margin: 0 auto;
}

.avaliability_controls{
	display:inline;
}

.avaliability_controls select{
	width:100px;
	margin-right:10px;
}

.buttons{
	display:inline;
}

.calendar-select{
	width:auto;
}

.page-controls{
	float:right; 
	margin-bottom:10px;
}

.date-select{
	margin-bottom:8px;
}
