.tableheader {
        color: black;
        background-color: #FFCC00;
}

tr.tableheader th a {color: black;
                     }

.categorylinks a:hover {
        background-color: #FFCC00;
        color: black;
        text-decoration: none;
}

@media screen {
  #menu {
          /* Background color and gradients */
          background: #FFCC00;
          background: -moz-linear-gradient(top, #FFCC00, #000000);
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFCC00), to(#000000));
  }
}

.bolpickupdiv {
             color: red;
             font-size: 24pt;
             font-weight: bolder;
             border: 3px solid red;
             margin: 10px;
             width: 80%;
}

.bolpickupdiv .clibutton {        
       border-style: solid;       
       border-width: 1px;         
       cursor: pointer;           
       font-family: inherit;      
       font-weight: bold;         
       line-height: 1;            
       margin: 0 ;                
       position: relative;        
       text-decoration: none;     
       text-align: center;        
       display: inline-block;     
       padding-top: 0.25em;       
       padding-right: 0.5em;      
       padding-bottom: 0.25em;    
       padding-left: 0.5em;       
       font-size: 12pt;           
       background-color: #FFCC00; 
       border-color: black;       
       color: black;              
       -moz-border-radius: 2px;   
       -webkit-border-radius: 2px;
       border-radius: 2px;        
}  
