@charset "utf-8";
/* CSS Document */

#news_items {

	}
	
	
.news_summary {
	margin: 9px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 9px;
	}
	
	.news_summary .date {
		font-size: 10px;
		color: #999;
		}
		
	.news_summary .summary {
		margin: 9px 0;
		}
		
/* [ News Article ] */

#news_article .date {
	color: #777;
	}
	
#news_article .article_body {
	margin: 18px 0;
	}
		
/* [ Pagination ] */
.pagination {
	padding: 0;
	margin: 20px 0;
	color: #777;
	cursor: default;
	font-size: 11px;
	}
	
	.page_buttons {
		margin: 5px -10px;
		position: relative;
		min-height: 1px;
		}
		
	* html .page_buttons {
		height: 1px;
		}
		
	.pagination a {
		border: 1px solid #ccc;
		padding: 0 3px;
		color: #666;
		margin: 0 2px;
		line-height: 16px;
		display:block;
		float: left;
		text-transform: uppercase;
		}
		
	.pagination a:hover
	 {
		color: #fff;
		background: #0047b6;
		border: 1px solid #0047b6;
		text-decoration: none;
		}
		
	.pagination a.selected,
	.pagination a.selected:hover {
		color: #fff;
		border: 1px solid #0047b6;
		background: #0047b6;
		}
		
	.pagination .nav {
		font-size: 10px;
		margin: 0 10px;
		}
		
	.pagination .disabled,
	.pagination a.disabled:hover {
		color: #ccc;
		border: 1px solid #eee;
		background: none;
		font-size: 10px;
		margin: 0 10px;
		}
		
	.pageSeparator {
		color: #666;
		float: left;
		margin: 0 5px;	
		}		