/* Version: 15-Sep-2013 14:49 */

a:link { color: blue; text-decoration: underline }
a:visited { color: brown; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: green; text-decoration: underline }

#locations a:link { color: inherit; text-decoration: underline }
#locations a:visited { color: inherit; text-decoration: none }
#locations a:hover { background-color:#ccc; text-decoration: underline }

.special_1 a:link { color: blue !important; text-decoration: underline !important;}
.special_1 a:visited { color: brown !important; text-decoration: underline !important; }
.special_1 a:active { color: red !important; text-decoration: underline !important; }
.special_1 a:hover { color: green !important; text-decoration: underline; !important }

.resources a:link { color: blue; text-decoration: underline }
.resources a:visited { color: brown; text-decoration: underline }
.resources a:active { color: red; text-decoration: underline }
.resources a:hover { color: green; text-decoration: underline }

.blog_permalink a:link { color: blue; text-decoration: none }
.blog_permalink a:visited { color: brown; text-decoration: none }
.blog_permalink a:active { color: red; text-decoration: none }
.blog_permalink a:hover { color: green; text-decoration: none }

.caption_message a:link { color: white; text-decoration: underline }
.caption_message a:visited { color: white; text-decoration: underline }
.caption_message a:active { color: white; text-decoration: underline }
.caption_message a:hover { color: red; text-decoration: underline }

    /* Targets all images within the content area */
.entry-content img {
    max-width: 100%;
    height: auto;
    display: block; /* Prevents unwanted whitespace below images */
}

.sticky thead tr th {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.discuss_questions {
  color: blue;
}
.discuss_answers {
  color: green;
}
.discuss_comments {
  color: red;
}

.highlight_radio input[type="radio"]:checked+label {
   background-color: #C9EACE;
} ​

/* training_button1 is not used */
.training_button1 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.search_button {
  background-color: #4CAF50;
  cursor: pointer;
  font-size: 16px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: none;
}

.search_button:hover {
  background-color: #b7ceb7;
  color: black;
  
}

.common_button {
  background-color: #4CAF50;
  cursor: pointer;
  font-size: 16px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: none;
}

.common_button:hover {
  background-color: #b7ceb7;
  color: black;
  
}

.common_button_minor {
  background-color: #C0C0C0;
  cursor: pointer;
  font-size: 16px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: none;
}

.common_button_minor:hover {
  background-color: #b7ceb7;
  color: black;
  
}

.common_button_small {
  background-color: #4CAF50;
  cursor: pointer;
  font-size: 14px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 3px 8px 3px 8px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.common_button_small:hover {
  background-color: #b7ceb7;
  color: black;
  
}

.cancel_button {
  background-color: red;
  cursor: pointer;
  font-size: 16px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.cancel_button:hover {
  background-color: #b7ceb7;
  color: black;
  
}



.execute_button {
  background-color: #4CAF50;
  cursor: pointer;
  font-size: 16px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: none;
}

.execute_button:hover {
  background-color: #b7ceb7;
  color: black;
  
}

.training_button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 200px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  background: linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.8)
          );
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.training_button:hover {
  color: #b7ceb7;
}

.training_button_long {
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 300px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  background: linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.8)
          );
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.training_button_long:hover {
  color: #b7ceb7;
}

.function_select label {
  margin-right: 15px;
  line-height: 32px;  
}

.keep_radio_with_label {
  white-space: nowrap;
}

  @media screen and (max-width: 600px) {
  .ResponsiveTable table {
    border: 0;
    width: 100%;
  }

  .ResponsiveTable table caption {
    font-size: 1.3em;
  }

  .ResponsiveTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .ResponsiveTable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    width: 100%;
  }
  
  .ResponsiveTable table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
  }
  
  .ResponsiveTable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
  
  .ResponsiveTable table td:last-child {
    border-bottom: 0;
  }
  .ResponsiveTable table td:first-child {
    background-color:#ccc;
  }
}





