@charset "UTF-8";

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#full-home {
  float: left;
  width: 757px;
}

/* header navigation */

#navigation {
	left: 0;
}

form.contentform p label {
  line-height: 26px;
}

form.contentform p label.error {
  color: red;
  float: none;
  display: inline-block;
  margin-left: 12px;
}

form.contentform p label.checkboxlabel {
  display: inline-block;
  float: none;
  line-height: 26px;
  width: auto;
}

form.contentform p label.checkboxlabel input {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

form.contentform input.textbox, 
form.contentform textarea {
  border: 1px solid #ddd;
  height: 22px;
  line-height: 22px;
  padding: 2px;
  width: 200px;
}

form.contentform input.error,
form.contentform textarea.error {
  border: 1px solid red;
}

form.contentform label.error {
  color: red;
  font-size: 11px;
  font-style: italic;
}

/* CSS tables */

div.table {
  clear: both;
  width: 100%;
}

div.table div.tableheader {
  background: #73B201;
  border: 1px solid #000;
  clear: both;
  padding-left: 5px;
}

div.table div.tableheader div {
  color: #fff;
  float: left;
  font-weight: bold;
  height: 21px;
  line-height: 15px;
  padding-top: 4px;
}

div.table div.tablebody {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 5px;
  padding-top: 4px;
}

div.table div.row {
  clear: both;
  border-bottom: 1px solid #f1f1f1;
}

div.table div.row:hover  {
  background: #f1f1f1;
}

div.table div.row.highlight {
  background: #ffffc7;
}

div.table div.row div {
  float: left;
  line-height: 16px;
  padding-bottom: 4px;
  padding-top: 4px;
}

div.table div.row div.action {
  padding-right: 15px;
}

div.table div.row div.action img {
  float: left;
  margin-right: 6px;
}

#statuses div.col1 {
  overflow-x: hidden;
  width: 150px;
}

#statuses div.col2 {
  width: 570px;
}