/**
 * Default CSS for the event module (events.css contained in the project will be used instead if it exists)
 */

/*
 * Default styling for InformationTable
 */
#InformationTable {
	padding:5px;
}
	#InformationTable caption {
		font-size:1.5em;
	}
	#InformationTable tr th {
		font-size:1.4em;
		font-weight:bold;
		line-height:3em;
	}
	#InformationTable tr {
		line-height:2em;
	}
	#InformationTable tr td {
		font-size:1.2em;
	}
		#InformationTable tr td.price,
		#InformationTable tr td.left {
			font-weight:bold;
		}

/*
 * Default styling for EventList
 */	
#EventList h2 {
	font-size:1.5em;
	margin-bottom:1em;
}
#EventList ul li {
	padding:5px;
}
	#EventList ul li h4 {
		font-size:1.2em;
	}
		#EventList ul li h4 a {
			line-height:2em;
		}
			#EventList ul li h4 a:hover {
				text-decoration:none;
			}
	#EventList ul li p {
		font-size:1.1em;
	}