/**
 * News - Latest view
 */
div.newsLatestSci {
	font-weight: bold;
}


/**
 * News - Ticker Scientific
 */
div.newsTickerSci {
	background: transparent url(../img/news_ticker_bg_home_sci.gif) top left no-repeat;
	height: 84px;
}
div.newsTickerSci div.csc-header,
div.newsTickerSci div.articles {
	float: left;
}
div.newsTickerSci div.csc-header {
	padding: 0 15px 0 0;
}
div.newsTickerSci div.articles {
	width: 200px;
}
div.newsTickerSci div.csc-header h3 {
	text-decoration: none;
	color: #333333;
	margin: 0;
}
div.newsTickerSci ul {
	position: relative;
}
div.newsTickerSci ul li {
	background-image: url(../../templates/img/secondaryNavigation_2_bullet.gif);
	font-weight: bold;
}
div.newsTickerSci ul li a span {
	display: none;
}

/**
 * News - Ticker (Active)
 */
div.newsTickerActive {
	background: transparent url(../img/news_ticker_bg_home_sci.gif) top left no-repeat;
	height: 84px;
}
div.newsTickerActive ul li {
	position: absolute;
	top: 5px;
	left: 0;
	background-image: none;
	line-height: 50%;
	padding: 3px 0px 0px 0px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 95%;
}
div.newsTickerActive ul li a {
	color: #333333;
}