/*
* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed 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 #007b4a;
    color: white;
}

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

#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: #ddffdd;
    border: solid 1px #008800;
}

.tab-selected {
    padding: .2em .5em;
    background-color: #009933;
    border: solid 1px #008800;
    border-bottom: solid 1px #007b4a;
}

#tabs .tab-selected a {
    color: white;
}

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

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

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

/* menu */

#menu {
    font-family: Verdana, Arial, Sans-serif;
    background-color: #007b4a;
    border: solid 1px #008800;
    border-left: none;
    border-top: none;
    color: Maroon;
    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 #007b4a;
    background: #009933;
}

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

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

.menublock-selected-1 .menuitem-1 { background-color: #ddffdd; }
.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: #77ff99; }
.menuitem-2 a { }

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

#menu .menublock-selected-1 .menuitem-1 a {color: #007b4a;}

.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: #ddffdd;
    border-top: solid 1px #008800;
    border-bottom: solid 1px #008800;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
}

#breadcrumb a {
    text-decoration: none;
    color: #007b4a;
}

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

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

input.searchsubmit {
    font-size: 80%;
    color: Maroon;
    background-color: #FFEEEE;
    border: 1px solid #BB9999;
}

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

/*
#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: 20px;
    vertical-align: bottom;
    padding-left: 25px;
    padding-bottom: 15px;
    color: Maroon;
}

#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: 150%;
    font-stretch: expanded;
    font-weight: bolder;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #007b4a;
    background-color: white;
    background-image:  url("/images/grey-blob-l.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    line-height: 35px;
}

h2 {
    font-size: 130%;
    font-stretch: expanded;
    font-weight: bolder;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #007b4a;
    background-color: white;
    border-bottom: solid 1px #99bb99;
    margin-top: 30px;
    clear: both;
}

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

.image-left {
    float: left;
    margin: 5px 10px 10px 5px;
    border: none;
}

.image-right {
    float: right;
    margin: 5px 5px 10px 20px;
    border: none;
}

.image-inline {
    margin: 5px;
    border: none;
}

#footer {
    padding: 5px;
    border-top: solid 1px #99bb99;
    text-align:center;
    font-size: 0.75em;
    font-stretch: expanded;
    font-weight: bolder;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #007b4a;
    background-color: white;
}

.attrib {
    font-style: italic;
    display: block;
    padding-left: 6em;
    margin-bottom: 1em;
}

.science-for-real {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    font-size: 1.8em;
    text-align: right;
    vertical-align: middle;
}

.menubutton {
    font-size: 140%;
    font-stretch: expanded;
    font-weight: bolder;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #007b4a;
    background-color: white;
    line-height: 1.6em;
}

span.menubutton {
    background-image: url("/images/grey-blob.png");
    background-repeat: no-repeat;
    padding-left: 7px;
    margin: 0 0.4em;
}

span.menubutton:link, span.menubutton a {
    text-decoration: none;
    color: #007b4a;
}

.no-top-margin {
    margin-top: 0;
}

.quote {
	text-align: justify;
    margin-left: 5em;
	margin-right: 2em;
    font-style: italic;
    font-size: 0.8em;
}

.quote .quote {
    font-size: inherit;
}

.quote .attrib {
    padding-left: 15%;
    font-weight: bold;
    display: block;
    font-style: normal;
	text-align: right;
}

/* Homepage rollover styles */

div#rollover-menu {
    width: 732px;
    height: 228px;
    margin: 0;
    padding: 12px 0 0;
    font-size: 16px;
    font-stretch: expanded;
    font-weight: bolder;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #007b4a;
    background-color: white;
    text-decoration: none;
}

div#rollover-menu div#container {
    text-align: center;
    height: 133px;
}

div#rollover-menu div a {
    color: #007b4a;
    background-color: white;
    text-decoration: none;
}

div#rollover-menu div img, div#rollover-menu div a img {
    border: solid #007b4a 1px;
    margin: 2px 0 0;
}

div.rollover-button {
    float: left;
    width: 146px;
}

div.poptextL, div.poptextR {
    position: relative;
    height: 85px;
    width: 300px;
    margin: 0;
    padding: 0;
    display: none;
}

div.poptextL {
    border-left: #007b4a 2px solid;
    text-align: left;
    padding-left: 10px;
}

div.poptextR {
    border-right: #007b4a 2px solid;
    text-align: right;
    padding-right: 10px;
}

div.poptextL h1, div.poptextR h1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 25px;
    background-image: none;
}

div.poptextL p, div.poptextR p {
    font-size: 12px;
    font-weight: bold;
    color: black;
    background-color: white;
    margin: 6px 0 0;
}

div#poptext1 { left: 17px;}

div#poptext2 { left: 164px; }

div#poptext3 { left: 310px; }

div#poptext4 { left: 256px; }

div#poptext5 { left: 402px; }

.acrobaticon { border: none; margin-left: 0.3em; margin-right: 0.7em; }

