/**** LINK-tag style sheet page.css ****/

/*
* 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 {
        margin:0px 0px 0px 0px;
        padding:0px;
        color: #000000;
}       

/* page */

#page {
    padding:0px;
    color: #000000;
}

/* menu */


#language {
    color:#FFF;
    font: 1em sans-serif;
    border:0px;
    margin-left: 10px;
    width: 150px;
}

.language-1 { 
    font: 1em sans-serif; 
    padding: 5px 10px; 
}


#menu {
    color:#FFC;
    font: 1em sans-serif;
    background:#336655;             
    border:1px solid #336655;
    margin-left: 10px;
    width: 150px;
}

#menu a {
    text-decoration: none;
    color: #FFC;
    font: 1em sans-serif; 
}

#menu a:hover {
    color: #66FF33;
}
    
.menublock-1, .menublock-selected-1 {
    background: #336655;
}

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

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

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

.menuitem-1 { 
    font: 1em sans-serif; 
    padding: 5px 10px; 
}

.menuitem-selected-1 {
    background: #335566;
    padding: 5px 10px; 
    font-weight: bold;
}

.menuitem-2 { 
    padding: 5px 5px 2px 15px; 
    font-size: 95%;
}
.menuitem-selected-2 { 
    padding: 5px 5px 2px 15px; 
    background: #112222;
    font-size: 95%;
    font-weight: bold;
}
.menuitem-2 a { }


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

.menuitem-selected-3 { 
    padding: 2px 5px 2px 25px; 
    background: #112222;
    font-size: 90%;
    font-weight: bold;
}

/* breadcrumb */

#breadcrumb {
    padding: 3px 30px 3px 3px;
    color:#336655;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
}

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


#search {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
    margin-left: 10px;
/*    float: right;*/
    padding-left: 10px;
    padding-top: 10px;
    top:0px;
    width: 142px;
   background: #336655;        
}

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

input.searchsubmit {
    font-size: 90%;
    color:#FFC;
    background:#336655;             
    border:1px solid #336655;
    padding: 3px;
/*    float: right;*/
}

input.searchsubmit:hover {
    background: #66FF33;
}

#search a {
    text-decoration: none;
    color: #FFC;
}


#main {
    margin-right: 10px;
   border-top: 2px solid #336655; 
   border-bottom: 2px solid #336655; 

}

#publication-title {
    font: 16px Verdana, sans-serif;
    font-size:20px;
    padding:10px 10px 10px 10px;
    background: #fff;
    margin:10px;
}


/* body */

#body {
    color:#000;
    background:#fff;
    position: relative;
    padding: 10px;
    margin-left: 10px;

}


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

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

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

img.simple {
    background: green;
}



#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: 16px Verdana, sans-serif;
    font-size:16px;
    padding-top:10px;
}

h2 {
    font: 16px Verdana, sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

/* stolen from plone.css */
code {
    font-size: 90%;
    color: Black;
    background-color: #dee7ec;
    border: 1px dashed #8cacbb;
    padding: 0 0.1em;
}
pre {
    font-size: 90%;
    padding: 1em;
    border: 1px dashed #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
    white-space: normal;
}
.pre a {
    text-decoration: underline;
}


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

#footer {
    padding: 5px;
    font-size: 70%;
    text-align: right;
    margin-right: 10px;
}
