/* 
    Document   : detail
    Created on : 21-okt-2009, 9:41:21
    Author     : Arno
    Description:
        News details styles.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.news-item {
	margin: 0px 0px 15px;
}

div.news-item p {
	margin: 5px 0px !important;
}

div.news-item img {
	width: 80px;
	height: auto;
}

div.news-item h2 span.news-publishdate {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	white-space: nowrap;
}

div.news-pagination {
	margin: 6px 0px 10px;

	float: right;
}

div.news-pagination a,
div.news-pagination span {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

div.news-pagination span.disabled {
	color: #85B2F1;
}