/******************************
 Events
*******************************/


.event-list .date {
	vertical-align: top;
	padding-right: 20px;
}

.event-list .category {
	font-style: italic;
	font-size: 0.9em;
}

.event-list thead th,
.event-list td {
	padding: 2px 5px;
}

.event-list td {
	padding-bottom: 10px;
	background-color: #f3f0f0;
	vertical-align: top;
}

.event-list .title {
	/*text-decoration: italic;*/
}

.event-list thead th {
	text-align: left;
}

.event-list thead {
	background-color: #ccc;
}

table.event-info td{ 
	padding: 3px 10px 3px 3px;
	background: #f3f0f0;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin: 5px 0 0 20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
}

.news-single-item h5, .news-single-item .news-single-category {
	margin: 0 0 15px 0;
}




