
.PCSG_News_List .entry,
.PCSG_News_Entry .entry {
	margin-top: 10px;
	padding: 10px;
	/*background-color: #814646;*/
	border-color: #3B3F49;
	border-style: solid;
	border-width: 1px 1px 1px 5px;


	background-color: #000;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.PCSG_News_List .entry h2 {
	margin-bottom: 5px;
	font-weight: bold;
}

.PCSG_News_List .entry h2 a {
	font-weight: bold;
	font-size: 14px;
}

.PCSG_News_List .date,
.PCSG_News_Entry .date {
	color: #666644;
	display: block;
	margin-bottom: 10px;
}

.PCSG_News_List .short,
.PCSG_News_Entry .short	 {
	font-style: italic;
}

.PCSG_News_List .link {
	float: right;
	clear: both;
	display: block;
}

/* Blättern */
.PCSG_News_List .sheets {
	padding: 3px;
	margin	: 3px;
	text-align:center;
}

.PCSG_News_List .sheets a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #949490;
	text-decoration: none;
	color: #5A5A43;
	line-height:24px;
	font-size:10px;
}

.PCSG_News_List .sheets a:hover,
.PCSG_News_List	.sheets a.active {
	border:1px solid #816464;
	color: #fff !important;
	background-color: #814646 !important;
}

.PCSG_News_List .sheets span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #816464;
	font-weight: bold;
	background-color: #814646;
	color: #FFF;
	top: 1px;
	position:relative;
}

.PCSG_News_List .sheets span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}
