	
h4 {
	text-indent: 0;
	margin: 0;
	padding: 0;
	font-size: 120%;
	width: 100%;
}

table#event_calendar {
	width: 90%;
	font-size: 0.8em;
	color: #666666;
	border: none;
	background-color: transparent;
}

table#event_calendar th {
	border: none;
	padding: 0 0.5em 0 0;
	text-align: right;
	width: 3em;
}

table#event_calendar td {
	border: none;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	font-size: 90%;
	width: 20em;
}

table.event {
	margin: 10px;
	padding: 0;
	background-color: transparent;
	background-position: 150px -20px;
	background-repeat: no-repeat;
	border: none;
}

	table.event th, table.event td {
		background-color: transparent;
		border: none;
	}

	table.event th {
		text-align: left;
		line-height: 30px;
	}

	table.event th img {
		display: inline;
		float: left;
	}

