/* Schedule Lines */
.sl-default   { background-color: white; }
.sl-pending   { background-color: #FFE8A5; }
.sl-now       { background-color: white; font-weight: bold; }
.sl-signed    { background-color: #AAAAAA; color: #666666; }
.sl-assigned  { background-color: lightgreen; }
.sl-unsigned  { background-color: lightyellow; }
.sl-late      { background-color: yellow; }
.sl-cancelled { background-color: #AAAAAA; color: #666666; }
.sl-studio    { background-color: #7366ad; color: white; }


/* Stats stuff */
.s-zero  { text-align: right; color: #999999; }
.s-few   { text-align: right; color: green; }
.s-lots  { text-align: right; color: red; }

/* Form field labels and stuff */
.field-label   { font-weight: bold; }
.field-desc    { font-size: smaller; vertical-align: top; }


/* Comments */
.comment-critical { background-color: red; }
.comment-text { padding-bottom: 15px; }

/* Money */
.money { text-align: right; }

.money-pos {
  text-align: right;
  color:      green;
}

.money-neg {
  text-align: right;
  color:      red;
}


/* Currently non-existing editing mode */
.editing {
  //display:      inline;
  border-style: solid;
  border-width: 1px;
  border-color: red;
}

.editing-cached {
  border-style: dotted;
  border-width: 1px;
  border-color: red;
}
