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

/* page */

#page {
    padding: 0px;
    margin: 0px;
}

/* tabs */

#tabs {
    border-bottom: solid 5px #5b707c;
    color: #5b707c;
}

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

#tabs table {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
}

#tabs td {
    vertical-align: bottom;
}

#tabs div {
    white-space: nowrap;
}

.tab {
    padding: .2em .5em;
    background-color: #b9d5e6;
    border: solid 1px White;
}

.tab-selected {
    padding: .2em .5em;
    background-color: #84abc2;
    border: solid 1px White;
    border-bottom: solid 1px White;
}

.tab-separator {
    border-bottom: solid 1px White;
}

.tab-pre-separator {
    width: 25px;
    border-bottom: solid 1px White;
}

td.tab-post-separator {
    width: 100%;
}

/* menu */

#menu {
    font-family: Verdana, Arial, Sans-serif;
    background-color: #5b707c;
    border: solid 1px White;
    border-left: none;
    border-top: none;
    color: White;
    padding: 0px 0px 5px 25px;
}

#menu a {
    text-decoration: none;
    color: White;
}

#menu a:hover {
    text-decoration: underline;
}

.menublock-1, .menublock-selected-1 {
    padding: 0px;
    border-top: solid 1px White;
    background: #84abc2;
}

.menublock-1 a { }
.menublock-1 a:visited { }

.menublock-1 .menublock-2 { display: none; }

.menublock-selected-1 .menuitem-1 { background-color: #FFEEEE; }
.menublock-1          .menuitem-1 { }

.menuitem-1 { padding: 5px 5px 5px 5px; font-size: 80%; }
.menuitem-2 { padding: 2px 5px 2px 25px; font-size: 80%; }
.menuitem-selected-2 { padding: 2px 5px 2px 25px; font-size: 80%; color: black; }
.menuitem-2 a { }

.menuitem-selected-1 {
    background-color: #b9d5e6;
    padding: 5px 5px 5px 5px;
    font-size: 80%;
}


.menuitem-3 { padding: 2px 5px 2px 25px; font-size: 60%; }
.menuitem-selected-3 { padding: 2px 5px 2px 25px; font-size: 60%; }

/* breadcrumb */

#breadcrumb {
    padding: 3px 0px 3px 30px;
    background-color: #b9d5e6;
    border-top: solid 1px White;
    border-bottom: solid 1px White;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
    color:white;
     height:20px;
}

#breadcrumb a {
    text-decoration: none;
    color: White;

}

#search {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
    margin-right: 10px;
    float: right;
    position:relative;
    top:-26px;
}

input.searchfield {
    font-size: 80%;
    background-color: #ffffff;
  	border: 1px solid #ffffff;
}

input.searchsubmit {
    font-size: 80%;
    color: White;
    background-color: #ffc21a;
    border: 1px solid #ffc21a;
}

input.searchsubmit:hover {
    background-color: #ffc21a;
}

/*
#search a {
    text-decoration: none;
    color: Maroon;
}
*/

/* body */

#body {
    border: none;
    padding: 1em;
    margin-left: 10px;
    font-family: Verdana, Arial, Sans-serif;
}

#main {
/*
    float: left;
    width: 80%;
*/
}

h1 { font-size: 140%; }
h2 { font-size: 100%; }
h3 { font-size: 80%; }
p { font-size: 80%; }
li { font-size: 80%; }

.crossheading { font-weight: bold; font-size: 110%; }

table.simple {
    border-collapse: collapse;
/*
    background-color: #909090;
    border-color: #909090;
*/
    width: auto;
}

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

img.simple {
}

#publication-title {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    vertical-align: bottom;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #5b707c;
}

#project-logo {
    padding: 10px 20px 0px 0px;
    text-align: right;
}

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

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

.abstract {
    font-weight: bold;
}

h1 {
    font-size: 120%;
    color: #5b707c;
}

h2 {
    font-size: 100%;
    color: #5b707c;
    border-bottom: solid 1px #BB9999;
    margin-top: 30px;
}

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

#footer {
    padding: 5px;
	font-size: 60%;
    text-align: right;
     background-color: #d8eaf4;
    border-top: solid 1px #b9d5e6;
}
