/* General */

.clear {
	clear:  both;
}

/* Title */

#titlebar {
	font-size: larger;
}

/* Info Table */

td.infotag {
	font-weight: bold; 
	border-right: 1em solid;
	border-color: transparent; 
}

/* Upcoming Events */

h4#nextheader {
	color: #c00;
	background-color: inherit;
	font-size: 150%;
}
div#next {
	margin-bottom: 2em;
}
div#next div.speaker {
	font-weight: bold; 
	font-size: larger;
	margin-bottom: 0.5em;
	border-top: 0.5em solid;
	border-color: transparent;
}
div#next div.title {
	font-weight: bold; 
	font-size: larger;
	margin-bottom: 0.5em;
}
div#next span.abstracttag {
	font-weight: bold;
}
div#next div.abstract {
	
}
div#next img.poster {
	float: left;
	border: 2px solid gray;
	margin: 6px 12px 6px 0px;
}

/* Past Events */

h4#pastheader, h4#futureheader {
	margin-top: 2em;
	margin-bottom: 0em;
	font-size: 150%;
}
div.talk {
	margin-bottom: 1em;
}
div.talk div.speaker {
	font-weight: bold; 
	font-size: larger;
	margin-bottom: 0.5em;
	border-top: 0.5em solid;
	border-color: transparent;
}
div.talk div.title {
	font-weight: bold; 
	font-size: larger;
	margin-bottom: 0.5em;	
}
div.talk span.abstracttag {
	font-weight: bold;
}
div.talk div.abstract {
	
}
div.talk img.poster {
	float: left;
	border: 2px solid gray;
	margin: 6px 12px 6px 0px;
}
