
.treeview ul {
  background-color: transparent;
  margin-top:4px;
}

.treeview .hitarea {
	background-image: url(/images/treeview-default.gif);
}

.treeview li {
  background-image: url(/images/treeview-default-line.gif);
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(/images/treeview-default.gif);
}  

.treeview .placeholder {
	background-image: url(/images/ajax-loader.gif);
}

.commentable {
  font-family: monospace;
  font-size: 14px;
  margin-bottom: 10px;
}


/*.selected{
	background-color: #DDFFDD;
}*/

.comments {
  font-weight: normal;
  /*width:400px;*/
}

.comment {
  margin-left: 6px;
}

.comments a, .comments a:link, .comments a:visited, 
.comments-count a, .comments-count a:link, .comments-count a:visited,
.videoCredits a, .videoCredits a:link, .videoCredits a:visited {
  color: rgb(56, 118, 29);
  font-size:1.2em;

}

.comments a.disabled, .comments a.disabled:link, .comments a.disabled:visited,
.videoCredits a.disabled, .videoCredits a.disabled:link, .videoCredits a.disabled:visited {
  color: grey;
}

.name a, .name a:link, .name a:visited {
  color: #660000;
}

.comment-content {
}

.enter-comment {
  display: inline;
}

.enter-comment input.blur, .videoCredits input.blur {
  color:#999;
}

.enter-comment input, .videoCredits input {
  background-color: transparent;
  border: none;
  font-family: monospace;
}

.hide {
font-size:.7em !important;
margin-left: 10px;
}


.disabled {
}

.comments-errors {
  color: red;
}

.videoCredits .error {
	color: red;
}
