/**
*  $Id: style003.css 14 2009-10-25 15:44:20Z yvolk $
*  yvComment solution
*  Style: "Gradient"
*/
div.yvComment {
	
	margin: 0 0 1.5em 1px;
	padding: 0;
	text-align: left;
	
}

div.yvComment div.Comments { 
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	text-align: left;
	width: 100%;
}

div.yvComment div.CommentClr {
	height: 0px;
	clear: both;
}

div.yvComment .NumCommentsAlone {

	float: right;
	margin: 0 2px 2px 0;
	padding: 0 0 0 120px;	 
}

div.yvComment .NumComments {
	float: left;
	width: 100%;
}
.OwnersReply_Heading {
border-bottom: 1px solid #DDD;
color: #aaa;

}

.OwnersReply_Heading:first-letter {
color: #BBB;
}

div.yvComment .CommentMessage {
	border: 2px solid #FF4500;
	margin: 1px;
	padding: 3px 2px 3px 22px;
	background-image: url(../../../images/M_images/con_info.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

div.yvComment .Comment { 
	/* border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	*/
	background: #eee;
	margin: 1px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
		color: #333;
}

div.yvComment .Comment_even {

	background-color: #D5D5D5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #000;
	margin: 1px 0px 10px;
	padding: 1px;

}

div.yvComment .CommentForm {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.yvComment div.Comment .CommentHeader {
	padding: 5px;
	height: 100%;
	background: #eee url(style003/bg001.png) left top repeat-x;
	border-bottom: #59c7e2 1px solid;

}

div.yvComment div.Comment_even .CommentHeader {
	background: #D5D5D5 url(style003/bg002.png) top left repeat-x;
	border-bottom: #0c77c9 1px solid;
	color: #FFF;
	height: 100%;
	padding: 5px;	
}

div.yvComment .Comment_unpublished {
	background-color: #E8EDF1;
	border-bottom: 4px solid #C4D3DF;
	border-top: 4px solid #C4D3DF;
	margin-top: 2px;
	width: 100%;
}

div.yvComment .Comment_unpublished_even {
	background-color: #E8EDF1;
	border-bottom: 4px solid #C4D3DF;
	border-top: 4px solid #C4D3DF;
	margin-top: 2px;
	width: 100%;
}

div.yvComment div.Comment_unpublished .CommentHeader {
	background-color: #E8EDF1;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px;
}

div.yvComment div.Comment_unpublished_even .CommentHeader {
	background-color: #E8EDF1;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px;
}

div.yvComment .CommentTitle {
	float: left;
	font-weight: bolder;
	 /* FARBE FÜR ALLE Titel --> color: #333; */
}

div.yvComment a.CommentTitle {
	text-decoration: none;
	font-weight: bolder;
	color: #333;
}

div.yvComment .CommentControlBox {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

div.yvComment .CommentControlBox td {
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.yvComment .CommentControlBox input {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.yvComment .CommentDateAndAuthor {
	float: right;
	text-align: right;
	width: 50%;
}

div.yvComment div.CommentDate {
	text-align: right;
	float: right;
	width: 100%;
	padding-right: 3px;
}

div.yvComment .CommentAuthor {
	float: right;
	text-align: right;
	width: 100%;
	padding-right: 3px;
}

div.yvComment .CommentAuthorOpenID {
	background: url(openid-bg.png) no-repeat;
	background-position: 0% 0%;
	padding-left: 18px;
}

div.yvComment .CommentAuthorAlias {
	font-style: italic;
}

div.yvComment .CommentAuthorAlias:before {
	content: "(";
}

div.yvComment .CommentAuthorAlias:after {
	content: ")";
}

div.yvComment .CommentNum {
	font-weight: bolder;
}

div.yvComment .CommentNum:after {
	content: ". ";
}

div.yvComment div.Comment .CommentFulltext { /*
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	*/
	background-color: #eee;
	clear: both;
	color: #333;
	padding: 5px;
	text-align: left;
	border: 1px solid #ddd;
}

div.yvComment div.Comment_even .CommentFulltext {
	
	border-top: 1px solid #EEEEEE;
	clear: both;
	padding: 5px;
	text-align: left;
}

div.yvComment .CommentParentArticle {
	margin-left: 20px;
	padding: 2px;
	background-color: #E8F2FE;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: left;
	float: left;
}

div.yvComment .CommentNumChildrenAlone {
	margin: 0 2px 2px 0;
	width: auto;
	float: right;
}

div.yvComment .CommentForm {
	width: 100%;
	float: left;
}

div.yvComment .CommentForm h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

div.yvComment .CommentForm td.CommentLeftColumn {
	text-align: right;
	width: 20%;
}

div.yvComment .CommentForm input[type="submit"] {
	margin-top: 1em;
}

div.yvComment div.CommentOwnersReply {
	margin: 1px 0px 0px 20px;
	padding: 1px 1px 1px 1px;
	border-left-color: #B5C4DF;
	border-left-style: solid;
	border-left-width: 4px;

}

div.yvComment div.CommentReply {
	/* 	background-color: #f5f5f5; */
	border: 2px groove #DDD;
	margin: 0px 0px 20px 20px;
	padding: 1px 6px 20px;
	
}


div.yvComment div.CommentReply .CommentHeader { 
padding: 1px !important;
background: #E5E5E5 !important;
border: none;
}

div.yvComment div.CommentReply .CommentFulltext {
	border: none;
	background-color: #E5E5E5;
	color: #333;
	padding: 5px;
	text-align: left;
	
}

div.yvComment div.CommentReplyLevel3 {
	margin: 1px 0px 0px 15px;
	padding: 1px 1px 1px 1px;
	border-left-color: #75A49F;
	border-left-style: solid;
	border-left-width: 4px;
}

div.yvComment div.CommentReplyLevel4 {
	margin: 1px 0px 0px 11px;
	padding: 1px 1px 1px 1px;
	border-left-color: #75C49F;
	border-left-style: solid;
	border-left-width: 4px;
}

div.yvComment div.CommentReplyLevel5 {
	margin: 1px 0px 0px 8px;
	padding: 1px 1px 1px 1px;
	border-left-color: #75E49F;
	border-left-style: solid;
	border-left-width: 4px;
}

div.yvComment div.CommentReplyLevel6 {
	margin: 1px 0px 0px 6px;
	padding: 1px 1px 1px 1px;
	border-left-color: #75FF9F;
	border-left-style: solid;
	border-left-width: 4px;
}

div.yvComment div.CommentReplyLevel7 {
	margin: 1px 0px 0px 5px;
	padding: 1px 1px 1px 1px;
	border-left-color: #95FF9F;
	border-left-style: solid;
	border-left-width: 4px;
}

div.yvComment div.CommentPoweredBy {
	float: right;
	font-size: 60%;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
}

/* Begin For compatibility with beez template */
.leading div.yvComment {
	display: inline;
}

#all div.yvComment .CommentControlBox form {
	background: inherit;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.antwrt {
color: #bbb;
}
/* End For compatibility with beez template */
