<!-- gjdochtml.css
     Copyright (C) 2001, 2003 Free Software Foundation, Inc.
     
     This file is part of GNU Classpath.
     
     GNU Classpath 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, or (at your option)
     any later version.
      
     GNU Classpath 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 GNU Classpath; see the file COPYING.  If not, write to the
     Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     02111-1307 USA.
     -->

body { 
   background: white;
   font-size: 100%;
}

body.classdoc { 
   background: white;
   font-size: 100%;
   margin: 0.5em 1em 0.5em 1em;
}

hr {
   border-style: solid none none none;
   border-width: thin;
   height: 1px;
   color: black;
}

hr.footer {
   margin-top: 2em;
}

.classdoc-table { 
   border-color: #aaaaaa;
   border-style: solid none none none;
}

.header {

   border-style: solid;
   padding: 0.2em;
   margin: 0.3em;
}

ul {
   padding-top: 0em;
   margin-top: 0em;
}

td {
   padding: 0.3em;
   vertical-align: top;
}

td.with-border {  
   border-color: #aaaaaa;
   border-style: solid;
   border-top: 0px;
}

td.no-border-r { 
   border-color: #aaaaaa;
   border-style: solid;
   border-right: 0px;
   border-top: 0px;
}

td.no-border-b { 
   border-color: #aaaaaa;
   border-style: solid;
   border-bottom: 0px;
}

td.no-border-rb { 
   border-color: #aaaaaa;
   border-style: solid;
   border-right: 0px;
   border-bottom: 0px;
}

.classdoc-head { 
   background: #e0e7f0;
   border: 1px;
   border-style: solid;
   width: "100%";
   padding: 0.3em 0.7em 0.5em 0.7em;
   margin: 0.0em;
} 

.classdoc-head-packagename { 
   font-size: 110%;
   padding: 0.0em;
   margin: 0.0em;
}

.classdoc-head-classname { 
   font-size: 180%;
   padding: 0.0em;
   margin: 0.0em;
}

.classdoc-header {
   border-width: 1px;
   border-style: solid;
   font-size: 140%;
   padding: 0.2em 0.5em 0.3em 0.5em;
   background: #e0e7f0;
   margin-top: 1.5em;
}

.classdoc-subheader {
   border-width: 1px;
   border-style: solid;
   font-size: 120%;
   padding: 1.0em;
   background: #e0e7f0;
}

.classdoc-prototype { 
}

.classdoc-summary-comment {
   margin-top: 1.0em;
   margin-bottom: 1.0em;
   font-size: 100%;
}

.classdoc-tree-label {
   font-size: 80%;
   line-height: 2.0em;
   padding: 0%;
   vertical-align: top;
   height: 2.0em;
   margin: 0%;                  
   padding-left: 1.0em;
}

.classdoc-comment-body { 
   font-size: 100%;
}

blockquote.classdoc-summary-comment {
   margin: 0.4em 0.0em 0.2em 2.0em;
   padding: 0em;
}

div.classdoc-comment-body {
   margin: 0.4em 0.0em 0.2em 2.0em;
   padding: 0em;
}

div.classdoc-package-comment-body {
   margin: 0.4em 0.0em 1.5em 0.0em;
   padding: 0em;
}

div.classdoc-class-comment-body {
   margin: 0.8em 0.0em 1.0em 0.0em;
   padding: 0.0em;
}

ul.classdoc-list {
   margin-top: 0.2em;
   margin-left: 1.6em;
}

div.classdoc-tag-section-header {
   margin-top: 0.5em;
   font-weight: bold;
}

ol.classdoc-list {
   margin-top: 0.2em;
   margin-left: 1.6em;
   list-style-type: circle;
}

dl.classdoc-list {
   margin-top: 0.2em;
   margin-left: 1.6em;
}

.navi-button {
  padding: 0.0em;
  margin: 0.0em;
  font-size: 80%;
  color: black;
}

.header {
   width: "100%";
   padding: 0.0em 0.7em 0.5em 0.0em;
   margin: 0.0em 0.0em 0.9em 0.0em;
   border: black 1px;
   border-style: none none solid none;
}

.prototype {
   text-indent:-2em; 
   font-family:monospace; 
   padding: 0em 0em 0em 2em;
   margin: 0em; 
}

.prototype-type {
   font-family:monospace; 
   padding: 0em;
   margin: 0em; 
}

.prototype-name {
   font-family:monospace; 
}

span.parameter {
   padding: 0em;
   margin: 0em;
   white-space: nowrap;
}

div.footer {
   margin-bottom: 6cm;
   font-style: italic;
   font-size: 0.8em;
}

pre {
   margin-left: 1.6em;
}

pre.inheritance-tree {
   margin-left: 0.0em;
}

a.tree-class-link {
   font-weight: bold;
}
