
/* ----- WARNING ----- \\
// COPYRIGHTED CONTENT \\
//  COPYRIGHT © NERVA  \\
//   nerva@nerva.ee    \\
// All rights reserved \\
// ------------------- */

table.comments {
  width: 100%;
	margin-left: -10px;
}
td.comments_user {
  font-size: 0.8em;
	border-bottom-color: #e3e3e9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 4px;
}
td.comments_comment {
  font-size: 0.9em;
	padding-left: 10px;
	padding-bottom: 4px;
	width: 100%;
}
span.comments_author {
  color: #d86e2f;
	font-style: italic;
	font-weight: bold;
}
span.comments_timestamp {
  padding-left: 4px;
	font-size: 0.9em;
	color: #999999;
}
span.comments_articletitle {
  padding-left: 4px;
  color: #666666;
}
img.comments_logo {
 padding-right: 4px;
 vertical-align: text-bottom;
 position: relative;
 top: 3px;
 }

table.newcomment textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 400px;
	height: 100px;
	background-color: white;
	border-style: none;
}

table.newcomment input[type="text"] {
	width: 100%;
	border-style: none;
	background-color: white;
	font-weight: bold;
}

table.newcomment input[type="submit"] {
  background-color: #d86e2f;
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
	color: white;
	font-weight: bold;
}

table.newcomment input[type="button"] {
  background-color: #d86e2f;
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
	color: white;
	font-weight: bold;
}

table.newcomment td.white {
  background-color: white;
}

table.newcomment td.separator {
  background-color: #eeeeee;
}

td.newcommenttitle {
  font-size: 0.9em;
	padding-right: 4px;
	color: #d86e2f;
	white-space: nowrap;
	vertical-align: middle;
}

img.comments_candies {
  position: absolute;
	z-index: 10001;
}

