/* used to clear floats without requiring extra div tags */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.first {
  margin-top: 0 !important;
}

.last {
  margin-bottom: 0 !important;
}

.error {
  border: 1px solid #C00;
  background-color: #FCC;
}

.notice {
  border: 1px solid #E8A400;
  background-color: #FFF4D8;
}

.info {
  border: 1px solid #999;
  background-color: #DDD;
}

.notice, .error, .info {
  font-size: 8pt;
  padding: 0.5em;
  line-height: 1.5em;
}

.notice p, .error p, .info p {
  margin-top: 0;
}

form .message {
  font-size: 8pt;
  font-style: italic;
  color: #7F3F3F;
}

div.notice, div.error, div.info {
  margin-bottom: 1em;
}

input.cancel, button.cancel {
  color: #C00;
}

.group label, .group .label {
  position: relative; /* IE sucks */
  clear: left;
  float: left;
  color: #666;
  width: 8em;
  font-weight: normal;
}
.wide label, .wide .label {
  width: 10em;
}
.x-wide label, .x-wide .label {
  width: 12em;	
}

.readonly {
  padding: 0.2em;
  background: transparent url(../images/icons/mini/icon_padlock.gif) no-repeat right;
}

.approved, .unapproved {
  font-size: 8pt;
  padding: 0.5em;
  line-height: 1.5em;
  white-space: nowrap;
}
.approved {
  border: 1px solid #3C3;
  background-color: #CFC;
}
.unapproved {
  border: 1px solid #C33;
  background-color: #FCC;
}

.data_column {
  float: left;
  margin-right: 1em;
}

