/*
** Latest News Item Panel (e.g. Home Page)
*/
div.news.latest h1, div.news.latest h2, div.news.latest h3,
div.news.latest h4, div.news.latest h5, div.news.latest h6
{
	margin: 0 0 2px 0;
}
div.news.latest a.synopsis
{
	color: #666;
	display: block;
	font-style: italic;
	text-decoration: none;
}
div.news.latest a.synopsis:hover
{
	text-decoration: underline;
}
div.news.latest a.moreNews
{
	background-image: url(/UI/Css/Images/MoreArrow.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	color: #88bb22;
	display: block;
	margin-top: 7px;
	padding: 0 27px 0 0;
	text-align: right;
	text-decoration: none;
}
div.news.latest a.moreNews:hover
{
	color: #404040;
	background-image: url(/UI/Css/Images/MoreArrowHover.gif);
}


/*
** Latest News (Summary)
*/
div.newsList div.newsItem
{
	margin: 20px 0 0 0;
}
div.newsList div.target
{
	margin: 7px 0 0 0;
}
div.newsList div.source
{
	margin: 7px 0 0 0;
}
div.newsList div.date
{
	margin: 7px 0 0 0;
}
div.newsList h1.headline, div.newsList h2.headline,
div.newsList h2.headline, div.newsList h4.headline,
div.newsList h5.headline, div.newsList h6.headline
{
	font-size: 14px;
	margin-top: 5px;
}
div.newsList div.separator
{
	margin-bottom: 15px !important;
}


/*
** News Archive
*/
div.nifContainer
{
	margin: 7px 0 0 0;
}
div#nif
{
	position: relative;
	height: 110px;
}
table#nifForm
{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
div#nifHideArchived
{
	position: absolute;
	top: 15px;
	left: 330px;
}
div#nifButtons
{
	position: absolute;
	top: 60px;
	left: 370px;
}


table.newsItemGrid td.colActive
{
	text-align: center;
	width: 70px;
}
table.newsItemGrid td.colHeadline
{
	text-align: left;
	width: 315px;
}
table.newsItemGrid td.colDate
{
	text-align: left;
	width: 70px;
}


