/*
*
* INFORMATION
*
******************************************/
.article-information {
	color: #8f908f;
}
.article-information .abstract {
	color: #333 !important;
	margin: 20px 0 20px 0;
}
.download-as-pdf {
	margin: 10px 0 0 0;
}


/*
*
* LISTING
*
******************************************/
#news {

}
#news .list {
	border: solid 1px #175587;
	margin: 0;
	padding: 20px;
}
#news .list .paging {
	color: #666766;
	font-size: 11px;
	text-align: center;
}
#news .list .paging a {
	color: #0b84bd;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#news .list .results-information {
	color: #333333;
	margin: 0 0 10px 0;
}
#news .list ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#news .list ul li {
	margin: 0 !important;
}
#news .list ul li .abstract {
	color: #333;
	font-size: 12px;
	margin: 0 0 10px 0;
}
#news .list ul li.separator {
	font-size: 0 !important;
	height: 1px !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}
#news .list ul li .date {
	font-family: Arial, Sans-Serif !important;
	font-size: 11px !important;
	color: #8f908f !important;
}
#news .list ul li h3 {
	color: #0684bd !important;
	font-family: Arial, Sans-Serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	
}
#news .list ul li h3 a {
	font-size: 16px !important;
	font-weight: normal !important;
}
#news .list ul li a {
	color: #0684bd !important;
	font-size: 11px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
#news .list ul li a:hover {
	color: #003768 !important;
	text-decoration: none !important;
}


/*
*
* TABS
*
******************************************/
#news .tabs {
	height: 22px;
	margin: 10px 0 0 0;
}
#news .tabs .tab {
	float: left;
	height: 22px;
	margin: 0 1px 0 0 !important;
	text-align: center;
	width: 111px;
}
#news .tabs .tab div {
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}
#news .tabs .tab a {
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#news .tabs .tab a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
#news .tabs .selected {
	background-image: url(/Frontend/Images/news-tab-selected.gif);
	background-repeat: no-repeat;
}
#news .tabs .default {
	background-image: url(/Frontend/Images/news-tab-default.gif);
	background-repeat: no-repeat;
}




