﻿
/* 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;
}

.NEWS_YearsDropDown {
    width:50px;    
}

.NEWS_ArticlesDropDown {
 	  
}

.NEWS_ListLink {
    width:150px;
    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_HomePreview {  }

.NEWS_HomeHeading {  }

div.NEWS_HomeHeading a {
	text-decoration: none;
	color: #fff;
}

div.NEWS_HomeHeading a:hover {
	text-decoration: underline;
}

.NEWS_Date { display: block; }

.NEWS_HomeBody {  }

.NEWS_HomeScroller
{
   /* overflow: auto;
	overflow-x: hidden;
    height: 300px;*/
	margin: 0;
}

.NEWS_HomeScroller ul
{
   /* position: absolute; needed for vticker only */
    margin: 0;
    padding: 0;
}

.NEWS_HomeScroller 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;
}

xxx.NEWS_PDF {  /* screws up the auto scroller :( */
	background: url(/news/images/icon-PDF.png) 0 0 no-repeat;
	display: block;
	padding: 2px 0 2px 20px;
	font-size: 10px;
}

table.form-table.ie7fix td:first-child { width: 1px; } /* for ie7 news module page. */

select#sArticles { width: 750px; }