input.section{
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12;    
       font-weight: bold;
       color: #FFFF00;
       width: 100%;
       height: 20px;
       padding: 0px 0px 0px;
       background-color: #006633;
       cursor: pointer;
       cursor: hand;
       border-width: 1px 1px 1px 1px;     
       border-color : #C7C7C7 #C7C7C7 #C7C7C7 #C7C7C7;
}

input.sectionhov {
    background-color: #2E8B57;
    border-width: 1px 1px 1px 1px;
    border-color : #C7C7C7 #C7C7C7 #C7C7C7 #C7C7C7;
    color: white; 
}


input.subsection {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11;         
       font-weight: bold;
       color: #006633;
       background-color: transparent;
       cursor: pointer;
       cursor: hand;
       border-width: 0px 0px 0px 0px;   
       width:auto;
       overflow:visible;
}




input.subsectionhov{
    background-color: #2E8B57;
    color: white; 
    border-width: 0 0 0 0;     
}

input.regularbtn {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;    
       font-weight: bold;
       color: white;
       width: 10x;
       padding: 0px 0px 0px;
       padding-right: 5px;
       background-color: #2E8B57;
       border: none;
       cursor: pointer;
       cursor: hand;
}
       
input.regularbtnhov {
          background: #006633;
          color: white; 
}


input.receiptbtn{
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px; 
       color: #006633;
       padding: 0 0 0;
       padding-right: 0;
       background-color: white;
        
       cursor: pointer;
       cursor: hand; 
       width:auto;
       overflow:visible;
}

input.pagenumbtn {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px; 
       color: #006633;
       padding: 0 0 0;
       padding-right: 0;
       background-color: white;
       border: none;
       cursor: pointer;
       cursor: hand; 
       width:auto;
       overflow:visible;
}
       
input.pagenumbtnhov {
          background: #006633;
          color: white; 
}



input.registerbtn{
       font-family: Arial, Helvetica, sans-serif;
       font-size: 13px;    
       font-weight: bold;
       text-decoration: underline;
       color: #006633;
       padding: 0 0 0 0;
       padding-right: 0;
       padding-left: 0;
       background-color: white;
       border: none;
       cursor: pointer;
       cursor: hand;    
       width:auto;
       overflow:visible;
}
       
input.registerbtnhov {
  background: #2E8B57;
  color: white; 
}


input.navigationbtn{
       font-family: Arial, Helvetica, sans-serif;
       font-size: 9px;   
       font-weight: bold;
       color: white;
       padding: 0px 0px 0px;
       background-color: transparent;
       cursor: pointer;
       cursor: hand;
       text-decoration: underline;
       border-width: 0px 0px 0px 0px;
       width:auto;
       overflow:visible;
}

input.navigationbtnhov {
    background-color: #006633;
    border-width: 0px 0px 0px 0px;
    color: white; 
}





input.panelbtn {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;  
       font-weight: bold;  
       color: white;
       width: 100%;
       padding: 0px 0px 0px;
       background-color: #2E8B57;
       border: none ;
       border-left: 1px solid white;
       border-right: 1px solid white;
       border-bottom: 1px solid white;
       border-top: 2px solid #2E8B57;
       cursor: pointer;
       cursor: hand;}

input.panelbtnhov {
  background: #006633;
  color: white;
}



input.selectedpanelbtn {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;   
       font-weight: bold; 
       color: #006633;
       width: 100%;
       padding: 0px 0px 0px;
       background-color: white;
       border: none;
       border-top: 2px solid #2E8B57;
       border-left: 1px solid white;
       border-right: 1px solid white;
       cursor: pointer;
       cursor: hand;}

input.selectedpanelbtnhov {
  background: #2E8B57;
  color: white; }


     
    
input.textbox {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12;
       color: #000000;
       background-color: transparent;
}
       
       
    
select.selection {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12;
       color: #000000;
       background-color: white;
       border-color:#2E8B57;
}
              
