/* css file for phpwcms phpbb3 integration:
 * standard comments view!
 *
*/
 @charset "UTF-8";

table.refferedpost {
	background: #FFFFB9 url("/img/symbols/klapp_zu.gif") no-repeat 5px 5px
		!important;
	padding-left: 25px;
}

table.refferedpost .postheader {
	background: #EDEDA7 !important;
}


div.comments_top {
	border-top: 1px solid #ccc;
	background: #FFFFFF url(images/shaded_silver_top.png) repeat-x scroll 0
		top;
	height: 20px;
}

.comments_top table,.comments_bottom table {
	width: 100%;
}

.comments_top .buttons a {
	font-weight: bold;
}

.comments_bottom {
	border-top: 3px dotted #ccc;
	border-bottom: 3px dotted #ccc;
	margin-bottom: 1em;
	margin-top: 2em;
}
#commentcontainer {
	opacity: 0.65;
}
 #commentcontainer:hover {
	opacity: 1.0;
}
#commentinner {
	margin-top: 20px;
	width: 90%;
	margin-left: 10%;
}


/*quick login form*/
form.headerspace fieldset {
	border: 0px;
	padding: 0px;
	margin-top: 1em;
}

form.headerspace fieldset label {
	font-weight: bold;
}

form.headerspace #username,form.headerspace #password {
	width: 180px;
}

input.button2 {
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

#commentform_container { /*display:none;*/
	
}

.commentform label {
	width: 140px;
	display: 
}

.commentform textarea {
	clear: both;
	width: 98%;
	height: 150px;
	margin-bottom: 10px;
}

.comment_preview { /*background-color:#F9FAFB;*/
	display: table;
	width: 98%;
	border: 1px solid #ccc;
	padding: 1%;
	margin-bottom: 1em;
}

table.previewheader {
	background-color: #F9FAFB;
	border-top: 1px solid #CCCCCC;
	font-size: 0.846em;
	width: 100%;
}

div.previewtext {
	padding: 10px 0px;
	padding-left: 20px !important;
}

.commentform table {
	border-collapse: collapse;
}

.commentform #comment_username,.commentform #comment_subject {
	width: 300px;
}

.commentform #comment_preview,.commentform #comment_submit {
	width: 120px;
	margin-right: 10px;
}

.commentform #comment_preview {
	font-weight: bold;
}

.commentform textarea {
	
}

.commentform {
	background-color: #F9FAFB;
	display: table;
	width: 98%;
	border: 1px solid #ccc;
	padding: 1%;
	margin-bottom: 1em;
}

/*errors and info messages*/
.commentform .formerror {
	background-color: #f0f0f0 !important;
	padding: 0.5em;
	font-weight: bold;
	margin-bottom: 4px;
}

.commentform .formerror p {
	background: url("/img/symbole/error.gif") no-repeat center left;
	padding-left: 25px;
	font-weight: bold;
}

div.phpbb_messages {
	background-color: #FEE16C;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 4px 0px;
}

.phpbb_messages p {
	background-repeat: no-repeat;
	padding-left: 25px;
}

.debug {
	background: url("/img/symbole/achtung.gif") no-repeat top left;
}

.info {
	background: url("/img/symbole/info.gif") no-repeat center left;
}

.warn {
	background: url("/img/symbole/achtung.gif") no-repeat center left;
}

.error {
	background: url("/img/symbole/error.gif") no-repeat center left;
}

.success {
	background: url("/img/symbole/valid.gif") no-repeat center left;
}

/*bbcodes*/
.commenttext blockquote div {
	font-style: italic;
}

cite {
	display: block;
	margin-left: 25px;
}

blockquote.uncited {
	padding-top: 25px;
}

blockquote {
	background: #FFFFF7 url(./images/quote.gif) no-repeat scroll 6px 8px;
	border: 1px solid #DBDBDB;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

/*2009-10-26 comment listing with divs and lists to speed things up */

div.comments {
	width: 100%;
	margin-top: 8px;
	font-size: 13px;
	/*border-collapse: collapse;*/ /*border-top: 2px dotted gray;*/
} 
 
 
 
div.commentheader {
	background: #FAFAFA;
	padding: 2px 5px !important;
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #CCCCCC;
	font-size: 0.846em;
	margin-bottom:1em;
}

.commentheader_left {
	float: left;
	font-size: 1.0 em;
}

.commentheader_right {
	text-align: right;
}

div.commenttext {
	padding-left: 20px !important;
}

ul.comment_actions {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 220px;
	/*background-color: #f00;*/
}

ul.comment_actions li {
	list-style: none;
	text-align: left;
	float: left;
	/*background-color: #0f0;*/
	padding:0 3px !important;
	padding: 0px;
width: 100px;
	/*margin-left: 10px;*/
}

ul.comment_actions li a:before {
	content: "» ";
	display: inline;

}

ul.comment_actions a {

}


ul.comment_actionli {
	margin: 0px;
	padding: 0px;
	float: right;
	/*background-color: #f00;*/
	margin:0px;
margin-left: 5px;
}
ul.comment_actionli li {
	list-style: none;
text-align:left;
}
ul.comment_actionli li a:before {
	content: "» ";
	display: inline;

}
