


/*
 * 
 *  	LIST - STARTPAGE
 * 
 * 
 */


.article h4 {
	font-size: 1.2em;
	margin: .2em 0 .4em 0;
}
.article_divider {
	height: 8px; line-height: 8px; font-size: 8px;
}

.newsarchive .article_divider {
	height: 9px; line-height: 9px; font-size: 9px;
	border-top: 1px solid #ccc;
	margin-top: 6px;
}


/*
 * 
 *  	LIST 
 * 
 * 
 */

.newsarchive {
	margin: 12px 0 10px 0;
}

.newsarchive .article h4 {
	font-size: 1.2em;
	margin: .2em 0 .4em 0;
}


/*
 * 
 *  	SINGLE 
 * 
 * 
 */

.news_single_date {
	margin: 0 0 12px 0;
	font-weight: bold;
}
.news_single_divider {
	height: 9px; line-height: 9px; font-size: 9px;
	border-top: 1px solid #ccc;
	margin-top: 6px;
}




/*
 * 
 *  	PAGEBROWSER
 * 
 * 
 */

.pagebrowser {
	
}
.pb_inact {
	font-weight: normal;
	font-size: 12px;
}
.pb_inact a {
	padding: 0 5px;
	color: #666;
	background-color: #efefef;
	text-decoration: none;
	
}
.pb_inact a:hover {
	background-color: #dedede;
	text-decoration: none;
}
.pb_act a {
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
	background-color: #305f8f;
	text-decoration: none;
}
.pb_act a:hover {
	text-decoration: none;
}
.pb_box p {
	float: left;
	padding: 2px 10px 0 0;
}
.pb_box strong {
	display: block;
	padding: 2px 0;
}
.pb_top {
	margin: 5px 00 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}