.bookingButton {
	font-weight:normal;
	border-style:outset;
	border-width:1px;
}
.controlsTable {
	border-style:solid;
	border-width:thin;
	border-top-style:none;
}
.elementTable {
	border-style:solid;
	border-width:medium;
	border-top-style:none;
	background-color:#FFFFFF !important;
	color:#000000 !important;
	font-weight:normal;
}

.clickable {
    cursor: hand;
    cursor: pointer;
}
.unclickable {
	cursor: default;
}

.blockHeader {
	color: black !important;	
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0.25em;
}

.pageHeader {
    color: black !important;
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
	}

.colHeader {
	font-weight: normal; 
	text-decoration: underline;
	text-align: center;
}

.calendar {
	border-style: solid; 
	border-width: 1px;
}