/*	BDC/events.css		DO NOT MOVE
 *						Modified 8 Nov 11
 *	style sheet for BDC picture tables and images
 *	Can sit at top level for use by all Event pages
*/
	/* over-ride background pic for events pages */
body {
	background: url('bkgplain.jpg') top left;
	}
h2 	{margin-left: 5%;}
/* ========================================================================
table {		superseded definition
		border:5px ridge red; background-color: #dddddd;
		margin-bottom: 10px;
		font-size: 13px;
		width: 80%;
	}
======================================================================== */
table	{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border: none;
	table-layout: fixed;
	font-size: 13px;
	}
td	{border: none; text-align:center;}
/* The following required for IE only */
table img {
		border: 0px;
	}
	img {
		border: 0px none;
	}
/* ========================================================================
 *	#single table {	not required, having centered all tables (above)
 *		width: 50px;
 *		}
======================================================================== /*
/*	home and back are duplicated in bdc.css, so could be different for year
	index pages and event pages if this becomes desirable later
	Still defined as per bdc.css in some events index files, so retain */
	#home {
		position: absolute;
		top: 10px; right: 2%;
	}
	#back {
		position: absolute;
		top: 20px; left: 20px;
	}