/*Colour: GREEN*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/* line 5, app/assets/stylesheets/themes/green/style.scss */
body {
  background: #29515D -webkit-gradient(linear, 30% 0%, 30% 100%, color-stop(0%, #4A9D4D), color-stop(30%, #29515D));
  background-size: 1px 2000px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

/*- PAGINATION ------------------------------------------------------------------------------*/
/* line 13, app/assets/stylesheets/themes/green/style.scss */
ul.page_button_content li a.selected-page {
  background: url(/assets/themes/green/action-link-ccaf141faf35203fde37cadc485601df36bed336f70be5e0fb7696166ebfaf2f.jpg) center repeat-x;
  border: 1px solid #67BC7E;
}

/* line 14, app/assets/stylesheets/themes/green/style.scss */
ul.page_button_content li a.selected-page:hover {
  background: url(/assets/themes/green/action-link-ccaf141faf35203fde37cadc485601df36bed336f70be5e0fb7696166ebfaf2f.jpg) top;
}

/*- ACTION LINKS AND BUTTONS ----------------------------------------------------------------*/
/* line 17, app/assets/stylesheets/themes/green/style.scss */
input.submit_button, a.action-link {
  background: url(/assets/themes/green/action-link-ccaf141faf35203fde37cadc485601df36bed336f70be5e0fb7696166ebfaf2f.jpg) center repeat-x;
  border: 1px solid #67BC7E;
}

/* line 18, app/assets/stylesheets/themes/green/style.scss */
input.submit_button:hover, a.action-link:hover {
  background-position: top;
}
