/*
* 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.
*/

/* basic */

img {
  border: none;
}

/* page */

#page {
  padding: 0px;
  margin: 0px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
}

#header {
  font-size: 11pt;
  background-color: #EEEEF3;
}

#logo {
  background-color: #FFFFFF;
}

#projectLogo {
  background-color: #FFFFFF;
  padding: 2em 0 0 250px;
}

img {
  border: none;
}

#projectLogo img {
  margin-bottom: .5em;
}

#projectLogo, #tagline {
  vertical-align: bottom;
}

#tagline {
    font-weight: bold;
    padding-bottom: 15px;
}

/* tabs */

ul#tabs {
  font-weight: bold;
  font-size: 11pt;
  margin: 0;
  padding: 0 0 0 250px;
  list-style-type: none;
}

#tabs a {
  text-decoration: none;
  color: #888899;
}

#tabs li {
  float: left;
  margin-right: 3px;
}

.tab a, .tab-selected a {
  display: block;
}

.tab-selected a {
}

.tab a span, .tab-selected a span {
  padding: .5em 2em .5em 0;
  display: block;
}
  
.tab a:hover span {
  color: #666666;
}

.tab-selected a span {
  color: #000000;
}

#tabsSeparator {
  clear: left;
}

/* menu */

#menu, #banners {
  float: left;
  width: 220px;
  list-style-type: none;
  padding: 3em 10px .5em 20px;
  margin: 0;
  font-size: 10pt;
}

#banners {
  clear: left;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0;
}

#menu li {
  font-size: 11pt;
  font-weight: bold;
  padding-left: 0;
  background: none;
}

#menu li span {
  margin-left: 0;
  padding-left: 0;
}

#menu li ul li {
  font-size: 10pt;
  font-weight: normal;
  padding-left: 1em;
}

#menu ul li.open {
  background: url('../images/bullet-open.png') left .3em no-repeat;
}

#menu ul li.closed {
  background: url('../images/bullet-closed.png') left .3em no-repeat;
}

#menu li.closed ul {
  display: none;
}

#menu span, #menu a {
  display: block;
  margin: 0 0 3px 0;
}

#menu a {
    text-decoration: none;
    color: #555588;
    cursor: pointer;
}

#menu a:hover {
  color: black;
}

#menu li.selected span {
  color: black;
  font-weight: bold;
}

#search {
  float: right;
}

#search form, #search p {
  padding: 0;
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
}
  
#search p {
  padding: .5em 2em;
}

input.searchfield {
  background-color: #ffffff;
  border: solid 1px #BBBBCC;
}

input.searchsubmit {
  margin-left: .3em;
  vertical-align: top;
}

/* body */

body {
  margin: 0;
  padding: 0;
}

#body {
  border: none;
  padding: 1em 2em 1em 0;
  margin: 0 0 0 250px;
  font-size: 10pt;
}

#footer {
  font-size: 10pt;
  margin-top: 2em;
  border-top: 1px solid #DDDDDD;
  color: #999999;
}

#main {
  background-color: #FFFFFF;
}

.crossheading {
  font-weight: bold;
}

table.simple {
    border-collapse: collapse;
    width: auto;
}

div#body td {
}

td.simple {
    padding: 3px;
    background-color: White;
    border: solid 1px Navy;
    vertical-align: top;
}

th.vertical {
  font-weight: normal;
  text-align: right;
  padding-right: 1em;
  color: #666666;
}
  
img.simple {
}

#apacheBreadcrumb {
  font-size: 10pt;
  padding: .3em 1em;
  float: left;
}

.media {
    text-align: center;
    padding: 10px;
}

.caption {
    padding: 5px;
    text-align: center;
    font-style: italic;
}

.abstract {
    font-weight: bold;
}

h1 {
    font-size: 15pt;
}

h2 {
  font-size: 12pt;
  margin-top: 1.5em;
}

h3 {
  font-size: 11pt;
}

.asset { 
    display: block;
    color: #000;
    margin: 10px 10px 10px 5px;
}

.asset img {
    vertical-align: middle;
}

div.search-box {
  border: solid 1px #CCCCCC;
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

div.search-box-title {
    background-color: #DDDCCF;
  border-bottom: solid 1px #CCCCCC;
  color: Black;
  font-weight: bold;
  padding: 3px 10px;
}

div.search-box-body {
    padding: 10px;
    background-color: #F5F4E9;
  color: Black;
}

/* Broken Internal Links in Authoring area */
a.brokenlink {
    background-color: yellow;
    border: 1px dashed #000000;
    text-decoration: none;
}

pre {
  padding: .5em 1em;
  background-color: #EEEEEE;
}

div.tocTitle {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: .2em;
}

ul.toc {
  padding: 0 0 0.5em 0;
}

div.warningTitle, div.noteTitle, div.fixmeTitle {
  font-weight: bold;
  color: Navy;
  text-transform: capitalize;
  white-space: nowrap;
  padding: .5em .7em 0 .7em;
  background-color: #EEEEEE;
}

p.warning, p.note, p.fixme {
  background-color: #EEEEEE;
  padding: 0 .7em .5em .7em;
  margin-top: 0;
}

dl {
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 .5em 1em;
}

/* --- TOC --- */

ul.toc a {
  text-decoration: none;
}

ul.toc {
  margin: 0 0 1em 0;
  list-style-type: none;
}

ul.toc ul.toc {
  padding: 0;
  border: none;
  margin-bottom: .5em;
}

ul.toc ul.toc li {
  padding: 0 0 0 16px;
}

div#tocBottom {
  background: url('../../svg/tab-bottomLeft-5-FFEEEE-BB9999.png') left bottom no-repeat;
}

div#tocBottom div {
  height: 5px;
  background: url('../../svg/tab-bottomRight-5-FFEEEE-BB9999.png') right bottom no-repeat;
}

ul, ol {
  padding-left: 1.5em;
}


#apacheBreadcrumb a {
  text-decoration: none;
}

table.properties,
table.list {
  border-collapse: collapse;
}

table.properties th, table.properties td,
table.list th, table.list td {
  text-align: left;
  vertical-align: top;
  padding: .2em 2em .2em .5em;
  border: none;
}

table.properties th,
table.list th {
  background-color: #DDDDDD;
  white-space: nowrap;
}

table.properties tr.row1,
table.list tr.row1 {
  background-color: #EEEEEE;
}

table.properties tr.row2,
table.list tr.row2 {
  background-color: #FFFFFF;
}

tr.minorChange {
  color: #999999;
}
