
/* *********************
	Art List
********************* */

.articlelist {
	padding-top: 20px;
	/* width: 75%; */
	width: 82%;
	/* max-width: 730px; */
}

.articlelist a {
	color: #435962;
}
.articlelist a:hover {
	color: #273439;
}


.articlelist .cell_main_subtitle {
	
}

.cell_article_gallery {
	padding-top: 40px;
	padding-bottom: 15px;
	/* display: none; */
}
.cell_article_gallery:empty {
	display: none;
}

.cell_article_gallery img {
	width: 100%;
	/* max-width: 650px; */
	max-width: 729px;
}

.cell_article_gallery_imgdescr {
	color: #666666;
	font-style: italic;
	padding-bottom: 15px;
	padding-top: 5px;
}
.cell_article_gallery_imgdescr:empty {
	display: none;
}

.cell_news_display_files {
	padding-top: 15px;
}



.cell_news_display_files {
	padding-top: 40px;
}

.cell_news_display_files .download {
	padding-top: 5px;
}
.cell_news_display_files .download a {


}








.cell_article_leadin {
	font-size: 22px;
	padding-bottom: 15px;
}
.cell_article_leadin:empty {
	display: none;
}

.cell_article_text {
	/* font-size: 22px; */
}



/* *********************
	Art Detail
********************* */

.art_detail_leadin {
	width: 65%;
	padding-bottom: 40px;
}

.art_detail_gallery {
	
}

.art_detail_gallery img {
	max-width: 580px;
}

.art_detail_text {
	width: 65%;
	padding-top: 40px;
}



.art_detail_files {
	
}
.art_detail_files div {
	padding-top: 25px;
}
.art_detail_files div a {
	font-size: 18px;
	font-weight: bold;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	/* display: block; */
	color: white;
	background-color: #005192;
}
.art_detail_files div a:hover {
	color: #AEC8DC;
}