/*  THIS IS GENERAL CUSTOMIZED CSS - added by MJB Nov 2019    */

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 

/*  THIS IS CUSTOMIZED CSS FOR THE MENU - added by KAS    */

/*background for the currently selected Menu item (such as Calendar of Activities */
.mainMenu LI.itemCurrent .d4,
.mainMenu LI.itemCurrentLeaf .d4
{
  background: #afdeaf;
}


/*background for the currently selected CHILD page (such as renewal under membership */
.mainMenu LI UL LI.itemCurrentLeaf .d4
{
   background:  #afdeaf bottom left no-repeat;
}

/*background BORDER for the currently selected CHILD page (ie renewal under membership ) */

.mainMenu LI UL
{
  border-top: 2px solid #0E6D50;
  background: #E2F2E7;
}

/*background and border (top and bottom) for the fly-out menu(ie renewal)*/

.mainMenu LI.itemNormal UL.dynamic
{
    border-top: 2px solid #148d6f;
    border-bottom: 2px solid #148d6f;
    background: #afdeaf;
}
/* border (left and right) for the fly-out menu(ie renewal)*/
.mainMenu LI.itemNormal UL.dynamic LI
{
  border-left: 2px solid #148d6f;
  border-right: 2px solid #148d6f;
 }

/*  THIS IS CUSTOMIZED CSS FOR THE HEADER - added by KAS    */

/* seperator bar  */

.cnHeaderSeparator .d1
{
  background: url(http://awcthailand.wildapricot.org/resources/Pictures/multicolor_bar2.gif) bottom left no-repeat;
}


/*  THIS IS CUSTOMIZED CSS FOR THE CONTACT FORMS - added by KAS    */

.clsContactFormContainer {
  
  width: 85%;
  margin-left:75px;
}

.clsContactHeading {
   color: #CC0000;
   font-size: 14px;
   font-weight: bold;
   font-family: Verdana, sans-serif, Geneva;
   margin: 5px 0in 8px;
   text-align: left;
}

.clsContactFormLabel {
   
   font-family: Verdana, Geneva, sans-serif; 
   font-size: 12px;
   float:left;
   width: 30%;
   text-align:right;

}

.clsContactFormInput {
   width:50%;   }


.clsContactFormRequired {
    
    color: #CC0000;
    text-align:left;
}


/****** Wild Apricot Support ***********/
/**** Hide retry payment button ******/
.WaGadgetContactProfileStateMainContainer div.generalFieldsContainer #idProfileMainContainer div.statusChangeActionContainer input.typeButton 
{
  display: none;
}

/*normalize font sizes*/
.EventListCalendarItemDefault table#tbRoot0, .EventListCalendarItemHoliday table#tbRoot0, .EventListCalendarItemInactive table#tbRoot0, .EventListCalendarItemSelected table#tbRoot0, .EventListCalendarItemInactive table#tbRoot0 {
    font-size: 1em;
}

div.waPaymentSystemsIconsBox {display:none;}