

/* News List */

#newsList .odd {
	background-color: #EEEEEE;
}

#newsList .news-over {
	background-color: #DDDDDD;
	cursor: pointer;
	cursor: hand;
}

.news-item {
	padding: 0.5em;
	clear: both;
}

.news-item .title {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.3em;
	position: relative;
}

.news-item .date {
	float: left;
}

.news-item .weight {
	float: right;
}

/* Highlighted */

#newsList .highlighted-even {
	background-color: #FF6666 !important;
}

#newsList .highlighted-odd {
	background-color: #FF3333 !important;
}

/* Footer Bar */

.news-footer-label {
	font-weight: bold !important;
}
