a {
	text-decoration: none;
	color: #000000;
}

.seminarsTable, .futureSeminarsTable {
	width: 100%;
	border: none;
	background-color: #ffffff;
	margin: 0;
	margin-bottom: 10px;
}

.futureSeminarsTable {
	border: none;
	background-color: #ffffff;
}

.seminarsTable td, .seminarsTable th, .futureSeminarsTable td, .futureSeminarsTable th {
	vertical-align: top;
}

.seminarsTable th img, .futureSeminarsTable th img {
	margin: 0 5px 0 0;
}

.seminarTitle {
        right: 0;
        background-color: #ffffff;
        font-weight: bold;
        color: #000000;
	padding: 2px 5px;
	font-size: 130%;
	border-bottom: 1px solid #000000;
}

.futureSeminarsTable .seminarTitle {
	background-color: #333333;
}

.label {
	width: auto;
	text-align: left;
	font-weight: normal;
	color: #666666;
	white-space: pre;
}

.speakers, .files, .links, .venueDateTime, .venue, .date, .time, .category {
	
}

.speakers ol {
	margin-top: 0;
	margin-bottom: 0;
}

.abstract, .abstractContent {
	font-style: italic;
}

.abstractContent {
}

ul {
	margin: 0 auto;
}

.references ol {
	margin-top: 0;
	margin-bottom: 0;
}

.abstractContent, .referencesContent {
	border-top: 1px dashed #000000;
}

.abstractContent, .expandedSpeakers, .referencesContent {
	position: static;
	visibility: visible;
	height: auto;
}

.print, .hiddenWhenPrinted, .filterForm, .showAbstract, .simpleSpeakers, .showReferences, .files, .links {
	position: absolute;
	visibility: hidden;
	height: 0;
}

.details {
	font-size: 80%;
	font-style: normal;
}

