/* events page */

/* import css2 styles */
@import url(events2.css);

div#eventstext {
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
}
	
div#eventsbox {
	/* contains all events */
	text-align: left;
}

tr.event {
	text-align: left;
}

div.event_divider {
	height: 10px;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}	

td.event h3 {
	/* event heading */
	margin-top: 0;
	margin-bottom: 5px;
}

/* added for icons */

td.event_icon {
	width: 150px;
}

td.event_space {
	width: 10px;
}

td.event_text {
}

td.event_text h3 {
	margin-top: 0;
}