@media all {
  .page-break { display: none; }
  .screenformattable { display: table-cell; }
  .printformattable { display: none; }
}
@media print {
  .page-break { display: block; page-break-before: always; }
  .screenformattable { display: none; }
  .printformattable { display: table-cell; }
}
@page { margin: 1cm }

.blog_permalink {
  margin-bottom: 0;
  padding-bottom: 0;
}

.time_elapsed {
  font-size: 80%;
}

.test_mode div {
  background-color: red;
}

body {
  margin: 0;
  padding: 0;
  color: black;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12pt;
  background-color: white;
}

.click_help {
  color: black;    
}
  

p {
  line-height: 1.25;
}

div.locations_huntsville {
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #4F7942;
}
div.locations_huntsville p {
  font-size: 110%;
  color: #4F7942;
}

div.locations_huntsville_city {
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #C71585;
}
div.locations_huntsville_city p {
  font-size: 110%;
  color: #000000;
}

div.locations_other {
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #0F52BA;
}
div.locations_other p {
  font-size: 110%;
  color: #0F52BA;
}

div.locations_outdoor {
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #8B4513;
}
div.locations_outdoor p {
  font-size: 110%;
  color: #8B4513;
}

.float_right { margin:4px 0 4px 16px; float:right;}

.locations_dim {
  opacity: 0.5;
}

.info_message_highlight {
  color: blue;
  font-weight: bold;
}
.error_message_highlight {
  color: red;
  font-weight: bold;
}
.error_message_highlight_large {
  color: red;
  font-weight: bold;
  font-size: 120%;
}

.location_info {
  padding: 10px;
  font-size: 11pt;
  background-color: #E8E8E8;
  color: black;
}
.location_info li {
  margin-top: .25em;
  margin-bottom: .25em;
}
.location_info p {
  line-height: 140%;
}

.credit_card_help {
  padding: 10px;
  font-size: 12pt;
  color: black;
}

.contact_member {
  padding: 10px;
  font-size: 12pt;
  background-color: #E8E8E8;
  color: black;
}
.contact_member li {
  margin-top: .35em;
  margin-bottom: .35em;
  color: rgba(10, 82, 170, 1.00);
}
.contact_member li li {
  color: #195819;
}

.membership_faq {
  padding: 10px;
  font-size: 12pt;
  background-color: #E8E8E8;
  color: black;
}
.membership_faq li {
  margin-top: .35em;
  margin-bottom: .35em;
  color: rgba(10, 82, 170, 1.00);
}
.membership_faq li li {
  color: #195819;
}

#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}

#content {
  margin: 0 0 0 0;
  /*border: 1px solid #b9d2e3;*/
  background-color: white;
  color: black;
}
#content .inner {
  margin: 0px 0px 0px 0px;
}
#content .inner h2 {
  color: #565656;
  padding-bottom: 0.2em;
  /*border-bottom: 1px solid #b9d2e3;*/
  /*font-size: 110%;*/
}

.blog_news h2 {
  border-bottom: none;
  padding-bottom: 0.2em;
}

.blog_news {
  background-color: #f3f2f2;
  padding: 1px 10px;
  /*border-style: outset;*/
}

.blog_news_intro {
  background: linear-gradient(
      rgba(91, 82, 66, 0.40), 
      rgba(91, 82, 66, 0.15)
    );
  padding: 5px 10px 5px 10px;
}

.blog_coach h2 {
  border-bottom: none;
  padding-bottom: 0.2em;
}

