/*
* 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-image: "images/bg.gif";
}

A:link, A:visited, A:active{
	text-decoration: none;
}

/* tabs */

#tabs {
    border-bottom: solid 2px #648DAD;
    color: white;
    text-decoration: bold;
}

#tabs a {
    text-decoration: none;
    color: white;
}

#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: #648DAD;
    border: solid 1px WHITE;
    border-bottom: solid 1px #648DAD;
}

.tab-selected {
    padding: .2em .5em;
    background-color: #446D8D;
    border: solid 1px #648DAD;
    border-bottom: solid 1px #648DAD;
    color: WHITE;
}

.tab-selected a {
    color: WHITE;
}

.tab-selected a:visited {
    color: WHITE;
}

.tab-separator {
    border-bottom: solid 1px #648DAD;
}

.tab-pre-separator {
    width: 25px;
    border-bottom: solid 1px #648DAD;
}

td.tab-post-separator {
    width: 100%;
}

/* menu */

#menu {
    font-family: Verdana, Arial, Sans-serif;
    background-color: WHITE;
    border: solid 1px WHITE;
    border-left: none;
    border-top: none;
    color: #304A63;
    text-decoration: bold;
    padding: 0px 0px 5px 10px;
}

#menu a {
    text-decoration: none;
    color: #304A63;
}

#menu a:hover {
    text-decoration: underline, bold;
}

#menublock-1:hover, #menublock-2:hover {
	background-color: #F0F0F0;
}

.menublock-1, .menublock-selected-1 {
    padding: 0px;
    border-top: solid 1px WHITE;
    background: WHITE;
    color: #304A63;
}

.menublock-1 a { 
    text-decoration: none;
    color: #304A63;
}
.menublock-1 a:visited {
    text-decoration: none;
    color: #304A63;
}

.menublock-1 .menublock-2 { display: none; }

.menublock-selected-1 .menuitem-1 { background-color: #F0F0F0; }
.menublock-1          .menuitem-1 { }

.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: #304A63; }
.menuitem-2 a { }

.menuitem-selected-1 {
    background-color: #F0F0F0;
    padding: 5px 5px 5px 5px;
    font-size: 80%;
    color: #304A63;
    text-decoration: bold;
}


.menuitem-3 { padding: 2px 5px 2px 25px; font-size: 60%; }
.menuitem-selected-3 { padding: 2px 5px 2px 25px; font-size: 60%; }

/* breadcrumb */

#breadcrumb {
    padding: 1px 0px 1px 5px;
    background-color: WHITE;
    border-top: solid 1px WHITE;
    border-bottom: solid 1px WHITE;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
}

#breadcrumb a {
    text-decoration: bold;
    color: #648DAD;
}

#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 #648DAD;
}

input.searchsubmit {
    font-size: 80%;
    color: WHITE;
    text-decoration: bold;
    background-color: #648DAD;
    border: 1px solid WHITE;
}

input.searchsubmit:hover {
    background-color: #648DAD;
}

/*
#search a {
    text-decoration: none;
    color: Maroon;
}
*/

/* body */

#body {
    border: none;
    margin-left: 2px;
    font-family: Tahoma, 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: #304A63;
    border-color: #648DAD;
*/
    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: tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #304A63;
}

#project-logo {
    text-align: right;
    height: 80px;
    width: 80px;
}

.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: #304A63;
}

h2 {
    font-size: 100%;
    color: #304A63;
    border-bottom: solid 1px #648DAD;
    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 #304A63;
}

.menubar        { background: #648DAD }
.menuitem       { color: white; font-size: x-small; font-weight: bold; font-family: verdana, arial, sans-serif }
.skinimage { background : #FFF url(../images/seal8080.gif) no-repeat;
	     width: 80px;
   	     height: 80px;
}

