/* Style sheet for FunctionalJ JavaDocs */

/* color of unvisited links */
A {
  color: #770000;
}

/* colors of visited links */
A:visited {
  color: #CC0000;
}            

/* Page background color */
body {
  background-color: #FFFFFF;
  font: x-small sans-serif;
  font-size: 9pt;
}

code {
  color: #AA4820;
}

/* Table colors */
.TableHeadingColor     { background: #770000; color: #FFFFFF; } /* Dark */
.TableSubHeadingColor  { background: #CC8877; } /* Light */
.TableRowColor         { background: #FFFFFF; } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font: x-small sans-serif; font-size: 9pt; }
.FrameHeadingFont { font: x-small sans-serif; font-size: 9pt; }
.FrameItemFont    { font: x-small sans-serif; font-size: 9pt; }

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#BB0000; } /* Light */
.NavBarCell1Rev { background-color:#770000; } /* Dark */

.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

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

