/* JSDoc style sheet */

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

/* Page background color */
body { 
   background-color: #FFFFFF;
   font-family: Helvetica, Arial, sans-serif
}

table {
   border: solid #CCCCFF 1px;
   width: 100%;
   margin-top: 10px;
}


td {
   border: none;
}

td.TableSubHeadingColor {
   border: solid #000000 1px;
}

i.subh1 {
    color: #888888;
}

div.toplink {
    text-align: right;
    font-size: 10pt;
}

table.tagtable {
}

table.tagtable td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
    vertical-align: top;
}


/* Table colors */
.TableHeadingColor     { background: #CCCCFF; padding: 8px } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF; padding: 8px  } /* Light mauve */
.TableRowColor         { background: #FFFFFF; padding: 8px  } /* White */

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

/* 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:#EEEEFF;}/* Light mauve */
.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
.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;}

