@CHARSET "UTF-8";
 
.title {
	/*font-size: 12pt;*/
	font-weight: bold;
	margin-bottom: 10px;
	
}

.newsPanel .title {
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 10px;
}

.introduction {
	font-size: 80%;
	margin-bottom: 10px;
}

.item
{
	border-bottom: 1px dotted #FFFFFF;
}

.item .introduction {
	font-weight: bold;
}

.content {
	margin-bottom: 10px;
}

.seeded {
	border-style: dotted;
	border-width: 1px;
}

.created {
	float: left;	
}

.modified {
	float: left;
}

.seeded, .item {
	margin-bottom: 10px;
}

.categories {
	margin-bottom: 4px;
	height: 33px;
	padding-left: 23px;
}

.pager {
	margin-bottom: 10px;
}

.categoryActive {
	height: 23px;
	width: 95px;
	/*padding: 3px;*/
	padding-top: 10px;
	float: left;
	margin-right: 9px;
	/*background-color: #B9152D;*/
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: center;
}

.categoryActive a {
	color: #f98822;
}

.categoryInactive {
	height: 23px;
	width: 95px;
	/*padding: 3px;*/
	padding-top: 10px;
	float: left;
	margin-right: 9px;
	/*background-color: #006794;*/
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: center;
}

.categoryInactive a {
	color: white;
}