/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { background-color: #fff; color:rgb(43,62,53); font-size:90%; font-family: Courier New, Verdana, Arial, Helvetica, sans-serif }

/* Table colors */
	/* background-color:rgb(131,196,59) */
.TableHeadingColor     { background-color:rgb(131,196,59); } /* z. B. Method Summary - Balken */ 
.TableSubHeadingColor  { background-color:rgb(161,236,79); } /* "Methods inherited from..." - Balken */ 
.TableRowColor         { } 

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Courier New, Verdana, Helvetica, Arial, sans-serif }
.FrameHeadingFont { font-size: 100%; font-family: Courier New, Verdana, Helvetica, Arial, sans-serif }
a, .FrameItemFont { color:rgb(73,112,83); font-size: 100%; font-family: Courier New, Verdana, Helvetica, Arial, sans-serif }

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 100%; font-family: Courier New, Verdana, Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { color:rgb(73,112,83); background-color:rgb(131,196,59) } /* Balken oben mit Overview, Package usw. */
.NavBarCell1Rev { background-color:rgb(73,112,83); color:rgb(161,236,79) } 
.NavBarFont1    { font-family: Courier New, Verdana, Arial, Helvetica, sans-serif }
.NavBarFont1Rev { background-color:rgb(73,112,83); font-family: Courier New, Verdana, Arial, Helvetica, sans-serif }

.NavBarCell2    { font-family: Courier New, Verdana, Arial, Helvetica, sans-serif; }
.NavBarCell3    { font-family: Courier New, Verdana, Arial, Helvetica, sans-serif; }

pre     { font-family: Courier New, Verdana, Arial, Helvetica, sans-serif; background-color:#FFFFFF; font-size:90%; margin-left:0px}
