
.table.calendar {border: 1px solid #000000; border-collapse: collapse; color: #000000; background: #FFFFFF; } 
.today { border: 1px solid white; color: #000000; background: #EFEFEF; font-weight: bold;} 
.monthdays {
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
} 
.nonmonthdays { border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; color: #000000; background: #EFEFEF;}
.booked { border: 1px solid white; color: #333333; background: #F9607A;} 
.sundays { border: 1px solid white; color: #000000; background: #CCCCCC;}
.arrival { border: 1px solid white; color: #000000; background: #66FF33;}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.logo {
    /* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #56B7E8 0%, #021857 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #56B7E8 0%, #021857 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #56B7E8 0%, #021857 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #56B7E8), color-stop(1, #021857));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #56B7E8 0%, #021857 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #56B7E8 0%, #021857 100%);
	font-size: 14pt;
	color: white;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;

}
.month {
	font-style: normal;
	font-weight: bold;

}
.bookNow {
	background-color: #99FF99;
}
.taken {
	background-color: #CCCCCC;
}
.days {
	background-color: #99FF99;
	font-weight: bold;
}
.accOverview {
	margin: 50px;
}
