/*
* Author: 		Trevor Morris, Creation Design & Marketing
* Contact:		trevor@creation.uk.com, leigh@creation.uk.com
* Version:		0.5
* Created:		06/03/2008
* Notes:		CSS specific to the meetings section
--------------------------------------------------------------------------------------------------*/
body.meetings h2#page-heading {
	background-position: -240px 0;
}
body.meetings #meetings {
	padding-top: 0;
}


#meetings table {
	width: 100%;
	margin-bottom: 35px;
}
	#meetings table th {
		padding: 0 2px;
		border-bottom: 1px solid #ccc;
	}
	#meetings table th.date {
		width: 130px;
	}
	#meetings th.speaker {
		padding: 0 15px;
	}
	
	#meetings tr {}
		#meetings tr td {
			padding: 5px 2px;
			vertical-align: top;
			border-bottom: 1px solid #ccc;
		}
		#meetings tr td.summary {
			padding-left: 15px; padding-right: 15px;
			color: #000;
			background-color: #EBF1E2;
		}
		#meetings tr h3,
		#meetings tr p {
			margin: 0;
			color: #000;
		}
		#meetings tr abbr.dtstart {
			color: #693;
		}
		