/* CSS Document */
.cal_title{ margin-bottom: 20px ; }
table{ margin-top: 20px ; }
table .blank{ background: #eee ; height: 20px ; color: #fff; font-weight: 600 ;}
table .days { background: #0C1C8C ; color: #fff; font-weight: 600 ; height: 20px ; text-align: center ;}
table .days_booked { background: #EF2B2D ; color: #fff; font-weight: 600 ; height: 20px ; text-align: center ;}

#booking-key ul
{
	padding: 10px 0 10px 0 ;
	list-style: none ;
}
#booking-key .red
{
	background-color: #0C1C8C ;
	float: left ;
	width: 15px ;
}
#booking-key .dblue
{
	background-color: #EF2B2D ;
	float: left ;
	width: 15px ;
}