
/* Paging */
div.paging {
  color: #ccc;
}

div.paging div.disabled {
  color: #ddd;
  display: inline;
}


/*
 * listings with search boxes need some custom form styles. 
 * This can screw things up pretty well if you don't use > to 
 * make it happen only where you want it.... 
 */

.listing > form {
  margin-top: 4px;
  width: 100%;
}

.listing > fieldset {
  margin: 0em;
  padding: 0.2em;
}

.listing > form div.input {
  float: left;
  padding: .2em;
}

.listing > form div.input label {
  width: 10em;
  margin: 0em;
  padding: 0em;
}

.listing > form div.input input {
  width: 10em;
  margin: 0em;
  padding: 0em;
}

.listing > form div.input input[type=submit] {
  margin-top: 0px;
}

/*
 * Editable Tree
 */
ul.editable_tree, .editable_tree ul, .editable_tree li {
  margin: 0px;
  padding: 0px;
}
.editable_tree ul {
  display: block;
  width: 100%;
}
.editable_tree li {
  line-height: 1.7em;
  display: block;
  list-style: none;
  float: right;
}
.editable_tree li {
  width: 100%;
}
.editable_tree li li {
  width: 97%;
}
.editable_row {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px #ccc dotted;
}
.editable_label {
  float: left;
}
.editable_actions, .editable_move, .editable_activate {
  padding-left: 1em;
  float: right;
}
.Comment_Results {
}

.Comment_Results li {
	margin-bottom: 25px;
}
