/*
 * $Id: index.css,v 1.3 2002/09/19 14:00:54 winterse Exp $ 
 */

@import url(default.css);

div.entry {    
    padding-bottom: 18px;
}

div.note {    
    font-size:      11px; 
    line-height:    14px;
    padding-top:     9px;    
    padding-left:   13px;
}

span.id {    
    font-weight:   bold;
    font-size:     11px; 
    line-height:   14px;    
}

span.author {    
    font-variant: small-caps;
    letter-spacing: 0px;
}


span.first-letter {    
    font-weight:   bold;    
}


a.anchor {
  color: black;  
}

/* ------------------------------------------------------------------------- */

div.tabs td.selected-tab {
    background-color: #A0A0A0;    
}

div.tab-div {
     background-color: #A0A0A0; 
}

div.tabs td.selected-tab-decoration {
    background-color: #A0A0A0;
}

div.footer {                  
    background-color: #A0A0A0;
}

/*
h1, h2 {
    color:                   #A0A0A0;
    border-bottom-color:     #A0A0A0;
}
*/

/* ------------------------------------------------------------------------- */

div.marker {
    font-size:   20px;
    line-height: 20px;
    font-weight: bold;
    color: #E0E0E0;
}

span.glossary-term {
    font-weight: bold;
}

div.index-minitoc {
    text-align: center;
    padding-bottom:  18px;    
}

ul.primary-terms {
    list-style: none;
        
    padding-left:    0px;
    padding-right:   0px;    
    padding-top:     0px;
    padding-bottom:  0px;

    margin-left:     0px;
    margin-top:      0px;
    margin-bottom:  17px;
}

ul.secondary-terms {
    list-style: none;
        
    padding-left:    0px;
    padding-right:   0px;    
    padding-top:     0px;
    padding-bottom:  0px;

    margin-left:    26px;
    margin-top:      0px;
    margin-bottom:   9px;
}