@CHARSET "UTF-8";

.PCSG_Search .form {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
}

.PCSG_Search input {
	padding: 2px;
	font-size: 0-9em;
	border: 1px solid #474543;	
}

.PCSG_Search .submit {
	cursor: pointer;
	background-color: #fff;
}

.PCSG_Search .search {
	width: 200px;	
}

.PCSG_Search .message {
	margin: 10px 0 20px 0;
	padding: 2px 10px;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px 5px 1px 5px;
	float: left;
	clear: both;
}
	
.PCSG_Search .entry {
	margin-top: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
}

.PCSG_Search .entry h2 {
	margin-bottom: 5px;
}


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

.PCSG_Search .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_Search .sheets a:hover, 
.PCSG_Search	.sheets a.active {
	border:1px solid #816464;
	color: #fff !important;
	background-color: #814646 !important;
}

.PCSG_Search .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_Search .sheets span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}

