td {
	padding: 1px 4px;
}

.events {
	border-style: double;
	border-color: inherit;
	border-collapse: collapse;
/*	border: 1px solid black;*/
	text-align: center;
	margin-top: 2em;
}

.events th,
.events td {
	border: 1px solid;
}

.dateTag {
	display: none;
}

.entryDate {
	font-size: 0.8em;
	font-weight: bold;
}

.usefulLinks td {
	padding: 2px;
}

.usefulLinks td.linkInfo {
	width: 80%;
}

.usefulLinks td.linkRef {
	width: 20%;
	text-align: right;
}

.linkRefRight {
	width: 80%;
	margin-left: auto;
	margin-right: 0;
}

td.withPhotoLink {
	border-right: 0px;
}

td.photoLink {
	width: auto;
	border-left: 0px;
}

.photoLink img {
	display: block;
	float: right;
	padding: 0px;
	border: 0px;
}

.promiseCaption {
	font-size: 0.8em;
}

.cancelled {
	background-image: url(../Images/Cancelled.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}

table.centred {
	margin-left: auto;
	margin-right: auto;
}

td.padding10 {
	padding-left: 10px;
	padding-right: 10px;
}
