 /*
  *   '$RCSfile$'
  *     Purpose: Style sheet for LTER.
  *   Copyright: 2000 Regents of the University of California and the
  *               National Center for Ecological Analysis and Synthesis
  *    '$Author: dcosta $'
  *      '$Date: 2006-06-20 18:57:08 -0400 (Tue, 20 Jun 2006) $'
  *  '$Revision: 704 $'
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */

@import "lternet-style.css";

#autocompleteMenu ul {
    border: 2px outset #9c8177;
    background-color: #9c8177;
    margin-left: 12px;
    padding: 4px 6px;
    width: 288px;
    height: 120px;
    overflow: hidden;
}

#autocompleteMenu li {
    color: #FFFF99;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

#autocompleteMenu li.selected {
    color: white;
    font-weight: bold;
}

#content th {
    color: #000000;
    background-color: #CCCC66;
    text-align: left;
    font-weight: bold;
}

.emphasis { 
    color: green;
}

.label { 
    color: #333333; 
    font-weight: bold; 
    text-align: right;
}

.searchcat {
    padding-left: 5px;
    color: #0247A8;
    font-weight: bold;
    font-size: 11px; 
}
                    
td.searchsubcat {
    padding-left: 15px; 
}

a.searchsubcat {
    font-weight: normal;
}
                                        
a.searchsubcat:hover {
    color: #669966;
    text-decoration: underline; 
}
.searchresultsdivider {
    background-color: #dddddd;
}

