
/*************
 * All Pages *
 *************/

  body {
    background: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
  }
  .body-wrapper {
    margin: 0px;
  }

  /* Top Navigation */

  .header-wrapper {	
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
    background-color: #c3d5e6;
    vertical-align: baseline;
  }
  .header-table {
    display: table;
    width: 100%;
  }
  .header-table .header-table-row {
    display: table-row;
  }
  .header-table .header-table-row .header-table-cell {
    display: table-cell;
    height: 200px;
  }
  .header-table .header-table-row .header-table-cell.cell-left {
    vertical-align: top;
  }
  .header-table .header-table-row .header-table-cell.cell-right {
    text-align: right;
    vertical-align: bottom;
  }

  .nav-wrapper {
    background-color: #58595b; 
    height: 25px;
    padding-top: 2px;
  }

  .menu-item {
    float: left;
    padding: 2px 10px 5px 10px;
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    cursor: pointer;
    color: #ffffff;
  }

  /* Footer */

  footer {
    background-color: #58595b; 
    text-align: center;
    padding: 10px 0px 0px 0px;
	z-index: 100000;
    position: absolute;
    width: 100%;
	
  }
  footer p {
    color: #ffffff;
    font-size: 12px;
  }
  footer a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none !important;
  }
  footer a:hover {
    text-decoration: underline;
  }

  /* Main Content */

  a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #737102;
  }
  a:hover {
    color: #cc9933;
  }
  p a, td a {
    text-decoration: underline;
  }
  p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
  }
  h1, h1 a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c754b;
    line-height: 38px;
  }
  h2, h2 a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #444943;
  }
  h3, h3 a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #41716c;
  }
  h4, h4 a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #b1a040;
  }
  h5, h5 a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #000000;
  }
  hr {
    background-image: url(images/divider-dotted-hr.png);
    background-repeat: repeat-x;
    display: block;
    border: none;
    height: 5px;	
  }

  .breadcrumb {
    padding: 0px;
    font-size: 11px;
    color: #a3a3a3;
  }
  .breadcrumb a {
    color: #b1a040;
    text-decoration: none;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  .bottom-cta div {
    text-align: center;
  }

  /* Forms */

  form textarea {
    height: 100px;
    overflow: auto;
    resize: vertical;
  }
  form .large-block-grid-2 li {
    white-space: nowrap;
  }
  form .field-notes {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #cdcdcd;
    color: #000000;
  }
  form small {
    color: #f04124;
    font-size: 10px;
  }
  form label {
    color: #000000;
    font-weight: bold;
  } 
  label.error a {
    text-decoration: underline;
    color: #f04124;
  }
  label.error a:hover {
    color: #487842;
  }
  label.checkbox-label, label.radio-label  {
    font-weight: normal !important;
    cursor: pointer;
  }
  p.error {
    color: #f04124;
  }
  .error-focus {
    -webkit-box-shadow: 0 0 5px #ff0000 !important;
    -moz-box-shadow: 0 0 5px #ff0000 !important;
    box-shadow: 0 0 5px #ff0000 !important;
    padding: 3px 0px 3px 3px !important;
    border: 1px solid #ff0000 !important;
  }

  /***********************
  * Foundation Overrides *
  ************************/ 

  .small-block-grid-2, .medium-block-grid-2, .large-block-grid-4 {
    padding: 0px !important;
    margin: 0px !important;
  }
  .small-block-grid-2 li, .medium-block-grid-2 li, .large-block-grid-4 li {
    padding: 0px 3px !important;
    margin: 0px !important;
  }
  .column, .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  form .column:not(:first-child), form .columns:not(:first-child) {
    padding-left: 20px !important;
  }

  /* Tables */

  table {
    margin-bottom: 0px;
    border: none;
  }

  /* Buttons */

  .button, .button:visited, .button:active, input[type="submit"] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 30px;
    background-color: #f74f15;
    color: #ffffff;
    border: none;
  }
  .button a {
    color: #ffffff;
  }
  .tiny.button, .tiny.button:visited, .tiny.button:active {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 25px;
    font-size: 12px;
    background-color: #f74f15;
  }

  .button:hover, .tiny.button:hover, input[type="submit"]:hover {
    background-color: #f62115;
  }

  /* Top Bar Navigation - IE 8 Fixes */ 

  .lt-ie9 .body-wrapper {
    min-width: 1000px;
  }

