@charset "UTF-8";

/* CSS Document */


/* page errors */

div.page-error {
  background: transparent url(../../css_images/icon-error.gif) no-repeat left;
  color: #ff8012;
  margin-bottom: 10px;
  min-height: 28px;
  padding-left: 40px;
  padding-top: 10px;
  font-size: 1.1em;
  line-height: 1.7em;
}


/* page alerts */

div.page-alert {
  background: transparent url(../../css_images/icon-alert.gif) no-repeat left;
  color: #ff0000;
  margin-bottom: 10px;
  min-height: 28px;
  padding-left: 40px;
  padding-top: 10px;
  font-size: 1.1em;
  line-height: 1.7em;
}


/* error and alert details */

div.page-error div.error-details, div.page-alert div.alert-details {
  /* NOTE - current CSS says div.pge-alert here - is it really like that in the code? */
  font-size: 1em;
  font-weight: normal;
}


/* field errors  & alerts */

table.form td.field-error, table.login td.field-error, table.form div.field-error, table.login div.field-error, span.field-error, .field-error {
  color: #FF7E28;
  font-weight: bold;
  text-align: left;
}

table.form td.field-alert, table.login td.field-alert, table.form div.field-alert, table.login div.field-alert, span.field-alert, .field-alert {
  background: url(../../css_images/field-level-alert.gif) top left no-repeat;
  padding-left: 16px;
  vertical-align: middle;
}

.field-with-error input, input field-with-error, field-with-error select, select field-with-error, .field-with-error textarea, textarea .field-with-error {
  background: #ffbe93;
}

.error {
  background-color: #ffce7b;
}


/* page info */

div.page-info {
  background: transparent url(../../css_images/icon-info.gif) no-repeat left;
  margin: 0 auto 10px;
  min-height: 28px;
  padding-left: 40px;
  padding-top: 10px;
  font-size: 1.1em;
  width: 90%;
}


/* page divider */

div.page-divider {
  font-weight: bold;
  border-bottom: 1px solid #333;
  font-size: 1.1em;
  margin: 20px 0 6px 0;
  padding: 0 0 0.2em 0;
}


/* note box  */

div#notebox {
  background: #fff url(../../css_images/note_block.gif) no-repeat left center;
  border: 1px solid #bcbcbc;
  font-size: 0.9em;
  margin: 60px auto 10px;
  padding: 10px 10px 10px 60px;
  width: 80%;
}


/* help - orange question mark */

img.help {
  margin-left: 3px;
  margin-right: 3px;
}

a img.help {
  border: 0;
}


/* tool searches */

div.tool-modify-search, div.tool-quick-view {
  background: #f2fced url(../../css_images/greentoolbox-bkg.jpg) repeat-x top;
  border: 1px solid #a0c965;
  padding: 10px;
  margin-bottom: 20px;
  background: #d9e9c1;
  background: #fffae9;
  border: 1px solid #ffd42f;
}

div#secondary-nav-list {
  margin: 0 0 4px;
  padding: 0 10px;
  text-align: right;
  white-space: nowrap;
  font-size: 1.1em;
}

div#secondary-nav-list a {
  text-transform: lowercase;
}

div#secondary-nav-list img {
  margin-right: 6px;
}

div.tool-page-display {
  background: #EFEFDE;
  margin-bottom: 20px;
  padding: 10px;
}

div.tool-page-display td, div.tool-page-display table {
  padding: 0;
  margin: 0;
}


/* forms */

.field-title span.required {
  background: url("../../css_images/asterisk.gif") no-repeat right center;
  /* !!! FIX IMAGE PATH !!!*/
  clear: left;
  margin-right: 4px;
  padding-right: 0.8em;
}

textarea {
  width: 75%;
}


/* key */

div.key {
  margin-top: 5px;
  padding-right: 10px;
  text-align: right;
}

div.key img {
  margin: 6px 5px 0 10px;
}


/* buttons */

.btn {
  display: block;
  position: relative;
  background: #aaa;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 6px;
  /* FF */
  -webkit-border-radius: 6px;
  /* Safari */
  border-radius: 6px;
  /* CSS 3 */
  -khtml-border-radius: 6px;
  /* Konqueror */
}

