/*
** color scheme:
**
**    foreground: #002564
**    background: #F8FFFF
**    accent bg:  #E4F0F0
**    code bg:    #E0E0E0
*/

BODY
{
    margin: 0;
    border: 0;
    padding: 0;
    font-family: Calibri, "Times New Roman", Times, serif;
    font-size: 14pt;
    line-height: 17pt;
    color: #002564; background-color: #F8FFFF;
}

H1
{
    margin-top: 3em;
    font-size: 16pt;
    line-height: 20pt;
    font-weight: bold;
}

BODY > H1
{
    clear: both;
}

H2
{
    margin-top: 1.5em;
    font-size: 14pt;
    font-weight: bold;
}

BODY > H2
{
    clear: both;
}

P
{
    margin-top: .5em;
}

P.indent
{
    clear: both;
    margin-left: 2em;
}

P.title
{
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
}

P.publishDate
{
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-style: italic;
}

P.updateDate
{
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 2em;
    font-style: italic;
}

P.subtitle
{
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-top: -.5em;
    margin-bottom: .5em;
}

P.captionAbove, P.captionBelow, P.caption2

{
    margin: .5em auto .5em auto;
    text-align: center;
    font-style: italic;
}

P.captionAbove
{
    margin-top: 2.5em;
    font-weight: bold;
}

P.captionBelow
{
    margin-top: 1em;
    font-weight: bold;
}

P.caption2
{
    font-size: smaller;
}

P.strike
{
    text-decoration: line-through;
}

P.clear
{
    clear: both;
    height: 0; width: 0; line-height: 0;
}

BLOCKQUOTE
{
    margin: 1em 0 1em 2em;
}

BLOCKQUOTE:before
{
    content: open-quote;
    font-size: x-large;
    font-weight: bold;
}

BLOCKQUOTE:after
{
    content: close-quote;
    font-size: x-large;
    font-weight: bold;
}

DIV.indented
{
    margin: 1em 0 1em 2em;
}

DIV.googleMapRight
{
    float: right;
    margin: 1em 0 1em 2em;
}

DIV.googleMapLeft
{
    float: left;
    margin: 1em 2em 1em 0;
}

CODE
{
    font-family: "Courier New", Courier, monospace;
    font-size: 90%;
}

PRE.codeSample
{
    margin: 1.5em 3em 1.5em 3em;
    padding: .5em .25em .5em .25em;
    overflow: auto;
    font-family: "Courier New", Courier, monospace;
    font-size: 90%;
    background-color: #E0E0E0;
}

DIV.codeSampleHolder PRE.codeSample
{
    width: auto;
    padding: .5em 2em .5em 1em;
}

LI
{
    margin-top: .5em;
}

DL
{
    margin-top: 1em;
    margin-bottom: 1em;
}

DT
{
    margin-top: .5em;
    margin-left: 2em;
    font-weight: bold;
}

DD
{
    margin-left: 4em;
}

DL.invocationDoc
{
    width: 40em;
    margin-left: 2em;
    border: 1pt solid;
    padding: .5em;
}

DL.invocationDoc DT
{
    margin-left: 0;
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
}

DL.invocationDoc DD
{
    margin-left: 0;
}

IMG.standAlone
{
    display: block;
    margin: 1em auto 1em auto;
    text-align: center;
}

IMG.rightInline
{
    float: right;
    margin: 1em 0 1em 2em;
}

IMG.leftInline
{
    float: left;
    margin: 1em 2em 1em 0;
}


A.internalLink
{
}

A.externalLink
{
}


A.footnoteRef
{
}

P.footnote
{
}

/* sidebars - highlighted content outside narrative flow */

DIV.sidebar
{
    width: 30%;
    float: right;
    margin: 0 0 1em 2em;
    padding: 1em;
    background-color: #E4F0F0;
}

@media screen and (min-width: 1600px) {
    DIV.sidebar
    {
        position: absolute;
        float: none;
        left: 80%;
        width: 15%;
    }
}

DIV.sidebar H1
{
    margin-top: 0;
}


/* a table used to present tabular data (aren't all?) */

TABLE.tabData
{
    margin: 1.5em 3em 1.5em 3em;
    border-collapse: collapse;
    border: 0;
    vertical-align: middle;
}

TABLE.tabData TH
{
    padding: .5em;
    border: 1pt solid black;
    background-color: #E4F0F0;
}

TABLE.tabData TD
{
    padding: .5em;
    border: 1pt solid black;
}

TABLE.tabData .left
{
    text-align: left;
}

TABLE.tabData .right
{
    text-align: right;
}

TABLE.tabData .top
{
    text-align: center;
}

TABLE.tabData .topLeft
{
}

TABLE.tabData .inner
{
}


/* a table used to present a parameter list */

TABLE.paramDesc
{
    width: 80%;
    margin: 1em 1em 1em 1em;
    border-collapse: collapse;
    border: 0;
}

TABLE.paramDesc TH
{
    width: 25%;
    padding: .5em;
    text-align: left;
    font-family: "Courier New", Courier, monospace;
    font-size: 90%;
    vertical-align: top;
}

TABLE.paramDesc TD
{
    padding: .5em;
    text-align: left;
    vertical-align: top;
}


/* a table that combines images and text -- where floating divs don't line up correctly */

TABLE.imgTbl
{
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
}

TABLE.imgTbl TR
{
}

TABLE.imgTbl TD
{
    padding: .5em;
}


/* Header */

DIV#header
{
    color: #002564; background-color: #E4F0F0;
    border-bottom-style: groove; border-top-width: 2pt;
    padding-right: 12pt
}

DIV#headerName
{
    padding: 18pt 12pt 6pt 0;
    vertical-align: middle;
    font: italic bold 24pt "Palatino Linotype", Palatino, Palladio, serif;
    text-align: right;
}

A#homeLink
{
    text-decoration: none;
    color: inherit;
}

/* Top nav */

DIV#topNav
{
    height: 36pt;
    text-align: right;

    font: 14pt Helventica, Arial, sans-serif;
    color: #002564; background-color: #E4F0F0;
}

#topNav UL
{
    margin: 0;
}

#topNav LI
{
    display: inline-block;
}

A.navItem
{
    display: block;
    padding: 6pt 12pt 6pt 12pt;
    text-decoration: none;
}

A.navItem:hover
{
    color: #E4F0F0; background-color: #002564;
}

/* table of contents */

.tocTriggerHidden
{
    display: none;
}

.tocTriggerVisible
{
    display: block;
    float:left;
    margin-top: 0.5em;
    padding: 6pt 12pt 6pt 12pt;
}

.tocHidden
{
    display: none;
}

.tocVisible
{
    position: fixed;
    left: 0;
    width: 250pt;
    border: 2pt solid #002564;
    background-color: #E4F0F0;
}

#tocWrapper
{
    padding: 1em;
}

#tocWrapper UL      
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#tocWrapper LI      
{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

/* body */

#content
{
    height: 100%;
    padding: 1em;
    vertical-align: top;
    overflow: auto;
}

.defaultContent
{
    margin-left: 40pt;
    margin-right: 40pt;
}

@media screen and (min-width: 1600px) {
    .defaultContent
    {
        margin-left: 20%;
        margin-right: 20%;
    }
}

P.copyrightNotice
{
    margin-top: 2em;
    padding-top: .5em;
    padding-left: 1em;
    border-top: 1pt groove;
    font-style: italic;
    font-size: smaller;
}

P.cookieWarning
{
    padding-left: 1em;
    font-size: smaller;
}
