/* Start of CMSMS style sheet 'Module: News' */
/* Start News Ticker */

#news
{
	width: 450px;
}

#news h3 { margin-top: 0; }

#news #nav
{
	position: relative;
	z-index: 10;
	top: -1px;
	text-align: left;
	padding: 0;
	float: right;
}
#news .nav { margin: -31px 0 0 0; }

#news #nav a
{
	display: inline-block;
	margin: 0 0 0 -1px;
	height: 30px;
	width: 10px;
	padding: 0 7px 0 7px;
	text-decoration: none;
	color: #A09A8B;
	font-size: 1.6em;
	line-height: 1.3em;
	border: none;
}

#news #nav a:hover { color: #FFF; }

#news #nav a.activeSlide
{
	color: #A09A8B;
	background-color: #FFF;
	border-top: 1px #A09A8B solid;
	border-right: 1px #A09A8B solid;
	border-bottom: 1px #FFF solid;
	border-left: 1px #A09A8B solid;
}
#news #nav a:focus { outline: none; }
#news #output { text-align: left; }
#news img.right { margin: 0px 0px 8pt 8pt; }

div#news_ticker, div#community_news_ticker
{
	width: 450px;
	height: 180px;
	font-size: 14px;
	font-weight: normal;
	float: none;
}

div#community_news_ticker div
{
	background-image: url(uploads/images/home/news_pause_off.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}
div#community_news_ticker div:hover
{
	background-image: url(uploads/images/home/news_pause_on.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}

div#community_news_ticker div h3 { margin-top: 18px; }


div#news li a:hover { text-decoration: underline; }

div.NewsInfo { color: #A09A8B; }

/* END News Ticker */
/* End of 'Module: News' */