.btn * {
  font-style: normal;
  background-image: url(../../images/btn2.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-image: none;
}

.btn i {
  background-position: top left;
  position: absolute;
  margin-bottom: -5px;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
}

.btn span {
  background-position: bottom left;
  left: -5px;
  padding: 0 0 5px 10px;
  margin-bottom: -5px;
}

.btn span i {
  background-position: bottom right;
  margin-bottom: 0;
  position: absolute;
  left: 100%;
  width: 10px;
  height: 100%;
  top: 0;
}

.btn span span {
  background-position: top right;
  position: absolute;
  right: -10px;
  margin-left: 10px;
  top: -5px;
  height: 0;
}

* html .btn span, * html .btn i {
  float: left;
  width: auto;
  background-image: none;
  cursor: pointer;
}

.btn.orange {
  background: #ef8200;
  color: #fff;
  border: 2px solid #ffe688;
}

.btn.green {
  background: #a0c965;
  color: #fff;
  border: 2px solid #f6da69;
}

.btn:hover {
  background-color: #a00;
  background-color: #a0c965;
  color: #006e45;
}

.btn:active {
  background-color: #444;
}

.btn[class] {
  background-image: url(../../images/shade.png);
  background-position: bottom;
}


/*
#search_btn:hover {
      border: 2px solid #A0c965;
	  background: #006e45;
	  background: #f6da69;
	  border: 2px solid #ef8200;
	  color: #fff;
	  color: #ef8200;

	  background: #ffe688;
	  }
	  */

.btn.orange:hover {
  border: 2px solid #ef8200;
  background: #ffe688;
  color: #ef8200;
}

div.search-buttons {
  clear: left;
}


/* action boxes & info boxes (redesign for element on old site */

.action-box-caption {
  background: #fffae9;
  border: 2px solid #ffd42f;
}

.info-box-caption {
  background: #fff0e0;
  border: 2px solid #ff8500;
}

.action-box-caption, .info-box-caption {
  border-bottom: none;
  padding: 10px 10px 2px;
  /*width: 200px;  */
  -moz-border-radius: 6px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  font-weight: bold;
  font-size: 1.1em;
}

.action-box {
  background-color: #fffae9;
  border-top: 1px solid #fffae9;
  border-left: 2px solid #ffd42f;
  border-right: 2px solid #ffd42f;
  border-bottom: 2px solid #ffd42f;
}

.info-box {
  background: #fff0e0;
  border-top: 1px solid #fff0e0;
  border-left: 2px solid #ff8500;
  border-right: 2px solid #ff8500;
  border-bottom: 2px solid #ff8500;
}

.action-box, .info-box {
  padding: 0 10px 10px;
  /*width: 200px; */
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}

.action-box input, info-box input {
  margin: 4px 0;
}

.supp-data-banner-button input {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  background: none repeat scroll 0 0 #EF8200;
  border: 2px solid #FFE688;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px;
  text-transform: lowercase;
  cursor: pointer;
}


/* confirmation boxes */

div.confirmation {
  background: #ededdb url(../../css_images/icon-confirmation.gif) no-repeat 10px 10px;
  padding: 10px 10px 10px 60px;
  margin: 20px 0 20px 0;
  border: 1px solid #bbbb90;
}

div.confirmation div.title {
  font-size: 1.4em;
  font-weight: bold;
}


/* basics */

p {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

.noborder {
  border: 0!important;
}

.odd {
  background-color: #fff;
}

.even {
  background-color: #f4f4f4;
}


/* tables */

table {
  margin: 10px auto;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #666;
}

table table {
  /* nested tables */
  margin: 0;
}

.app table, .app table td {
  border: 0;
  border-collapse: collapse;
}

td {
  padding: 6px;
  border: 1px solid #006e45;
}

th {
  background: #006e45;
  color: #fff;
  font-size: 1.1em;
  padding: 6px;
  font-weight: normal;
  border: 1px solid #333;
}

td.highlight, tr.highlight {
  background-color: #d9e9c1;
}

table .subhead {
  background-color: #D9E9C1;
}

table caption {
  border-top: 2px solid #006e45;
  border-bottom: 1px solid #006e45;
  background: #d9e9c1;
  color: #00422a;
  text-align: left;
  padding: 4px 6px;
}

th.example {
  /* making this td wider than the others */
  width: 30%;
}

table caption span.data-related-link {
  color: white;
  float: right;
  padding-right: 4px;
  text-transform: none;
}

table caption span.data-related-link a:hover {
  color: #a0c965;
}

table.record caption a, table.results caption a, table.detail caption a, table.form caption a, table.login caption a, table.grid caption a {
  color: #fff;
}

table.record caption a:hover, table.results caption a:hover, table.detail caption a:hover, table.form caption a:hover, table.login caption a:hover, table.grid caption a:hover {
  color: #a0c965;
}

table.results .inactive, table.results .inactive a {
  color: #999;
}

table.results-summary {
  background: #fffae9;
  border: 2px solid #a0c965;
  border-collapse: separate;
}

table.results-summary td.total-description, table.results-summary td.total {
  background: #ffe688;
  border-bottom: 2px solid #fffae9;
  padding: 8px;
}

table.results-summary td.total-description {
  border-left: 2px solid #fffae9;
}

table.results-summary td.total {
  border-left: 2px solid #fffae9;
  border-right: 2px solid #fffae9;
}

table.results td.total {
  margin-left: 2px;
}

td.date, td.file-size {
  text-align: center;
}


/* form tables */

table.form {
  border: 1px solid #006e45;
}

table.form td {
  border: 0;
  vertical-align: top;
}

td.total, td.total-description {
  background-color: #dadaca;
  font-weight: bold;
  text-align: right;
}


/* record table & results table */

table.record, table.results {
  border: 1px solid #006e45;
}

.app table.record td, .app table.results td {
  border: 0;
}


/* detail tables & grid tables */

table.detail, table.grid {
  border: 1px solid #006e45;
}

table #directory-results td {
  border: 1px solid #006e45;
}

.footnote {
  color: #999;
  font-size: 85%;
  margin: 10px;
}

.loginBox {
  width: 300px;
  border: 1px solid #006e45;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin-bottom: 20px;
}

.loginBoxHead {
  background: #006e45;
  font-size: 1.2em;
  color: #fff;
  padding: 6px 10px;
}

.loginBoxInner {
  padding: 6px 4px;
}

.loginBox .field input {
  margin-bottom: 4px;
}

.loginBox input.login {
  margin-top: 6px;
}

input.registerAccountButton {
  margin-left: 6px;
}

.read-this {
  font-weight: bold;
  font-size: 110%;
}
