/* don't indent the articles displayed in a list */
.newsplus-listing-article
{
	padding-left: 0 !important;
}

/* add an RSS icon to the RSS link */
.newsplus-rss-link
{
	background: url('feed-icon-14x14.png') left top no-repeat;
	padding-left: 20px;
}

.newsplus-category-list li a.focus,
.newsplus-calendar-list li a.focus
{
	background-color: #DEDEDE;
	color: #0073AF !important;
	font-weight: bold;
}

/* style the latest news list the same whether it appears on the right or the left */
/*.newsplus-latest-news-list ul
{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 0 !important;
	margin-bottom: 12px !important;
	background: none !important;
}

.newsplus-latest-news-list ul li.group_name_lightgrey
{
	background-color: #686868 !important;
	border: 1px solid #686868 !important;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 6px;
}
.newsplus-latest-news-list ul li.group_name_orange
{
	background-color: #f5961e !important;
	border: 1px solid #f5961e !important;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 6px;
}
.newsplus-latest-news-list ul li.group_name_blue
{
	background-color: #0073af !important;
	border: 1px solid #0073af !important;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 6px;
}
.newsplus-latest-news-list ul li
{
	border-color: -moz-use-text-color #cccccc !important;
	border-left: 1px solid #cccccc !important;
	border-right: 1px solid #cccccc !important;
	border-style: none solid !important;
	border-width: medium 1px !important;
}
.newsplus-latest-news-list ul li a
{
	color: #333333 !important;
	display: block;
	padding: 4px 6px !important;
	background: transparent !important;
	min-height: 0 !important;
	text-align: left !important;
	font-size: 1em !important;
	margin: 0 !important;
}
.newsplus-latest-news-list ul li a:hover
{
	background-color: #dedede !important;
	color: #0073af !important;
}

.newsplus-latest-news-list ul li a.focus
{
	color: #0073AF !important;
	background-color: #dedede !important;
}*/

