/* CSS Document */

body {
	font-family:Georgia, Times, Times New Roman, serif;
	background-color:#2C2723;
}

p,ul{
	font-size:70%;
	font-family:Georgia, Times, Times New Roman, serif;
	line-height:170%;
	color:#555555;
}

h2{
	font-family:Georgia, Times, Times New Roman, serif;
	color:#555555;
	font-weight:normal;
	font-size:100%;
	line-height:150%;
	/* font-weight:bold; */
}

h3{
	font-family:Georgia, Times, Times New Roman, serif;
	color:#555555;
	font-weight:normal;
	font-size:80%;
	line-height:150%;
}

a:link {
	color:#00307F;
	text-decoration:none;
}

a:visited {
	color:#00307F;
	text-decoration:none;
}

a:hover {
	color:#921C36;
	text-decoration:underline;
}

a:active {
	color:#E11C36;
	text-decoration:none;
}


/* table-less layout

.container-outside{
	height:440px;
	top:100px;
	width:820px;
	background-color:#ffffff;
}

.container-menu{
	top:60px;
	height:440px;
	width:185px;
	background-color:#2C2723;

}

.container-centre{
	top:60px;
	height:440px;
	width:336px;
	background-color:#ffffff;

}

.container-right{
	top:60px;
	height:440px;
	width:299px;
	background-color:#ffffff;
}
*/

/*TABLE AVAILABILITY*/
/*===== ===========*/

.booked {
	background-color:#7FAFEA;
}

tr{
	/*font-size:75%;*/
	padding:5px;
}

.light-string {
	background-color:#e1dfcf;
}	

table.availability thead {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #2C2723;
}

table.availability td {
	font-size:75%;/**/
	padding:5px;
	padding: 0 11px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #fff;
		/*font-size:75%;*/
	font-weight:normal;
	text-align: center;

	/*background: #edecea;*/
}


