/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { background-color: #FFFFFF; font-family: verdana, sans-serif; }

/* Headings */
h1 { font-size: 145% }

a { color: #4B7BC0; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Table colors */
.TableHeadingColor     { background-image:url(resources/grayfade.png); }
.TableHeadingColor font{ font-size: 10pt;  font-family: verdana, sans-serif; color: white; }
.TableSubHeadingColor  { background: lightgray; } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-weight: bold; color: orange; }
.FrameTitleFont a { color: orange; }
.FrameHeadingFont { font-weight: bold; font-size: 11pt; }
.FrameItemFont    { font-size:  10.5pt; }

/* Navigation bar fonts and colors */
table table {background-image:url(resources/bluefade.png); width:100%; height: 30px; }
table table a:hover {text-decoration:none;}
.NavBarCell1    { background-color:transparent; vertical-align: middle; }
.NavBarCell1Rev { background-color:transparent; vertical-align: middle; }
.NavBarFont1    { font-family: verdana, sans-serif; text-transform: uppercase; font-size: 10pt; color:white; }
.NavBarFont1Rev { font-family: verdana, sans-serif; text-transform: uppercase; font-size: 10pt; color:white; border-bottom: orange 4px solid; }

hr { border: 1px solid orange; border-bottom: 0px; border-left: 0px; border-right: 0px; }

.NavBarCell2 { font-family: verdana, sans-serif; background-color:#FFFFFF; }
.NavBarCell3 { font-family: verdana, sans-serif; background-color:#FFFFFF; }
.NavBarCell3 { font-family: verdana, sans-serif; background-color:#FFFFFF; }

.FooterText { text-align:center; font-size: 9pt; }
.FooterButtons { padding-top:10px; text-align:center; }
.FooterButtons img { border:0px; }
