.speaker-photo-wrapper {
	width:122px;
	padding:0;
	float: left;
	margin: 0 10px 10px 0;
}
.speaker-photo {
	border: 1px solid #999;
	margin: 0 0 10px 0;
	}
.register {
	float: right;
	margin: 0 0 10px 10px;
	}
.datetime {
        margin-top: -10px;
        color: #666;
        }
#eventtabs {
	width: 100%;
	border-bottom: 1px solid #000;
	height: 28px;
	}
#eventtabs ul {
	list-style: none;
	height: 28px;
	margin-left: -30px !important;
	margin-left: 10px;
	margin-bottom: 0 !important;
	margin-bottom: -5px;
	}
#eventtabs ul li {
	display: block;
	float: left;
	width: 11.8em !important;
	width: 12.8em;
	height: 19px;
	margin-right: 5px;
	padding: 5px;
	font: bold 16px 'Trebuchet MS',Trebuchet,'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	background: url(/images/eventtab-active-l.gif) top left no-repeat;
	}
#eventtabs ul li span {
	float: right;
	margin: -5px -5px 0 0;
	width: 7px;
	height: 29px;
	background: url('/images/eventtab-active-r.gif') top left no-repeat;
	}
#eventtabs ul li.inactive {
	height: 18px;
	background: url('/images/eventtab-inactive-l.gif') top left no-repeat;
	}
#eventtabs ul li.inactive span {
	height: 28px;
	background: url('/images/eventtab-inactive-r.gif') top left no-repeat;
	}
#eventtabs ul li.inactive a, #eventtabs ul li.inactive a:visited {
	color: #fff;
	}
#eventtabs ul li.inactive a:hover {
	color: #eee;
	}
#eventtabs ul li.inactive a:active {
	color: #fff;
	}
#eventspacer {
	clear: left;
	width: 100%;
	height: 10px;
	background-color: #efefef;
	margin: 0;
	}

.archiveTable {
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top:1em;
	}

.archiveTableEven {
	background-color: #e7eaee;
	}