/*********
* Events *
**********/

  .event-date-block {
    background: #6c2034;
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
  }
  .event-month {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
  }
  .event-day {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
  }
  .event-year, .event-dayofweek {
    color: #ffffff;
    font-size: 15px;
  }

  /* Grid */

  .event-grid-wrapper .grid-table-row {
    border-bottom: 1px dotted #b1a040;
  }
  .event-grid-wrapper .grid-table-cell {
    padding: 15px 0px 0px 0px !important;
  }
  .event-grid-wrapper .text_note {
    color: #f04124;
  }

  /* Grid & View Information */

  .event-information {
    padding: 0px 10px;
  }
  .event-information h3 {
    padding: 0px;
    margin: 0px;
  }
  .event-information h4 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
  }
  .event-information h5 {
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    margin: 0px;
  }
  .event-information h5 a {
    font-weight: normal;
    color: #4c754b;
  }
  .event-information h5 a:hover {
    font-weight: normal;
    color: #487842;
  }

  /* Gallery */

  .gallery-block {
    padding-top: 20px;
  }
  .gallery-block .es-carousel-wrapper {
	  background: #ffffff;
	  padding: 0px 27px;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	  position: relative;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  position: relative;
	  margin-bottom: 10px;
  }

  .gallery-block .es-carousel {
	  overflow:hidden;
	  background: #ffffff;
  }
  .gallery-block .es-carousel ul li a {
    border: none;
    overflow: hidden;
    height: 100px;
  }
  .gallery-block .es-carousel ul li a img {
    display: block;
    border: none;
    max-height: 100%;
    max-width: 150px;
  }

  .gallery-block .rg-image-wrapper{
	  position: relative;
	  padding: 20px 30px;
    background-color: #ffffff;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	  min-height: 20px;
  }
  .gallery-block .rg-view {
    display: none;
  }
  .gallery-block .es-nav span{
    background: transparent url(images/nav_thumbs.png) no-repeat top left;
  }  
  .gallery-block .rg-image-nav a{
    background: transparent url(images/nav.png) no-repeat -20% 50%;
  }