.blog_coach {
  background-color: #f9f2ec;
  padding: 1px 10px;
  border-radius: 10px;
  /*border-style: outset;*/
}
.blog_coach_intro {
  background: linear-gradient(
      rgba(91, 82, 66, 0.40), 
      rgba(91, 82, 66, 0.15)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
}


div.closed_announcements_orig {
  background: linear-gradient(
      rgba(178, 0, 0, 0.90), 
      rgba(178, 0, 0, 0.80)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: bold;
  color: white;
}
div.closed_announcements {
  background-color: #E0E0E0;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: bold;
  color: black;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(178, 0, 0, 0.90);
}
.closed_announcements ul li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.closed_caption {
  background: linear-gradient(
      rgba(178, 0, 0, 0.90), 
      rgba(178, 0, 0, 0.60)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: 600;
  color: white;
}
.info_caption {
  background: linear-gradient(
      rgba(10, 82, 170, 0.90), 
      rgba(10, 82, 170, 0.60)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: 600;
  color: white;
}

div.join_online {
  background-color: #E0E0E0;
  padding: 5px 10px 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: black;
  border-style: solid;
  border-width: 5px;
  border-color: #195819;
}
div.join_hardcopy {
  background-color: #E0E0E0;
  padding: 5px 10px 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: black;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(10, 82, 170, 0.90);
}
.join_online img {
  padding: 5px 10px 5px 0px;
  float: left;
}
.join_hardcopy img {
  padding: 5px 10px 5px 0px;
  float: left;
}

.special_notes {
  background: linear-gradient(
      rgba(179, 134, 0, 0.60), 
      rgba(179, 134, 0, 0.15)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: bold;
}
.special_notes_blue {
  background: linear-gradient(
      rgba(0, 153, 230, 0.50), 
      rgba(0, 153, 230, 0.15)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: bold;
}
.special_notes_green {
  background: linear-gradient(
      rgba(51, 153, 102, 0.50), 
      rgba(51, 153, 102, 0.15)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: bold;
}
.alabama_state_games {
  background: linear-gradient(
      rgba(0, 153, 230, 0.50), 
      rgba(0, 153, 230, 0.15)
    );
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-size: 110%;
}
.alabama_state_games img {
  float: left;
}

p.special_notes_separator {
  line-height: 1.0;
  padding: 0;
  margin: 0;
}


#content .inner h3 {
  color: #565656;
  padding-bottom: 0.2em;
  /*border-bottom: 1px solid #b9d2e3;
  font-size: 90%;*/
}
#wrapper {
  color: black;
  margin: 0px 10px 5px 10px;
  padding: 0px 10px 10px 10px;
  background-color: white;
  min-width: 300px;
  max-width: 1100px;
}
img {
  border-style: none;
}
.img_spc img {
  margin-right: 5px;
}

/* Top Right Bottom Left */
#banner {
  margin: 20px 0px 20px 10px;
}    
#apycom {
  font-size: 1px;
  color: #FFFFFF;
}

.float_gadget {
  float: left;
  width: 200px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: left;
  margin: 3px; 3px; 3px; 3px;
  background: linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.8)
          );
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.float_gadget img {
  padding: 0px 10px 0px 0px;
  float: left;
}

.float_gadget a:link { color: white; text-decoration: none }
.float_gadget a:visited { color: white; text-decoration: none }
.float_gadget a:active { color: red; text-decoration: none }
.float_gadget a:hover { color: #b7ceb7; text-decoration: none }

.float_gadget_training_alt {
  float: left;
  width: 150px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  background: linear-gradient(
      rgba(10, 82, 170, 0.90), 
      rgba(10, 82, 170, 0.60)
          );
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.float_gadget_training {
  float: left;
  width: 150px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  background: linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.8)
          );
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.float_gadget_training img {
  padding: 0px 10px 0px 0px;
  float: left;
}

.float_gadget_training a:link { color: white; text-decoration: none }
.float_gadget_training a:visited { color: white; text-decoration: none }
.float_gadget_training a:active { color: red; text-decoration: none }
.float_gadget_training a:hover { color: #b7ceb7; text-decoration: none }

.float_gadget_training_alt a:link { color: white; text-decoration: none }
.float_gadget_training_alt a:visited { color: white; text-decoration: none }
.float_gadget_training_alt a:active { color: red; text-decoration: none }
.float_gadget_training_alt a:hover { color: #b7ceb7; text-decoration: none }

.float_gadget_locations {
  float: left;
  width: 150px;
  height: auto;
  color: white;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-align: left;
  margin: 3px; 3px; 3px; 3px;
  background: linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.8)
          );
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.float_gadget_locations img {
  padding: 0px 10px 0px 0px;
  float: left;
}

.float_gadget_locations a:link { color: white; text-decoration: none }
.float_gadget_locations a:visited { color: white; text-decoration: none }
.float_gadget_locations a:active { color: red; text-decoration: none }
.float_gadget_locations a:hover { color: #b7ceb7; text-decoration: none }



div.locbox {
  float: left;
  width: 290px;
  height: auto;
  /* height: 5em;*/
  padding: 4px;
  text-align: left;
  margin: 3px; 3px; 3px; 3px;
  background-color: #E0E0E0;
  border-style: outset;
  border-width: 3px;
}
div.messagebox1 {
  background-color: #E0E0E0;
  padding: 1px 10px;
  border-style: outset;
  border-color: #b2b2b2 #000000 #000000 #b2b2b2;
  border-width: 3px;
}
div.messagebox2 {
  background-color: #F5CBA7;
  padding: 1px 10px;
  border-style: outset;
  border-color: #b2b2b2 #000000 #000000 #b2b2b2;
  border-width: 3px;
}

.locations {
  background: #fff;
  margin: 5px;
  border-collapse: collapse;
  text-align: left;
}
.locations th {
  font-size: 120%;
  font-weight: normal;
  color: #039;
  padding: 10px 8px;
  border-bottom: 2px solid #6678b1;
  background-color:#eee;
}
.locations td {
  border-bottom: 1px solid #ccc;
  color: black;
  padding: 5px 40px 5px 8px;
  vertical-align: top;
}
.locations tbody tr:hover td {
  background-color: #ccc;
}


.form_screenx tr:hover td {
  background-color: #E0E0EB;
}
.form_screen input:focus {
  background-color: #CCEBF5;
}


.nextday {
  border-bottom: 5px solid #ccc;
}
.prevday {
  border-top: 5px solid #ccc;
}

tr.membership_history td {
  text-align: right;
}


tr.evening td {
  font-weight: inhert;
}
tr.weekend td {
  font-weight: inherit;
}

tr.highlight_today td {
  background-color: #f2e6d9;
}

.highlight_today {
	font-weight: bold;
}

.highlight_1 {
	color: green;
	font-weight: bold;
}

tr.optimist td {
	color: green;
}
tr.maxluther td {
	color: blue;
}
tr.brahan td {
	color: red;
}
tr.senior td {
	color: black;
}
tr.richardshowers td {
	color: #FF69B4;
}
tr.challenger td {
	color: #725f04;
}
tr.berachah td {
	color: #FF69B4;
}
tr.spare td {
	color: black;
}
tr.dublin td {
	color: #FF00FF;
}
tr.markrussell td {
	color: #8B2323;
}
tr.fernbell td {
	color: #003399;
}
tr.moon td {
	color: FF00FF;
}

.optimist {
	color: green;
}
div.optimist {
  border-color: #b2d8b2 #004700 #004700 #b2d8b2;
}

.maxluther {
  color: blue;
}
div.maxluther {
  border-color: #b2b2ff #00008d #00008d #b2b2ff;
}

.brahan {
  color: red;
}
div.brahan {
  border-color: #ffb2b2 #8d0000 #8d0000 #ffb2b2;
}

.senior {
color: black;
}
div.senior {
  border-color: #b2b2b2 #000000 #000000 #b2b2b2;
}

.richardshowers {
color: #FF69B4;
}
div.richardshowers {
  border-color: #FF1493 #C71585 #C71585 #FF1493;
}

.challenger {
color: #725f04;
}
div.challenger {
  border-color: #ceaf07 #483c02 #483c02 #ceaf07;
}

.berachah {
color: #FF69B4;
}
div.berachah {
  border-color: #FF1493 #C71585 #C71585 #FF1493;
}

.spare {
color: black;
}
div.spare {
  border-color: #b2b2b2 #000000 #000000 #b2b2b2;
}

.dublin {
  color: #FF00FF;
}
div.dublin {
  border-color: #ffb2ff #8d008d #8d008d #ffb2ff;
}

.markrussell {
	color: #8B2323;
}
div.markrussell {
  border-color: #dcbdbd #4d1414 #4d1414 #dcbdbd;
}

.fernbell {
	color: #003399;
}
div.fernbell {
  border-color: #003399 #4d1414 #4d1414 #003399;
}

.moon {
color: #FF00FF;
}
div.moon {
  border-color: #ffb2ff #8d008d #8d008d #ffb2ff;
}

.hideit {
       display: none;

}
div.dummy {
  clear: both;
  }

div.general_form {
  background-color: #E3E3E3;
  border-radius: 10px;
  padding: 15px;
}

.resources {
  color: inherit;
}

.resources td {
  vertical-align: top;
  padding-bottom: 10px;
}

/* This is mostly for the Members area */

.contact_table {
	border-collapse: collapse;
	text-align: left;
}

.contact_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
  text-align: left;
}

.contact_table td {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contact tr {
	border-bottom: 1px solid;
}

#sortable tr {
	border-bottom: 1px solid;
	background-color: #CCEBF5;
}


.profile_table {
	border-collapse: collapse;
	text-align: left;
}

.profile_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
}

.profile_table td {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sortable tr.d0 td {
	background-color: #CCEBF5;
}
#sortable tr.d1 td {
	background-color: #E0D1B2;
}

.d00 {
	background-color: #CCEBF5;
}
.d11 {
	background-color: #E0D1B2;
}
.dtotals {
	background-color: #303030;
	color: #ffffff;
	font-weight: bold;
}


.btn_link {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 100%;
  padding: 0;
}

.btn_secondary {
  background: none;
  border: none;
  color: blue;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%;
  padding: 0;
}

.btn_menu {
  background: none;
  border: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}

.btn_executive_minutes {
  font-size: 105%;
  background: none;
  border: none;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  padding: 5px;
}

/*div#menu ul ul form {
    color: rgb(169, 169, 169);
    display: block;
    float: none;
    height: auto;
    line-height: 24px;
    padding: 0 0 0 15px;
    }*/

.executive_directory {
  font-weight: bold;
  color: blue;
  cursor: default !important;
}

.expired {
  color: red;
  font-weight: bold;
}
.waiver_only {
  color: blue;
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}
.location_closed {
  text-decoration: line-through;
}

img.resize_mobile {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
img.resize_mobile_50 {
  max-width: 50%;
  height: auto;
  width: auto\9;
}
.renew_yes {
  color: green;
  font-weight: bold;
  background-color: #ffff00;
}
.renew_no {
  color: black;
}
.last_finder {
  color: green;
  font-weight: bold;
}

#phplist_help ul li {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

#phplist_help ul li img {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.admin_view {
  color: green;
}

.spec1_view {
  color: red;
}

.meeting_minutes ul li {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.training_request_message ul li {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.training_questions ul li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.radios {
  white-space: nowrap;
}

div.photobox_executive {
  float: left;
  width: 200px;
  height: 210px;
  /* height: 5em;*/
  padding: 4px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  background-color: #E0E0E0;
  border-style: outset;
  border-color: #b2b2b2 #000000 #000000 #b2b2b2;
  border-width: 3px;
}

.photoframe_executive {
  background-color: #fff;
  border: 2px solid #f2f2f1;
  padding: 4px;
  width: 80%;
}
div.photobox_survey {
  float: left;
  /* height: 5em;*/
  padding: 4px;
  text-align: center;
  margin: 3px; 3px; 3px; 3px;
  background-color: #E0E0E0;
  border-style: outset;
  border-color: #b2b2b2 #000000 #000000 #b2b2b2;
  border-width: 3px;
}

.photoframe_survey {
  background-color: #fff;
  border: 2px solid #f2f2f1;
  padding: 4px;
  width: 80%;
}


div.table_executive {
  float: left;
  margin-right: 20px;
}

div.table_executive table tr td:nth-child(4) {
  text-align: right;
}

div#submenu ul {
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}
div#submenu a {
  float:left;
  width:13em;
  text-decoration:none;
  color:white;
  background-color:#444a4a;
  padding:0.2em 0.6em;
  border-right:1px solid white;
  border-bottom:1px solid white;
}
div#submenu a:hover {
  background-color:#AECDAA;
}
div#submenu li {
  display:inline;
}
div#submenu .current {
  background-color:#245185;
}



