/*
* 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 {
	margin:0px;
	background:#578bb8;
	color:#ffffff;
}


#tabs a {
}

#tabs table {

}

#tabs td {
    vertical-align: middle;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
}

#tabs div {
    white-space: nowrap;
    line-height:2.2em;
}

.tab {
	float:left;
	white-space:nowrap;
	border-right: 1px solid white;
}

.tab-selected {
	display:block;
	padding: 3.5px 7px 3.5px 7px;
	font-size:9px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	background:#80b0da;
	color: #ffffff;
	vertical-align: middle;
	border-right: 1px solid white;
}

.tab:hover, .tab a:hover {
	background:#80b0da;
	color: #ffffff;
	text-decoration:none;
}

.tab a {
	display:block;
	padding:0 7px;
	font-size:9px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
	vertical-align: middle;
}

.tab-selected a {
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
	vertical-align: middle;
}



.tab-separator {
	display: none;
}

.tab-pre-separator {
	display: none;
}


td.tab-post-separator {
    display: none;
}

/* menu */

#menu {
  background-color: #f5f5f5;
  font-size: 12px;
  margin:5px 5px;
  padding: 2px;
  border-left: 1px solid #80b0da;
  border-right: 1px solid #80b0da;
  border-bottom: 1px solid #80b0da;
  border-top: 6px solid #578bb8;
  width: 150px;
}

#menu2 {
  background-color: #f5f5f5;
  font-size: 12px;
  margin:5px 5px 15px;
  padding: 0px;
  width: 150px;
}


#menu2 td {
 padding: 3px;
 font-size: 11px;
}

#menu a {
    text-decoration: none;
}

#menu2 a {
    text-decoration: none;
}


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


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

.menublock-1, .menublock-selected-1 {
    padding: 0px;
}

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

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

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

.menuitem-1 { padding: 5px 5px 5px 5px; font-size: 90%; }
.menuitem-2 { padding: 2px 5px 2px 25px; font-size: 90%; }
.menuitem-selected-2 { padding: 2px 5px 2px 25px; font-size: 90%; color: black; }
.menuitem-2 a { }

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


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

.onelevel {
	margin: 5px 5px 5px 15px;
 }
.onelevel a {
   text-decoration: none;
} 

/* breadcrumb */

#breadcrumb {
    padding: 3px 0px 3px 5px;
    background-color: White;
    border-top: solid 1px #80b0da;
    border-bottom: solid 1px #80b0da;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
}

#lang {
    padding: 0px 5px 0px 0px;
    background-color: White;
    border-top: solid 1px #80b0da;
    border-bottom: solid 1px #80b0da;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
    vertical-align: bottom;
}

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

#header_bottom {
	height:1.8em;
	vertical-align: middle;
	background: #578bb8;
}

#search {
    font-family: Verdana, Arial, Sans-serif;
    float: right;
}

input.searchfield {	
	width: 100px;
	color: black;
}

input.searchsubmit {
	background:#578bb8;
	color: #ffffff;
	text-transform:uppercase;
	font-size: 10px;
	padding:0 10px;
}

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

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

/* body */

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

h1 { font-size: 140%; }
h2 { font-size: 100%; }
h3 { font-size: 80%; }
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.head { 
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    border-bottom:1px solid #A4A4A6;
    border-top:1px solid #E9E5E4;
    border-right:1px solid #E9E5E4;
    border-left:1px solid #E9E5E4;
    color: #0a3255;
    background: #f5f5f5;
}


td.text {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    padding: 3px;
    background-color: White;
    vertical-align: top;
    text-align: justify;
}


table.login {  
    border-style: solid;
    border-color:#184A7B;
    border-width:1px;
}

td.login{ 
    text-align:left; 
    font-size:12;
    padding: 5px;
    color: #0a3255;
}

th.login {
	color: #26507f;
	background-color: #c2d2e2;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

font.sizetext {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    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;
}

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

.sitemaptable {
   width: 600px;
   font-family: Verdana, Arial, Sans-serif;
   font-size: 12px;
}

.sitemaptable caption {
   text-align: left;
   padding-bottom: 20px;
   color: #578bb8;
}

.sitemapmenu {
   text-align: left;
   padding-bottom: 5px;
   color: #578bb8;	
}

.sitemapmenu a {
   text-align: left;
   padding-bottom: 5px;
   color: #578bb8;	
   text-decoration: none;
}