/*******************
* Calendar - Mini *
*******************/

  /* XSLT - Transform */

  .calendar-mini-table {
    display: table;
    width: 100%;
  }
  .calendar-mini-table .calendar-mini-row {
    display: table-row;
  }
  .calendar-mini-table .calendar-mini-row .calendar-mini-column {
    display: table-cell;
    width: 14%;
  }
  .calendar-mini-table [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  .calendar-mini-title-table {
    display: table;
    width: 100%;
  }
  .calendar-mini-title-table .calendar-mini-row {
    display: table-row;
  }
  .calendar-mini-title-table .calendar-mini-row .calendar-mini-column {
    display: table-cell;
  }
  .calendar-mini-title-table [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* Mini Search Controls */

  .event-search-controls {
    padding: 5px 0px 0px 10px;
  }
  .event-search-controls input {
    margin: 0px !important;
  }
  .event-search-controls .datepicker_input {
    width: 75px;
    font-size: 12px !important;
    font-style: normal !important;
    padding: 0px 4px !important;
    display: inline-block !important;
  }
  .event-search-controls .search-field-label {
    font-size: 12px !important;
    font-style: normal !important;
    padding: 5px 0px 0px 0px;
  }
  .event-search-controls .label-text {
    padding-top: 8px;
  }
  
  .event-search-controls .checkbox-list {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    padding: 5px 0px 0px 0px;
  }
  .event-search-controls .checkbox-list-entry {
    padding: 0px 10px 4px 0px;
  }
  .event-search-controls .checkbox-list-entry label input {
    margin: 0px 4px 0px 8px !important;
  }
  .event-search-controls .checkbox-list-entry label {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
  }

  .calendar-mini {
    background: #ffffff;
    margin: 20px 20px 0px 10px;
    padding: 0px;
  }
  .calendar-mini .month-title {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center !important;
  }
  .calendar-mini .day-title {
    color: #7d7d7d;
    padding: 0px 0px 10px 0px !important;
    font-size: 11px;
    font-weight: bold !important;
    text-align: center !important;
  }
  .calendar-mini .month-day {
    color: #736357;
    padding: 2px 0px !important;
    text-align: center !important;
    background-color: #d7d7d7 !important;
    border: 2px solid #ffffff !important;
    font-weight: bold;
    font-size: 12px;
  }
  .calendar-mini .month-other-day {
    color: #736357;
    padding: 2px 0px !important;
    text-align: center !important;
    font-style: italic;
    background-color: #ebebeb !important;
    border: 2px solid #ffffff !important;
    font-weight: bold;
    font-size: 12px;
  }
  .calendar-mini .month-day a, .calendar-mini .month-other-day a {
    color: #ffffff;
  }
  .calendar-mini .day-has-events {
    color: #ffffff;
    font-weight: bold;
  }
  .calendar-mini .day-current {
    color: #ffffff;
    background-color: #736357 !important;
    border: 3px solid #fff;
  }
  .event-links {
    padding: 2px 0px 4px 0px;
  }
  .event-location {
    padding: 2px 0px 0px 0px;
  }
  .event-future {
    padding: 20px 0px 0px 0px;
  }
  .event-future a {
    font-family: Arial, verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .event-future a:hover {
    text-decoration: underline;
  }
  .wrapper-events {
    clear: right;
    border: 2px solid #000000;
  }
  .wrapper-events .top-bar {
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
  }
  .event-title {
    color: #cc002e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
  }
  
  /* Legend Styles */

  .legend-wrapper {
    background: #e1e1e1;
    padding: 5px;
    margin: 15px 0px 10px 0px;
    text-align: center;
  }
  .legend-table {
    display: table;
    margin: 0 auto;
  }
  .legend-cell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 4px;
  }
  .legend-color-block {
    width: 10px;
    height: 10px;
  }
  .legend-color-today {
    background: #736357;
  }
  .legend-color-events {
    background: #2f462c;
  }
  .legend-text {
    padding-right: 4px;
    font-size: 12px;
  }
  .legend-cell:last-child {
    padding-right: 0px;
  }
  .legend-cell:last-child .legend-text {
    padding-right: 0px;
  }

  /* Date Container */

  .wrapper-event-date {
    background: #ffffff;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    text-align: center;
    padding: 5px;
    margin: 5px 10px;
  }
  .event-month {
    font-weight: bold;
  }
  .event-date {
    font-size: 16px;
    font-weight: bold;
  }
  .event-item {
    padding: 10px 5px;
    border-top: 2px solid #000000;
  }

/*************
 * JVF Amass *
 *************/

  /* Radio list values */

  .radio-list {
    display: table;
  }
  .radio-list .radio-tr {
    display: table-row;
  }
  .radio-list .radio-td input {
    margin: 2px 0px 0px 0px !important;
  }
  .radio-list .radio-td { 
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    padding: 0px 6px 8px 0px;
  }
  .radio-list label {
    font-size: 14px;
    line-height: 17px;
    padding: 0px 0px 4px 0px;
    font-weight: normal !important;
  }
  .radio-list a {
    font-size: 14px;
  }

  /* Grids */

  .grid-wrapper {

  }
  .grid-table-list {
    display: table;
    border-collapse: collapse;
  }
  .grid-table-list .grid-table-row {
    display: table-row;
    border: none !important;
  }
  .grid-table-list .grid-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 4px !important;
  }
  .grid-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .grid-header-table-row {
    display: table-row;
  }
  .grid-table-row {
    display: table-row;
    border-bottom: 1px solid #eeeeee;
  }
  .grid-table-row:last-child {
    border: none !important;
  }
  .grid-header {
    border: none !important;
  }
  .grid-table-cell {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
  }
  .grid-table-cell-alternating {
    background-color: #e4e4e4;
  }
  .grid-header-table-row .grid-table-cell {
    background-color: #b1a040;
  }
  .grid-table-cell-checkbox {
    width: 26px;
  }
  .grid-table-header {
    display: table;
    padding: 2px 0px 6px 0px;
    vertical-align: bottom;
  }
  .grid-table-header .grid-table-cell-checkbox {
    padding: 4px 4px;
  }
  .grid-table-header .grid-table-header-cell {
    display: table-cell;
    white-space: nowrap;
    padding: 5px 0px;
  }
  .grid-table-header .grid-table-header-cell .grid-header-title {
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
  }
  .grid-table-header .grid-table-header-cell a.grid-header-title:hover {
    text-decoration: underline;
  }

  .grid-wrapper .grid-container-item {
    border: transparent 2px solid;
    float: left;
    padding: 0px;
    margin: 0px;
  }
  .grid-wrapper .grid-container-selected {
    border: red 2px solid;
    float: left;
    padding: 0px;
    margin: 9px;
  }
  .grid-wrapper .grid-container-item-div {
    overflow: visible;
    position: relative;
  }
  .grid-wrapper .grid-item-div {

  }
  .grid-wrapper .grid-container-item-div-footer {
    clear: both;
  }

  .grid-sortable-item {
    margin: 0px 2px 2px 0px;
    padding: 0px;
    float: left;
    min-height: 70px;
  }
  .grid-sortable-container {
    overflow: visible;
    margin: 0px;
  }
  .grid-sortable-item-handle {
    cursor: move;
  }
  .grid-sortable-placeholder {
    border: 4px dashed #00abec;
    margin: 0px 2px 2px 0px;
    padding: 0px;
    float: left;
    height: 70px;
    width: 94px;
  }

  /* Grid Controls */

  .grid-wrapper .grid-controls {
    padding: 10px 0px;
    display: table;
  }
  .grid-wrapper .grid-controls .info {
    display: table-cell;
    padding: 2px 4px 0px 4px;
    white-space: nowrap;
    font-size: 13px;
    font-style: italic;
    color: #333333;
  }
  .grid-wrapper .grid-controls .item-per-page {
    display: table-cell;
    padding-left: 10px;
    font-size: 12px;
    color: #333333;
  }
  .grid-wrapper .grid-controls .pagination-wrapper {
    display: table-cell;
    padding-left: 10px;
  }
  .grid-wrapper .grid-controls .item-per-page .container {
    display: table;
  }
  .grid-wrapper .grid-controls .item-per-page .container .show-label {
    display: table-cell;
    padding: 0px 4px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
  }
  .grid-wrapper .grid-controls .item-per-page .container .show-select {
    display: table-cell;
    padding-left: 0px;
  }

  /* Grid Pagination */

  .grid-wrapper .pagination {
    padding: 4px 0px;
  }
  .grid-wrapper .pagination span {
    padding: 0px 4px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
  }
  .grid-wrapper .pagination-newline {
    padding: 4px 0px 0px 4px;
  }
  .grid-wrapper .pagination a {
    margin: 0px 4px 0px 0px;
    padding: 2px 3px;
    text-decoration: none;
    font-weight: normal;
  }
  .grid-wrapper .pagination a.number, .grid-wrapper .pagination a.number:active, .grid-wrapper .pagination a.number:visited {
    border: #cccccc 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #006e97;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 6px;
    background-color: #cccccc;
  }
  .grid-wrapper .pagination a.number:hover {
    text-decoration: underline;
  }
  .grid-wrapper .pagination a.current, .grid-wrapper .pagination a.current:active, .grid-wrapper .pagination a.current:visited {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 6px;
    background-color: #0080ff;
    border: #0080ff 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  /* Search Controls */

  .search-controls-container {
    margin: 10px 15px 0px 20px;
  }
  .search-controls-container .hr {
    border-bottom: solid 2px #DAD9D3;
    margin-bottom: 10px;
    padding: 8px 0px 6px 0px;
  }
  .search-controls-wrapper {
    text-align: left;
  }
  .search-controls .grid-table-cell div.text {
    display: inline;
  }

  .search-controls-wrapper .main-table  {
    display: table;
  }
  .search-controls-wrapper .main-table .main-table-colum  {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
  }
  .search-controls-wrapper .search-field-table {
    display: table;
  }

  .search-controls-wrapper .search-field-row {
    display: table-row;
  }
  .search-controls-wrapper .search-field-row .search-field-label  {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
  }
  .search-controls-wrapper .search-field-row .search-field-inputcontrol {
    display: table-cell;
    vertical-align: top;
  }
  .search-controls-wrapper .search-field-row .search-field-note {
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    color: #9B9B9B;
    font-style: italic;
  }

  .search-controls-wrapper .search-field-subtable  {
    display: table;
  }
  .search-controls-wrapper .search-field-subtable .search-field-subrow  {
    display: table-row;
  }
  .search-controls-wrapper .search-field-subtable .search-field-subrow .search-field-subcolumn  {
    display: table-cell;
    vertical-align: top;
    padding: 0px 4px 0px 0px;
    font-size: 13px;
    color: #9B9B9B;
    font-style: italic;
  }

  .search-controls-seperator-top {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
  .search-controls-seperator-bottom {
    margin-top: 4px;
    padding-top: 4px;
    text-align: right;
  }
  
  /* Search Indicators */ 

  .search_indicator_container {
    position: absolute;
    display: none;
    text-align: center;
    z-index: 1000;
  }
  .search_indicator_wrapper {
    position: relative;
    top: 40%;
    text-align: center;
  }
  .search_indicator_information {
    background-color: #000000;
    border: #646464 1px solid;
    width: 160px;
    margin: auto auto;
    padding: 20px 0px;
  }
  .search_indicator_text {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  16px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
  }
  .search_indicator_medium {
    position: relative;
    height: 31px;
    width: 31px;
    background: url(images/indicator_medium_black.gif);
    margin: 0px auto;
  }

  /* Search List Grid Controls */

  .search-controls .text {
    font-size: 16px;
  }
  .search-controls .text p {
    font-size: 14px;
    text-transform: none;
  }
  .search-controls .text a {
    font-size: 14px;
  }
  .search-controls .link {
    font-size: 16px !important;
  }
  .search-controls .link:hover {
    font-size: 16px;
  }
  .search-controls .grid-item {
    padding: 10px 20px 20px 0px;
  }

  /* Indicators */

  .indicator_container {
    position: absolute;
    display: none;
    text-align: center;
    background-color: #ffffff;
    z-index: 1000;
  }
  .indicator_wrapper {
    position: relative;
    top: 50%;
  }

  /* Commands */

  .commandWrapper {
    height: 36px;
  }
  .commandDiv {
    float: left;
    padding-right: 4px;
  }

  /* Button w/ Icons */

  .button_action {
    cursor: pointer;
  }

  .buttonIconWrapper {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }
  .buttonIconWrapper a {
    text-decoration: none;
  }  
  .buttonIconWrapper .buttonIcon {
    background: #b1a040; /* Old browsers */
    background: -moz-linear-gradient(top,  #b1a040 0%, #a7993e 13%, #988e3c 25%, #4e5a31 75%, #394c2e 92%, #32472c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1a040), color-stop(13%,#a7993e), color-stop(25%,#988e3c), color-stop(75%,#4e5a31), color-stop(92%,#394c2e), color-stop(100%,#32472c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b1a040 0%,#a7993e 13%,#988e3c 25%,#4e5a31 75%,#394c2e 92%,#32472c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b1a040 0%,#a7993e 13%,#988e3c 25%,#4e5a31 75%,#394c2e 92%,#32472c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b1a040 0%,#a7993e 13%,#988e3c 25%,#4e5a31 75%,#394c2e 92%,#32472c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b1a040 0%,#a7993e 13%,#988e3c 25%,#4e5a31 75%,#394c2e 92%,#32472c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1a040', endColorstr='#32472c',GradientType=0 ); /* IE6-9 */
    padding: 5px 40px;
  }
  .buttonIconWrapper:hover .buttonIcon {
  }
  .buttonIcon {
    display: table;
  }
  .buttonIcon .icon {
    display: none;
  }
  .buttonIcon .title {
    display: table-cell;
    color: #ffffff !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .buttonIconWrapper .buttonIcon .title a, .buttonIconWrapper .buttonIcon .title a:hover {
    color: #ffffff !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .buttonIcon .title input {
    color: #ffffff !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
    
  /* Small Button w/ Icons */

  .smallbuttonIconWrapper {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }
  .smallbuttonIconWrapper .smallbuttonIcon {
    background-color: #f5f5f5;
  }
  .smallbuttonIconWrapper:hover .smallbuttonIcon {
    background-color: #e5e5e5;
  }
  .smallbuttonIcon {
    border: #DAD9D3 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: table;
    vertical-align: middle;
    padding: 3px 12px 4px 12px;
  }
  .smallbuttonIconWrapper a, .smallbuttonIconWrapper a:hover {
    color: #808080;
    font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
  }
  .smallbuttonIcon .icon {
    display: table-cell;
  }
  .smallbuttonIcon .icon img {
    vertical-align: text-top;
  }
  .smallbuttonIcon .title {
    display: table-cell;
    color: #808080;
    font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
    font-size: 11px;
    font-weight: normal;
  }
  .smallbuttonIconWrapper:hover .title {
    color: #2F3E99;
  }

  /* Tree */

  .tree-container-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
    background-color: #ffffff;
    border: #cfcfcf 2px solid;
    padding: 5px 10px 0px 0px;
    margin: 0px;
  }
  .tree-container-wrapper-long {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 615px;
    background-color: #ffffff;
    padding: 5px 10px 0px 0px;
    margin: 0px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
  }

  .tree-container {

  }
  .tree-container a {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
  }

/**************
 * Map Center *
 **************/

  .map-center-table {
    display: table;
    width: 100%;
    padding: 10px 10px 10px 10px;
  }
  .map-center-table .map-center-table-row {
    display: table-row;
  }
  .map-center-table .map-center-table-row .map-center-table-cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
	padding-left: 10px;
  }
  .map-center-table .map-center-table-row .map-center-table-cell.cell-left {
    width: 200px;
  }
  .map-center-table .map-center-table-row .map-center-table-cell.cell-right {

  }

  .map-center-table-cell.cell-left label {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
  }

  .map-wrapper {
    padding: 0px 0px 0px 0px;
  }
  .map-container {
    width: 100%;
    height: 637px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
  }

  .map-controls {
    padding: 0px 0px 0px 0px;
    /* border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    margin-bottom: 15px; */
  }
  .map-controls-table {
    display: table;
    width: 100%;
  }
  .map-controls-table .map-controls-row {
    display: table-row;
  }
  .map-controls-table .map-controls-row .map-controls-cell {
    display: table-cell;
    vertical-align: top;
  }
  .map-controls-table .map-controls-row .map-controls-cell.cell-left {

  }
  .map-controls-table .map-controls-row .map-controls-cell.cell-right {
    text-align: right;
  }

/************************
 * Media Layout Changes *
 ************************/

/* Print */
  
  @media print {

    a[href]:after {
      content: none !important;
    }

  }

/* Small screens */
  
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */
  @media only screen and (max-width: 40em) { 

    .cell-hide-small {
      display: none;
    }

  }

/* Medium screens */

  /* min-width 641px, medium screens */
  @media only screen and (min-width: 40.063em) {

  }

/* Large screens */

  /* min-width 1025px, large screens */
  @media only screen and (min-width: 64.063em) { 

  }

/* XLarge screens */
  
  /* min-width 1441px, xlarge screens */
  @media only screen and (min-width: 90.063em) { 
    
  }

/* XXLarge screens */

  /* min-width 1921px, xlarge screens */
  @media only screen and (min-width: 120.063em) { 

  }

/* XXXLarge screens */

  /* min-width 2560px, xlarge screens */
  @media only screen and (min-width: 160.000em) { 

  }



/* Mapping */
  #panel {
	width: 200px;
	float: left;
	margin: 10px;
  }

  #color-palette {
	clear: both;
  }

  .color-button {
	width: 14px;
	height: 14px;
	font-size: 0;
	margin: 2px;
	float: left;
	cursor: pointer;
  }

  #color-palette {
	float:left;
	margin-top:6px;
	margin-left:140px;
	width:95px;
	position:absolute;
	z-index:10000;
	background-color:white;
	padding-top:3px;
	padding-left:2px;
	height:25px;
  }

  #delete-button {
	margin-top: 5px;
  }

  .controls {
	margin-top: 5px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 24px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  #delete-button {
	float:left;
	margin-top:6px;
	margin-left:144px;
	display:inline;
	position:absolute;
	z-index:10000;
	height:24px;
	background-color:white;
	background-image:url('images/cross.png');
	background-repeat:no-repeat;
	background-position: center; 
	width:24px;
	/* border:1px solid #BBB8B1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important; */
  }

  #delete-button:hover {
	background-color:#EBEBEB;
  }

  #print-button {
	float:left;
	margin-top:6px;
	margin-left:168px;
	display:inline;
	position:absolute;
	z-index:10000;
	height:24px;
	background-color:white;
	background-image:url('images/printer.png');
	background-repeat:no-repeat;
	background-position: center; 
	width:24px;
	border-radius: 0 2px 2px 0;
	/* border:1px solid #BBB8B1; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important; */
  }

  #print-button:hover {
	background-color:#EBEBEB;
  }

  #pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 300px;
	height:25px;
	margin-top:5px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	position:absolute;
	left:208px !important;
	position: absolute;
	top: 0px;
  }

  #pac-input:focus {
	border-color: #4d90fe;
  }

  .pac-container {
	font-family: Roboto;
  }

  .shapelabel {
	height:26px;
	position:absolute;
	top:3px;
	padding-left:3px;
	padding-right:3px;
	background-color:white;
	background-repeat:no-repeat;
	background-position: center; 
	width:150px;
	border-top:1px solid #BBB8B1;
	border-left:1px solid #BBB8B1;
	border-right:1px solid #BBB8B1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
	font-size: 14px;
	z-index: 10000;
  }

  .shapelabel:focus {
	border-color: #4d90fe;
  }

  .shapelabelselect {
	height: 24px;
	font-size: 13px;
	padding: 0px;
  }

  #addlabel-button {
    float:left;
    margin-top:38px;
    margin-left:160px;
    display:inline;
    position:absolute;
    z-index:10000;
    height:30px;
  }

  .delete-menu {
	position: absolute;
	background: white;
	padding: 3px;
	color: #666;
	font-weight: bold;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
	margin-top: -10px;
	margin-left: 10px;
	cursor: pointer;
  }
  .delete-menu:hover {
	background: #eee;
  }

  .label-menu {
	position: absolute;
	background: white;
	padding: 3px;
	color: black;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
	margin-left: 10px;
	width:213px;
	height:70px;
	z-index:100000;
  }

  #saveLabel {
	height:26px;
	position:absolute;
	top:3px;
	left:155px;
	background-color:white;
	background-image:url('images/accept.png');
	background-repeat:no-repeat;
	background-position: center; 
	width:26px;
	border:1px solid #BBB8B1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  }

  #saveLabel:hover {
	background-color:#EBEBEB;
  }

  #deleteLabel {
	height:26px;
	position:absolute;
	top:3px;
	left:183px;
	background-color:white;
	background-image:url('images/cross.png');
	background-repeat:no-repeat;
	background-position: center; 
	width:26px;
	border:1px solid #BBB8B1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  }

  #deleteLabel:hover {
	background-color:#EBEBEB;
  }

  #options {
    background-color:#FFFFFF;
    width: 682px;
    margin: 0 auto 10px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    display: block;
    font-family: Arial, Verdana, Sans-serif;
  }

  #options div {
    margin:0px;
    outline:none;
    vertical-align: top;
    line-height: 1.0em;
  }

  #options label {
    font-weight:normal;
    font-size:13px;
  }

  #options input[type="file"], #options input[type="checkbox"], #options input[type="radio"]  {
	  margin: 0px;
  }

  #options .control-table {
    display: table;
  }
  #options .control-table .control-cell {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #c0c0c0;
  }
  #options .control-table .control-cell:last-child {
    border-right: none;
  }

  #optionsheader {
    background-color: gray;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 5px 10px !important;
    cursor:pointer;
  }
	
  .optiontabbed {
	  margin-left: 20px;
  }
 

