/*
* 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;
    background-color: #FFFFC9;
}

/* tabs */

#tabs {
    border-bottom: solid 5px #0080C0; /* #DDBBBB; */
    color: Black; /* Maroon; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

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

#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: gray; /* #FFEEEE; */
    border: solid 1px #000000; /* BB9999; */
}

.tab-selected {
    padding: .2em .5em;
    color: White; /* added */
    background-color: #0080C0; /* #FFCCCC; */
    border: solid 1px #000000; /* BB9999; */
    border-bottom: solid 1px #0080C0; /* #DDBBBB; */
}

.tab-separator {
    border-bottom: solid 1px #000000; /* BB9999; */
}

.tab-pre-separator {
    width: 25px;
    border-bottom: solid 1px #000000; /* BB9999;*/
}

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

/* menu */

#menu {
    font-family: Verdana, Arial, Sans-serif;
    background-color: #0080C0; /* #DDBBBB; menu color */
    border: solid 1px #000000; /* #BB9999; */
    border-left: none;
    border-top: none;
    color: Black; /* Maroon; */
    padding: 0px 0px 5px 25px;
}

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

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

.menublock-1, .menublock-selected-1 {
    padding: 0px;
    border-top: solid 1px #000000; /* #196496;  #DDBBBB; */
    background: LightBlue; /* #FFCCCC; */
}

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

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

.menublock-selected-1 .menuitem-1 { background-color: LightBlue; /* #55AACC;  #FFEEEE; */ }
.menublock-1          .menuitem-1 { background-color: White; /* added */ }

.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; background-color: #0080C0; /* 88BBDD; */ }
.menuitem-2 a {  }

.menuitem-selected-1 {
    background-color: #0080C0; /* #FFEEEE; */
    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: #0080C0; /* #FFEEEE; */
    border-top: solid 1px #000000; /* #BB9999; */
    border-bottom: solid 1px #000000; /* #BB9999; */
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
    color: White; /* added */
}

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

#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: #196496; /* #DDBBBB; */
}

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

/* body */

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

/* for the complete page */

body { background-color: #FFFFC9; 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: 95%;
}

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: top; /* bottom; */
    padding-left: 25px;
    padding-bottom: 15px;
    color: Blue; /* Maroon; */
    text-align: right; /* added */
}

#project-logo {
    padding: 10px 20px 0px 0px;
    text-align: left;  /* right; */
    vertical-align: top; /* added */
}

#europe-logo {
    padding: 10px 20px 0px 0px;
    text-align: left;
    vertical-align: top; /* added */
}

#amcs-logo {
    padding: 10px 20px 0px 0px;
    text-align: right;
    vertical-align: top; /* added */
}


.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: Maroon;
}

h2 {
    font-size: 100%;
    color: Maroon;
    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;
    border-top: solid 1px #BB9999;
}
