/**
 * Graceland CMS
 * Version 14.04
 * Copyright 2007-2014 by ISN GmbH, Halle, Germany
 * http://www.isn-systems.com
 *
 * Module: /plugins/article/css/article.css
 * Source: local
 * Mime-Type: text/css
 * Last update: 2024-08-23 15:09:21
 */

.glArticleList, .glPressList, .glEventsList, .glArticle {
	margin: 0 0 10px 0;
	display: block;
	min-height: 5em;
}

.glArticle2 ul {
	margin: 0 5px 0 0px;
	padding: 0 0 0 20px;
}
.glArticleList ul, .glArticleList ol, .glPressList ul, .glPressList ol, .glMediaList ol, .glMediaList ul, .glEventsList ol, .glArticleYearNav ul {
	margin: 0 0 5px 0;
	padding: 0;
}

.glArticleList li, .glPressList li, .glMediaList li, .glArticleYearNav li, .glPressListMedia li, .glEventsList li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.glArticleList li, .glPressList li {
	margin: 0 0 0.5em 0;
}

.glMediaList li, .glPressListMedia li {
	margin: 0;
	border: 0;
}

.glArticleYearNav li {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1em;
}

.glMediaList li {
	margin: 0;
}

.glArticleListFirst {
	padding-top: 0 !important;
	border-top: 0 !important;
}

.glArticleList h3, .glArticleList h3 a, div.glArticleList h3, .glMediaList h3, .glMediaList a {
	text-decoration: none;
}

.glMediaList {
	margin: 2em 0 0 0;
	padding: 2px;
}

.glMediaList h3 {
	margin: 0.5em 0;
	padding: 5px;
	margin: 0;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3em;
}

.glArticleList a span, .glPressList a span {
	color: #666;
	text-decoration: none;
}

.glArticleList a:hover,
.glArticleList a:hover span,
.glPressList a:hover,
.glPressList a:hover span {
	text-decoration: underline;
}

.glArticleListImage {
	float: left;
	text-align: left;
	margin: 0 10px 10px 0 !important;
}

.glArticleListImage img {
	border: 1px solid #666;
	float: left;
	border-image: initial;
}

.glArticleListImage a {
	display:block;
	overflow:hidden;
	position:relative;
}

.glArticleListSource {
	font-weight: bold;
}

.glArticleList p {
}

.glArticleListMore {
	clear: both;
	height: 1.5em;
}

.glArticleListMore a {
	float: right;
}

.glArticleLinks {
	background: #eee;
	float: right;
}

.glArticleYearNav {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.glArticleYearNav ul {
}

.glArticleYearNav ul li {
	float: left;
	display: block;
	margin: 0 1em 0 0;
}

.glArticleYearNav ul li.selected, .glArticleYearNav ul li.selected a {
	font-weight: bold !important;
	color: #C60 !important;
}

.glArticleSource {
	font-weight: bold;
}


.glAwards .glArticleList li {
	height: 80px !important;
}

.glAwards .glArticleList ol li {
	clear: both;
}

.glJobList h3, .glJobList h4 {
		margin: 0 0 0 0;
}

.glJobList ul {
}

.glJobList li {
	list-style-type: circle;
	margin: 0 0 5px 2em;
	padding: 0;
	clear: left;
}

.glArticleIntro {
		display: block;
		margin: 0 0 1em 0;
}