input[type="checkbox"] + label, input[type="radio"] + label {
	display: inline;
	margin-left: 4px;
	margin-right: 0px;
}
  
#floatingSave {
  position: fixed;
  top: 250px;
  right: 0px;
  top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
  z-index:100000;
}

#floatingSave2 {
  position: fixed;
  top: 250px;
  left: 218px;
  top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
  z-index:100000;
}

  .saveButton {
	cursor: pointer;
  }

#info {
	
}
  
  #info, #instructions {
    font-size:13px;
    font-family: Arial, Verdana, Sans-serif;
	height: 22px; 
  }

  #instructions {
	  font-style: italic;
    padding: 2px 0px 0px 0px;
	margin-left:140px;
  }
  

  @media print
  {    
    .no-print, .no-print *
    {
        display: none !important;
    }

	.print-only
	{
		display: block;
	}

	img {
		max-width: none !important; 
	}
  }

  @media screen
  {
	.print-only
	{
		display: none;
	}
  }

  .gmnoprint img { max-width: none; }

  #modediv {
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	font-family: Arial, Verdana, Sans-serif;
  }

  #modediv label {
	font-size:13px;
	font-family: Arial, Verdana, Sans-serif;
	margin-left: 3px !important;
	font-weight: normal;
  }

  #modediv input {
	margin-bottom: 0px !important;
  }

  #metricassessmentyearSelect {
	margin-bottom: 0px !important;
  }

  .reportheader {
	font-size: 22px;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-top: 10px;
  }

  .reportsubheader {
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-bottom: 10px;
  }

  .reportinstructions {
	font-size: 10px;
	color: black;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
  }

  .reportlegend {
	font-size: 10px;
	float:right;
	border:1px solid black;
	padding: 5px;
	margin-bottom:10px;
  }

  .reportfooter {
	font-size: 11px;
	color: black;
	text-align: center;
	margin-top: 10px;
  }

  .container-red {
    background-color: #faeaeb;
    padding: 5px;
	padding-left:8px;
	padding-right:8px;
    margin-left: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	font-weight:bold;
	font-family: Arial, Verdana, Sans-serif;
  }

