/* Cascading Style Sheet for HTML export */
/* MODULE: STATIC OUTLINE */

/* Light Blue style */

/* This stylesheet expects the following HTML structure

  left column in page body
                  #pageBody .left

                  td.outlineColumn
                     div.staticOutline
                             div.maintopic
                                     span.select or splan.unselect
                             div.subtopic
                                     span.select or splan.unselect
                             div.subsubtopic
                                     span.select or splan.unselect

*/


/* visual highlight the sidebar navigation */
.outlineColumn {
        vertical-align: top;
        border-right: 2px solid #FFCC66;                   /* STYLE */
        background-color: darkblue;                                        /* STYLE */
        margin: 0px;
        padding-bottom: 20px;
}

.staticOutline {
        white-space: nowrap;
        vertical-align: top;
}

.staticOutline a:link {
        color: white;                            /* STYLE */
        text-decoration: none;
}

.staticOutline a:active {
        color: white;                              /* STYLE */
        text-decoration: none;
}

.staticOutline a:visited {
        color: white;                            /* STYLE */
        text-decoration: none;
}

.staticOutline a:hover {
   color: #CC0000;                                 /* STYLE */
        text-decoration: none;
}


.staticOutline .hometopic img {
        display: none;                           /* STYLE */   /* show/hide image */
}

.staticOutline .hometopic {
        /*background : #0062BF;         */                        /* STYLE */
   margin-left:  4px;
   margin-right:  4px;
        margin-top:   0em;                                                /* STYLE */
        margin-bottom: 2em;                                                /* STYLE */
        font-size: 11pt;
        font-weight: bold;                                                /* STYLE */
   /*padding-top: 5px;*/                                        /* STYLE */
}

.staticOutline .maintopic img {
        display: none;                                                                /* STYLE */   /* show/hide image */
}

.staticOutline .maintopic {
        /*background : #0062BF;         */                        /* STYLE */
   margin-left:  4px;
   margin-right:  4px;
        margin-top:   0.8em;                                                /* STYLE */
        margin-bottom: 0.2em;                                        /* STYLE */
        font-size: 11pt;
        font-weight: bold;                                                /* STYLE */
        border-bottom: 1px dotted #FFCC66;  /* STYLE */
   /*padding-top: 5px;*/                                        /* STYLE */
}

.staticOutline .subtopic img {
        display: inline;                                                        /* STYLE */   /* show/hide image */
}

.staticOutline .subtopic {
   text-indent: 4px;                                                         /* set to 0 if image is hidden */ /* STYLE */
   margin-left:  4px;                                       /* use same margin as in .maintopic*/                        /* STYLE */
   margin-right:  4px;
        margin-bottom: 0.2em;                                        /* STYLE */
        font-size: 10pt;
}

.staticOutline .subsubtopic img {
        display: inline;                                                        /* STYLE */   /* show/hide image */
}

.staticOutline .subsubtopic {
   text-indent: 16px;                                                         /* set to 0 if image is hidden */ /* STYLE */
   margin-left:  4px;                                       /* use same margin as in .maintopic*/                        /* STYLE */
   margin-right:  4px;
        margin-bottom: 0.2em;                                        /* STYLE */
        font-size: 9pt;
}

.staticOutline .select {
        background-color: #FFE2A4;
}

.staticOutline .select a {
        color: blue;
}

.staticOutline .unselect {
}
