/* $Id: fields.css,v 1.3 2009/08/12 08:03:52 johnalbin Exp $ */

/**
 * @file
 * Field Styling
 */


/*
 * Field types
 */

.field /* Wrapper for any CCK field. */ {
}

.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-filefield /* Field from filefield module */ {
}

.field-type-nodereference {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-number-integer {
}

.field-type-text {
}

.field-type-userreference {
}


/*
 * Named fields
 */

.field-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}

.node-type-groen-sebenza-job .field-field-documents {
  clear: both;
  margin: 20px 0;
}
  .node-type-groen-sebenza-job .field-field-documents .field-item {
    clear: both;
    margin: 10px 0;
  }

#hosting_organisation {
  float: right;
  display: block;
  width: 150px;
  padding: 10px 10px 10px 45px;
  background: #D4F5C6 url('/sites/all/themes/sanbi/images/icons/direction.png') 10px 10px no-repeat;
  border: 1px solid #CFCFCF;
  clear: both;
  margin-bottom: 5px;
}
