﻿
/* News page */

.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;
} 
.NEWS_Article {
	overflow: hidden;
	text-align:justify
}
.NEWS_Article a {
	text-decoration: none;
}
.NEWS_Article a:hover {
	text-decoration: underline;
}
.NEWS_Article img { padding: 0 0 10px 10px }

.NEWS_HomeContainer {
}


/* Homepage widget */

.news-widget-container {  }

.news-widget-heading {  }

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. */


.trans-button {
    padding: .4em 1em;
    border: .1em solid #000;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 1.1em;
    margin-top: .5em;
    background-color: transparent;
    vertical-align: middle;
    line-height:normal;
}
    .trans-button:hover {
        color: #fff;
        background-color: #000;
         text-decoration: none;
   }

