/*  StreamBase Styles for IDE help topics generated from DocBook*/
@import  url("sbhelp.css");

/* This file has the same organization as the imported sbhelp.css 
(for guidelines, see comments in that file), but contains only 
differences between IDE and non-IDE formatting */

/*================================================
Global elements 

================================================ */


    /* ================================================
    Global block elements
    ================================================ */

        /* ================================================
        Global heading elements
        Turn off the hanging heads used in the non-IDE css
        ================================================ */

h1, h2, h3, h4, h5, h6 {
        margin-left: 0;
}

h1 {margin-top: 0;}
       /* ================================================
       Global table elements
       ================================================ */

       /* ================================================
       Global list elements
       ================================================ */

        /* ================================================
        Other global block elements
        ================================================ */

   /* ================================================
   Global inline elements
   ================================================ */

/* ================================================
Global qualified elements
================================================ */


/*================================================
Page structure
===============================================*/


    /* ================================================
    Page header area 
    ================================================ */

div#banner {
    height: 25px;
    /*background: url(../images/logo_TIBCO_smaller.png) 0 1px no-repeat;*/
    border-bottom: none;

}

        /* ================================================
        New nav menu for entire help system 
        ================================================ */
/* Font too big in Eclipse help, for some reason. Force smaller */
div.navheader a, div.navfooter a {
        font-size: 80%;
}

/* This div contains Eclipse Help generated breadcrumbs, not our
   DocBook XSL generated breadcrumbs, which we suppress when our
   WebHelp docs are transformed into Eclipse-ready docs by the
   doc/bin/modify-docbook-docs.pl script. */
div.help_breadcrumbs {
    font-size: 70%;
}

    /* ================================================
    Content Area
    ================================================ */
#mainContent {
    padding-left: 0;
}

    /* ================================================
    Footers
    ================================================ */

div#footer { }

div#user-footer {
    border-top: 1px solid gray;
    padding-bottom: 12pt;
    font-size: 80%;
    margin-top: 20pt;
    margin-left: 0;
}

#user-footer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

/* ================================================
Pseudo elements (link effects, for example)
================================================ */


