/*
 *  Licensed to the Apache Software Foundation (ASF) under one or more
 *  contributor license agreements. See the NOTICE file distributed with
 *  this work for additional information regarding copyright ownership.
 *  The ASF licenses this file to You under the Apache License, Version 2.0
 *  (the "License"); you may not use this file except in compliance with
 *  the License. You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

body {
    background-color: white;
    color: black;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}


#pageHeader {
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
    margin-bottom: 5px;
}

#pageFooter {
    margin-top: 5px;
    border-top: 1px solid gray;
    padding-top: 5px;
}


p.menuItem {
    padding: 0pt;
    margin: 0pt;
    font-weight: bold;
}

#navigationmenu ul {
    margin-top: 0pt;
}

li.menuItem {
    margin-left: 0pt;
}

h1 {
    font-weight: bold;
    font-size: 115%;
    background-color: #525D76;
    color: white;
    padding: 2pt;
    margin-left: 0pt;
}

h2 {
    font-weight: bold;
    font-size: 110%;
    background-color: #828DA6;
    color: white;
    padding: 2pt;
    margin-left: 10pt;
}

h3 {
    font-weight: bold;
    margin-left: 20pt;
    margin-top: 5pt;
    margin-right: 0pt;
    margin-bottom: 5pt;
    font-size: 105%;
}

ol#TOC {
    font-weight: bold;
    font-size: 100%;
    list-style-type: none;
    margin-left: 10pt;
    }

ol#TOC li {
    margin-left: 0pt;
}

ol#TOC ol {
    list-style-type: none;
    font-weight: lighter;
}

ol#TOC ol ol {
    list-style-type: none;
    font-weight: lighter;
}

a:link {
    color:#525D76;
}

p {
    padding-left: 2pt;
    margin-left: 20pt;
}

td.TableCell {
    vertical-align: top;
    text-align: left;
    background-color: #CCEEF8;
}

td.OddRowCell {
    vertical-align: top;
    text-align: left;
    background-color: #CCFFCC;
}

th.TableHeading {
    background-color: #039acc;
    text-align: center;
    color: white;
    padding: 2pt;
}

table {
    margin-left: 10pt;
    margin-right: 0pt;
}

img {
    border: none;
}

pre {
    background: #F3F5F7;
    border: thin solid;
    border-color: #828DA6;
    padding: 12pt;
    margin-right: 10pt;
    margin-left: 25pt;
}

.class {
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid #525D76 2px;
}

.special {
    font-weight: bold;
    text-align: center;
    color: #525D76;
    margin-top: 3pt;
    margin-bottom: 3pt;
    font-size: 75%;
}

.backtotop {
    margin-left: 0pt;
}

.backtotop a {
	color: black;
}

.note {
    color: red;
    font-weight: bolder;
    font-size: small;
    margin-top: 5pt;
    margin-bottom: 0pt;
}

.notetext {
    padding-left: 20pt;
    margin-top: 0pt;
    font-style: italic;
    font-size: small;
    color: black;
    margin-bottom: 5pt;
}

li .note {
    margin-left: 0pt;
    padding-left: 0pt;
}

li .notetext {
    padding-left: 0pt;
}

.example {
    font-weight: bolder;
}

.exampletext {
    margin-left: 40pt;
}

.update {
    color: #A9A9A9;
    font-size: smaller;
    font-style: italic;
}

li {
    margin-left: 20pt;
    padding-left: 1pt;
    padding-top: 1pt;
    padding-bottom: 1pt;
    padding-right: 0pt;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: square;
}

ul ul {
    list-style-type: disc;
}

dl {
    margin: 5pt;
}

dd {
    margin-left: 30pt;
    margin-top: 5pt;
    margin-right: 20pt;
    margin-bottom: 5pt;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    padding-bottom: 8px;
}

dd p {
    margin-left: 0pt;
}

dt {
    font-weight: bolder;
    margin-left: 20pt;
    margin-top: 5pt;
    margin-right: 0pt;
    margin-bottom: 5pt;
    border-top: none;
    border-right: none;
    border-bottom: solid #828DA6 1px;
    border-left: none;
    padding-bottom: 3px;
}

code, pre {
    font-size: 100%;
}
