/*
* 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: 0;
    margin: 0;
}

#header td {
    background-color: #013366;
    padding: 0;
}

#header h1 { font-size: 200%; color: #FFFFFF; margin: 0.5ex;}
#header h2 { font-size: 140%; }
#header h3 { font-size: 100%; color: #FFFFFF; margin: 0.5ex;}


/* tabs */

#tabs {
    border-bottom: solid 0.5ex #60ccff;
    color: #010101;
}

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

#tabs table {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
    background-color: #013366;
    
}

#tabs td {
    vertical-align: bottom;
}

#tabs div {
    white-space: nowrap;
}

.tab {
    white-space: nowrap;
    color: #C0C0C0;
    font-weight: bold;
    padding: 0.2em 0.5em;
    background-color: #00a0c6;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid thin #60ccff;
}

.tab-selected {
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
    padding: 0.2em 0.5em;
    background-color: #60ccff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid thin #60ccff;
}

.tab-separator {
    border-bottom: solid thin #60ccff;
    background-color: #013366;
}

.tab-pre-separator {
    width: 0;
    border-bottom: solid thin #60ccff;
    background-color: #013366;
    padding-left: 3em;
}

td.tab-post-separator {
    width: 100%;
    background-color: #013366;
}

/* menu */

#menu {
    font-family: verdana, arial, sans-serif;
    background-color: #60ccff;
    border: solid thin #999999;
    border-left: none;
    border-top: none;
    color: #010101;
    padding: 0 0 0.5em 0.5em;
}

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

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

.menublock-1, .menublock-selected-1 {
    padding: 0;
    border-top: solid thin #60ccff;
    background: #60ccff;
}

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

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

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

.menuitem-1, .menuitem-selected-1 {
    padding: 0.15ex 1ex 0.15ex 1ex; font-size: 80%;
}
.menuitem-2, .menuitem-selected-2 {
    padding: 0.15ex 1ex 0.15ex 2ex; font-size: 80%;
}
.menuitem-selected-2 { color: black; }
.menuitem-2 a { }


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


.menuitem-3, .menuitem-selected-3 {
     padding: 0 0.5em 0.5em 4ex; font-size: 75%;
}

.menuitem-4, .menuitem-selected-4 {
     padding: 0 0.5em 0.5em 6ex; font-size: 70%;
}

.menuitem-5, .menuitem-selected-5 {
     padding: 0 0.5em 0.5em 6ex; font-size: 65%;
}

/* breadcrumb */

#breadcrumb {
    padding: 0.5ex 0 0.5ex 4ex;
    background-color: #cceeff;
    border-top: solid thin #999999;
    border-bottom: solid thin #999999;
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
}

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

#search {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
    margin-right: 1em;
    float: right;
    position:relative;
    top: -1.75em;
}

input.searchfield {
    font-size: 80%;
    background-color: #ffffff;
	color: black;
    border: thin solid #999999;
}

input.searchsubmit {
    font-size: 80%;
    color: #010101;
    background-color: #FFEEEE;
    border: thin solid #999999;
}

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

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

/* body */

#body {
    border: none;
    padding: 0em;
    margin-left: 1ex; 
    font-family: verdana, arial, sans-serif;
}

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

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

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


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

td.simple {
    font-size: 100%;
    padding: 0.3ex;
    background-color: white;
    border: solid thin 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: 1.2em;
    padding-bottom: 0.8em;
    color: #010101;
}

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

.media {
    text-align: center;
    padding: 1ex;
}

.caption {
    padding: 0.5ex;
    text-align: center;
    font-style: italic;
    font-size: 100%;
}

.abstract {
    font-weight: bold;
}

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

h2 {
    font-size: 100%;
    color: #010101;
    border-bottom: solid thin #999999;
    margin-top: 3em;
}

.asset { 
    display: block;
    color: #000;
    font-size: 100%;
    margin: 1em 1em 1em 0.5em;
}

#footer {
    padding: 0.7ex;
	font-size: 70%;
    text-align: right;
    border-top: solid thin #999999;
}

a img {
        border: none;
}

iframe {
    margin: 0;
    border-width: 0;
    padding: 0;
}

a {
    color: #404040
}

.bmbf {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
}


.sitemaptable {
	border-width: thin;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	color:#000000;
	background-color:#FFFFFF;
}
.sitemaptable td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
	color:#000000;
	background-color:#FFFFFF;
}
.sitemaptable th {
    font-family: verdana, sans-serif;
    font-size: 80%;
}
.sitemapmenu {
    font-family: verdana, sans-serif;
    font-size: 80%;
    text-decoration: none;
    color: #000000;
}
.sitemapmenu A {
    text-decoration: none;
    color: #0000FF;
}
.sitemaptitle {
    font-family: verdana, sans-serif;
    font-size: 80%;
    font-weight:bold;
    text-decoration: none;
    color: #000000;
}
.sitemapdescription {
    font-family: verdana, sans-serif;
    font-size: 80%;
    text-decoration: none;
    color: #000000;
}

#body table {
	border-color: rgb(238,238,238);
	border-collapse: collapse;
}

#body th, td {
    font-family: verdana, arial, sans-serif;
}

#body th {
	background-color: rgb(238,238,238);
}

/* changes below for the new front page ("show case") IN 04-2008 */

.centered {
	text-align: center;
	background-position: center center;
}

.centered table, .centered caption {
	margin: auto;
}

.gac-grid-overview {
	text-align: center;
	vertical-align: middle;
	background-position: center center;
}

.gac-grid-overview td {
	font-size: small;
	vertical-align: middle;
}
.gac-grid-overview table, .gac-grid-overview caption {
	margin: auto;
	vertical-align: middle;
}


td.cgren, td.corng, td.cred, td.head1, td.head2, td.head3, td.na1, td.na2 
{
           border-bottom: thin solid black;
		   border-right: thin solid black;
           padding: 0.5em 0.5em 0.5em 0.5em; font-size:70%;
}
td.cgren { background: #00FF00; }
td.corng { background: orange; }
td.cred  { background: red; }
td.head1 { background: #d0d0d0; }
td.head2 { background: #c0c0c0; }
td.head3 { background: #a0a0a0; }
td.na1   { background: #c0c0c0; color: #f0f0f0; }
td.na2   { background: #d0d0d0; color: #f0f0f0; }

asset    { font-size: 100%; text-decoration:underline; 
           margin: 1em 1em 1em 0.5em;
           display:block;}
