/*
* 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 {
    color: #333;
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    font-size: 11pt;
    margin: 0;
    background-color: #efefef;
    overflow: auto;
}
#banner {
    margin-top: 0;
    min-width: 850px;
    padding: 10px;
}
#logo {
    margin-left: 20px;
    text-align: left;
}
#bannertext, #content, #footer {
    background-color: #fff;
    color: #333;
    margin: 0 50px 0 260px;
    padding: 20px;
}
#bannertext {
    margin-top: 10px;
    text-align: left;
}
.clear {
    clear: both;
}
a {
    color: #107EC0;
}
a:visited {
    color: #107EC0;
}
a:hover {
    background-color: #E6EBED;
    color: #107EC0;
}
a img {
    border: medium none;
}
h1, h2, h3, h4, h5, h6 {
    color: black;
    padding: 10px 0 5px;
}
h1, h3 {
    font-variant: small-caps;
}
#content {
    color: #333333;
    padding: 0 18px 40px;
    margin-top: -12px;
}
#content h1 {
    font-size: 1.7em;
}
#content h2 {
    border-bottom: 1px dashed #666666;
    font-size: 1.2em;
}
#content h3, h4, h5, h6 {
    border-bottom: medium none;
    font-size: 1em;
    margin-bottom: 0;
}
#content img {
    vertical-align: middle;
}
#navigation, #items {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F5F8FA;
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 -moz-use-text-color;
    border-radius: 10px 10px 10px 0;
    border-style: solid solid solid none;
    border-width: 1px medium 1px 1px;
    color: #000033;
    font-size: 0.9em;
    margin: 0 0 20px;
    padding: 15px 25px 5px 15px;
    width: 225px;
}
#navigation {
    float: left;
}
#items {
    float: right;
}
#navigation img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#navigation > ul > li > h1, #items h2 {
    border-bottom: 2px dashed #666666;
}
#navigation h1 {
    color: #000000;
    font-size: 140%;
    margin-bottom: 0;
    margin-top: 0.8em;
    padding: 0;
}
#navigation h2 {
    font-size: 120%;
    cursor: pointer;
    background-color: #CCC;
    padding: 4px 7px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: -10px;
}
#navigation h3 {
    font-size: 120%;
}
#navigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#navigation li {
    border-bottom: 1px solid #CCCCCC;
    margin: 0.2em 0;
    padding: 0;
}
#navigation li a {
    margin: 0;
    text-decoration: none;
}
#navigation li a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #193240;
}
#navigation ul ul, #navigation ul ul li {
    margin-left:5px;
}
#navigation h1 {
    margin-left:-5px;
}
#footer {
    border-top: 1px solid #CCCCCC;
    color: #666666;
    font-size: 80%;
    padding: 0 8px;
    text-align: center;
}
.copyright {
    float: left;
}
#asf-logo {
    float: left;
    padding-top: 15px;
}
li p {
    padding-left: 0;
}
p {
    padding: 0 15px;
}
dd {
}
dl {
}
dt {
    display: inline;
    float: left;
}
.section-content > p > version {
  display: none;
}
version {
    display: none;
}

/* ToC */
#items {
/*
    float: right;
    width: 260px;
    padding-bottom: 10px;
    margin:0 0 10px 20px;
    */
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #eee;
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 -moz-use-text-color;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px medium 1px 1px;
    color: #000033;
    float: right;
    font-size: 0.9em;
    margin: 10px 20px;
    padding: 10px;
    width: 225px;
}
#items h3 {
    margin-top: 0;
    padding-top: 0;
}
#items ul {
    margin: 0 0 0 15px;
    padding: 0 0 5px;
    list-style-type: none;
}
#items ul {
    font-size: 95%;
}
#items ul a {
    font-family: "arial";
    text-decoration: none;
    color: #107EC0;
}
#items ul a:hover { color: #000 }

note, warning {
    margin: 1em 0;
    border: solid 1px;
    display: block;
    font-size: 90%;
    line-height: 120%;
    padding: 5px 10px;
    color: black;
    border-radius: 8px;
}
note {
    border-color: #006699;
    background-color: #f0f0ff;
}
warning {
    border-color: #990000;
    background-color: #fff0f0;
}
note:before, warning:before {
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    margin: -5px -10px 10px;
    color: white;
    border-radius: 7px 7px 0 0;
}
note:before {
    content: "Note";
    background-color: #336699;
}
warning:before {
    content: "Warning";
    background-color: #cc0000;
}

li .codehilite {
    margin-left: 0;
}
.codehilite {
    background-color: #ccc;/* this will be overwritten by http://www.apache.org/css/code.css */
    border-radius: 10px;
    padding: 0 0.5em;
    margin: 0 1em;
}
.codehilite pre {
    white-space: pre-wrap;
}

.highlight .hll { background-color: #ffffcc }
.highlight  { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