td.link1 {
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}
td.link1 a {
  float:left;
  width:16em;
  text-decoration:none;
  color:white;
  background-color:#444a4a;
  padding:0.2em 0.6em;
  border-right:1px solid white;
}
td.link1 a:hover {
  background-color:#AECDAA;
}
td.link1 {
  display:inline;
}
td.link1 .current {
  background-color:#245185;
}


div.locations_caption {
  max-width: 400px;
  font-size: 110%;
  padding: 0 10px 0 10px;
  background-color: #195819;
  color: white;
}

.two_up {
  font-weight: bold;
  color: #006622;
}
.four_up {
  font-weight: bold;
  color: #3333cc;
}

.membership_action_message {
  font-weight: bold;
  font-size= 120%;
  color: green;
}

div.notify_next {
  padding: 5px 10px 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: red;
  border-style: solid;
  border-width: 5px;
  border-color: #195819;
}

/* This is for responsive forms */

/* Style inputs, select elements and textareas */
/* The width formerly was 100%, changed it to max-width 2022-08-05 13:32 */
#respform input[type=text], input[type=email], input[type=tel], input[type=date], input[type=datetime-local], input[type=time], input[type=number], input[type=password], select, textarea, checkbox{
  max-width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

#respform .col-75_disp_only input[type=text] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=email] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=tel] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=date] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=datetime-local] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=time] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=number] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=password] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only select {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only checkbox {
  color: green;
  font-weight: bold;
}

