a img {
	border: none;
}
.seminarsTable, .futureSeminarsTable {
	width: 100%;
	border: none;
	background-color: #ffffff;
	margin: 0;
	margin-bottom: 10px;
	font-size: 80%;
	border: 1px dashed #cccccc;
	table-layout: auto;
}

.seminarsTable td, .seminarsTable th, .futureSeminarsTable td, .futureSeminarsTable th {
	vertical-align: top;
	width: 0px;
}

.seminarsTable th, .futureSeminarsTable th {
	width: 13%;
}

.seminarsTable td, .futureSeminarsTable td {
	width: 87%;
}

.seminarsTable th img, .futureSeminarsTable th img {
	margin: 0 5px 0 0;
	vertical-align: top;
}

.seminarTitle {
        right: 0;
        background-color: #003399;
        font-weight: bold;
        color: #ffffff;
	padding: 2px 100px 2px 5px;
	font-size: 130%;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
}

.futureSeminarsTable .seminarTitle {
	background-color: #e05800;
	color: #ffffff;
}

.seminarTitle a {
	color: #ffffff;
}

.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;
}

.references ol {
	margin-top: 0;
	margin-bottom: 0;
}

.abstractContent, .referencesContent {
	border-top: 1px dashed #000000;
}

.abstractContent, .expandedSpeakers, .referencesContent {
	position: absolute;
	visibility: hidden;
	height: 0;
}

.filterForm {
	text-align: right;
	margin: 10px 0;
}

.filterForm, .filterForm select, .filterForm input {
	font-size: 80%;
}

.print {
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 80%;
}

.print img {
	margin: 0 2px 0 10px;
	vertical-align: bottom;
}

.details {
	font-size: 80%;
	font-style: normal;
}


