/**
 * Bits/Bobs Stylesheet - no new styles should be added to this, and if possible
 * existing styles below should be moved into the categorised stylesheets.
 */
 
h4 {
  color: #046604;
  font-size: 10pt;
  font-weight: bold;
}

.viewdetails { /* "View/Edit Values" links */
  color: #009933;
  font-variant: small-caps;
  font-size: small;
}

/* Generally used in forms */
div.row {
  clear: both;
  padding-top: 20px;
}

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 250px;
  text-align: left;
}

/* Front Page Meter Entry */
table.groupMeters { margin: 0 auto; }

table.groupMeters .tableTitle{
  background-color: #f5f4f4;
  text-align: center;
  font-size: 15pt;
  color: #666666;
  font-weight: bold;
}

table.groupMeters th{
  font-size: 10pt;
  background-color: #f5f4f4;
  color: #999999;
}

.lastValue { /* "Last Val:" (front page data entry */
  font-variant: small-caps;
  font-size: 8pt;
  color: #666666;
}

/* Meters Show Page */
div.meterInfo {
  margin: 10px;
  padding: 5px;
  width: 240px;
}

#readingTable               { width: 270px; }
#readingTable .valueEnter   { width: 60px;  }
#readingTable .dateEnter    { width: 120px; }
#readingTable .submitButton { width: 60px;  }
#readingTable .dateData     { text-align: center; }

.addfirstbuildlink {
  clear: both;
  float: left;
}
