.downloads_container {
	background-color: #ececec;
	padding: 8px;
	margin-bottom: 5px;
	position: relative;
	width: 729px;
}

#event_selector {
	background-color: #dedede;
	padding: 8px;
	margin-bottom: 5px;
	position: relative;
	width: 729px;
}

a.event_link:link, a.event_link:visited, a.event_link:active {
	text-decoration: none;
	font-weight: bold;
	color: #14a793;
}

a.event_link:hover {
	text-decoration: unerline;
	font-weight: bold;
	color: #17cbb3;
}

.year_topic {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 12px 0;
}

.chosen_event {
	color: #000;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.category_topic {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 0 0;
}

.category_sub_topic {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	margin: 0 0 12px 0;
}

.no_downloads {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 10px 0;
	text-align: center;
}

.download_image {
	float: left;
	margin: 0 10px 10px 0;
}
