/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { color: #cccccc; background-color: #4f4f4f; }

/* Headings */
h1 { font-size: 145% } 
 
a:link { color: #eeeeee; font-size: 1em; text-decoration: none; } 
a:visited { color: #aaaaaa; font-size: 1em; text-decoration: none;} 
a:hover { color: #ffffff; font-size: 1em; text-decoration: none;} 

/* Table colors */
.TableHeadingColor     { color: #333333; background: #a5a5a2 } /* Dark mauve */
.TableSubHeadingColor  { background: #333333 } /* Light mauve */
.TableRowColor         { background: #757572 } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#aaaaaa;} /* Light mauve */
.NavBarCell1Rev { background-color:#555555;} /* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#333333;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#aaaaaa;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#888888;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#888888;}

