/* $Id: node.css,v 1.5 2008/01/25 21:21:44 goba Exp $ */

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}
/**
 * SKY: Custom items for the delicious report
 */

.sky-delc-sect-head {
  background-color: #d2e6f3;
}

.sky-delc-sect-desc {
	padding-left: 20px;
}

.sky-delc-sect-icon {
  position: relative;
  float: right;
  padding-left: 20px;
}

.sky-delc-sect-list {
  padding-top: 1px;
}

.sky-delc-sub-item {
  padding-left: 25px;
  margin-top: 15px;
}
.sky-delc-sub-itemEx {
  padding-left: 30px;
}

.sky-perl-code {
  padding-left: 6px;
  background-color:#BFDFFF;
}
.sky-perl-comment {
  color:#257D00;
}