/*
* 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.
*/


body
{
    background-image: url(bg.jpg);
    background-repeat:repeat-x;
    background-attachment:fixed;
}


/* page */

#page {
    padding:0px;
    margin:0px;
    width:800px;
    margin-right: auto;
    margin-left: auto;
}



/* menu */

#menu {
    font-family: Verdana, Arial, Sans-serif;
    background-color: #000000;
    border: solid 1px #BB9999;
    border-left: solid 1px #BB9999;
    border-top: none;
    border-bottom: none;
    color: white;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

#menu a {
    text-decoration: none;
    color: white;
}

#menu a:hover {
    text-decoration: none;
    color: white;
    background-color: #999999;
}

.menublock-1, .menublock-selected-1 {
    padding: 0px;
    border-top: solid 1px #DDBBBB;

    background: #000000;
}

.menublock-1 a { }
.menublock-1 a:visited { }

.menublock-1 .menublock-2 { display: none; }

.menublock-selected-1 .menuitem-1 { background-color: #000000; }
.menublock-1          .menuitem-1 { }

.menuitem-1 { padding: 5px 5px 5px 5px; font-size: 75%; }
.menuitem-2 { padding: 2px 5px 2px 20px; font-size: 75%; }
.menuitem-selected-2 { padding: 2px 5px 2px 20px; font-size: 75%; color: red; }
.menuitem-2 a { }

.menuitem-selected-1 {
    background-color: #000000;
    padding: 5px 5px 5px 5px;
    font-size: 75%;
}


.menuitem-3 { padding: 2px 5px 2px 25px; font-size: 60%; }
.menuitem-selected-3 { padding: 2px 5px 2px 25px; font-size: 60%; }

/* breadcrumb */

#breadcrumb {
    padding: 5px 0px 5px 10px;
    background-color: #000000;
    border-top: solid 1px #BB9999;
    border-bottom: solid 1px #BB9999;
    border-right: solid 1px #BB9999;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 75%;
    color: white;
}

#breadcrumb a {
    text-decoration: none;
    color: white;
}

#search {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 100%;
    margin-right: 5px;
    float: right;
    position:relative;
    top:-23px;
}
.toppic{display:none;}

input.searchfield {
    font-size: 80%;
    background-color: #000000;
    border: 1px solid #BB9999;
}

input.searchsubmit {
    font-size: 80%;
    color: black;
    background-color: #000000;
    border: 1px solid #BB9999;
}

input.searchsubmit:hover {
    background-color: #DDBBBB;
}

/*
#search a {
    text-decoration: none;
    color: black;
}
*/

/* body padding: 1em;*/

#body {
    border: none;
    margin-top: 0px;
    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: white;
}

#project-logo {
    padding: 0px 20px 5px 0px;
    text-align: right;
}

#shortcuts {
    padding: 2px 2px 0px 0px;
    float: right;
}

.media {
    text-align: center;
    padding: 10px;
}

.caption {
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-size: 80%;
}

.abstract {
    font-weight: bold;
}

h1 {
/*    text-align: center;	*/
    font-size: 120%;
    color: black;
}

h2 {
    font-size: 100%;
    color: black;
    border-bottom: solid 1px #BB9999;
    margin-top: 30px;
}

.asset { 
    display: block;
    color: #000;
    font-size: 10px;
    margin: 10px 10px 10px 5px;
}

#footer {
    padding: 10px;
    font-size: 70%;
    text-align: center;
    border-top: solid 1px #BB9999;
}