/* Style the label to display next to the inputs */
#respform label {
  padding: 6px 12px 6px 0;
  display: inline-block;
}
#respform .col-25_disp_only label {
  color: green;
  font-weight: bold;
}

/* Style the submit button */
#respform input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

/* Style the container */
.formcontainer {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
.col-25_disp_only {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75_disp_only {
  float: left;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, .col-25_disp_only, .col-75_disp_only, #respform input[type=submit] {
    margin-top: 0;
    width: 100%;
  }
}

/* I had intended to keep all hints hidden until focus was on the field, but that caused a problem whereby the submit key moved and could not be clicked (click at the very top of button OK) */
/* This was  display: none;  I'll just display all hints in the interium until a solution is found.*/
div.forminfo {
    display: block;
    /* Make sure the forminfo element is initially hidden */
    color: #777;
    font-size: 90%;
    margin: 2px 0;
    margin-left: 1em;
    margin-right: 1em;
}
div.forminfo_always {
    color: #777;
    font-size: 90%;
    margin: 2px 0;
    margin-left: 1em;
    margin-right: 1em;
}
 
input:focus + div.forminfo {
    /* This selector selects the div.forminfo that comes right after
       the focused input */
    display:block;
   /* Make the element visible */
}    

textarea:focus + div.forminfo {
    /* This selector selects the div.forminfo that comes right after
       the focused input */
    display:block;
   /* Make the element visible */
}    

/* This is for the please wait screen while loading lots of data */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/preloader.gif) center no-repeat #fff;
}

.zebra {
  background-color: #E0D1B2;
}

tr:nth-child(even).zebra {
  background-color: #CCEBF5;
}

.training_session {
  background-color: #CCD1D1;
}

.spacer {
  background-color: #CCD1D1;
}
