/* COMMON STYLES */
::-moz-selection {
  background: #1a8022;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1a8022;
  color: #fff;
  text-shadow: none;
}
h1,
h3 {
  color: #444444;
}
h4 {
  color: #1a8022;
}
th {
  color: #1a8022;
}
a {
  color: #23aa2d;
}
.regions a {
  color: #166b1c;
}
a:visited {
  color: #166b1c;
}
.helpText {
  color: #848484;
}
input[type=submit],
.button {
  background-color: #1a8022;
  color: white;
}
input[type=submit]:hover,
.button:hover {
  background: #23aa2d;
}
input[type=submit]:active,
.button:active {
  background-color: #def8e0;
  color: #1a8022;
}
.nav li a {
  background-color: #1a8022;
  color: #fff;
}
.nav li ul {
  background-color: #1a8022;
}
.nav li:hover {
  background-color: #23aa2d;
}
.nav .active a {
  border: 1px solid #23aa2d;
  color: #444444;
}
.search input {
  border: 1px solid #1a8022;
}
#header {
  border-bottom: 3px double #1a8022;
}
#header h2 {
  margin: 0;
}
#header h2 a {
  color: #1a8022;
}
.breadcrumbs a {
  color: #1a8022;
}
.mainContent .mainTextContent {
  border-left-color: #1a8022;
  margin-top: 24px;
}
.mainContent .mainTextContent h3 {
  margin-top: 0;
}
.mainContent .mainTextContent em {
  color: #1a8022;
}
.regionsResults th {
  color: #1a8022;
}
/* END REGIONS */
/* VIEW PAGE */
.view .intro dt {
  color: #1a8022;
}
.tabs h3 {
  border-bottom: 12px solid #1a8022;
  padding-bottom: 6px;
}
.tabs h4 {
  border-bottom: 1px solid #1a8022;
}
.tabs tr:nth-child(even) {
  background-color: #def8e0;
}
/* START FOOTER */
#footer {
  border-top: 3px double #1a8022;
}
/* JQUERY UI */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #1a8022;
  background: #1a8022 url(images/ui-bg_flat_75_1a8022_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #1a8022;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #1a8022;
  display: block;
  padding: 1%;
  background: none;
}
.ui-autocomplete {
  border: 1px solid #1a8022;
  margin-top: -1px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #1a8022;
  background: #1a8022 none;
  font-weight: normal;
  color: #ffffff;
}
/* ACCORDION BORDER */.ui-accordion-content-active {
  border: 1px solid #1a8022;
  border-top: none;
}
@media only screen and (max-width: 650px) {
  /* Style adjustments for viewports 480px and over go here */
  .regions {
    width: 100%;
    margin-top: 0;
  }
  .regions ul {
    text-align: left;
  }
}
