﻿
/* News page */

.article-image {margin-bottom: 40px;text-align: center;background-blend-mode: color-dodge;background-size: cover !important;background-position: center !important;padding:  20px; position:relative;}
.article-image img {max-height: 400px;}
.image-credit {font-size: .8em; position:absolute; bottom: -20px; right: 5px;}

.NEWS_Image {
    float:right;
    padding-left:20px;
    padding-bottom:10px;
}

.NEWS_dropdowns {
	margin-bottom: 1em;
}

.NEWS_dropdowns a {
	font-size: .8em;
	/*padding: .1em .5em;
	border: 1px solid #333;
	display: inline-block;*/ white-space: nowrap; /*text-decoration: none; background: #fff;*/
}

.NEWS_YearsDropDown {
    width: 10%;  
}

.NEWS_ArticlesDropDown {
 	  
}

.NEWS_ListLink {
    width:10%;
    text-align:right;
}

.NEWS_subtitle {
	font-size: .8em;
    margin: 0;
} 
.NEWS_Article {
	overflow: hidden;
	text-align:justify;
    font-size: 1.2em;
    margin-bottom: 1em;
}





/* Homepage widget */

div.news-widget-heading a {
	text-decoration: none;
	color: #fff;
}

div.news-widget-heading a:hover {
	text-decoration: underline;
}

.NEWS_Date { display: none; }

.news-widget-body { /*padding: 20px;*/ }

.news-widget-inner
{
    overflow: auto;
	overflow-x: hidden;
    height: 300px;
	margin: 0;
}

.news-widget-inner ul
{
    /*position: absolute;*/
    margin: 0;
    padding: 0;
}

.news-widget-inner ul li
{
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
	background: none;
}


/* BOTH News page and Homepage widget */

.NEWS_Title {
	/*font-size: 1.15em;*/
}

.pnlPDF a {  
	background: url(/news/images/icon-PDF.png) no-repeat;
	min-height: 16px;
	display: block;
	padding-left: 22px;
	font-size: .9em;
	word-break: break-all;
	margin-top: .5em;
}

table.form-table.ie7fix td:first-child { width: 1px; } /* for ie7 news module page. */