/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.  See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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 */

/*
@import url("news.css");
*/

#page {
    padding: 0px;
    margin: 0px;
}

/* tabs */

#tabs {
    border-bottom: solid 5px #a3adf6;
    color: white;
}

#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 a, .tab-selected a {
    display: block;
}

.tab a span, .tab-selected a span {
    padding: .3em .6em;
    display: block;
}

.tab a span {
/*    background: url('/lenya/modules/svg/tab-topRight-5-FFEEEE-BB9999.png') right top no-repeat;
    border-bottom: solid 1px #BB9999;
*/
    background: url('/lenya/modules/svg/tab-topRight-5-2153AA-FFFFFF.png') right top no-repeat;
    border-bottom: solid 1px #A3ADF6;
}

.tab a {
    background: url('/lenya/modules/svg/tab-topLeft-5-2153AA-BB9999.png') left top no-repeat;
}

.tab a:hover span {
/*    background: url('/lenya/modules/svg/tab-topRight-5-EECCCC-BB9999.png') right top no-repeat;
    border-bottom: solid 1px #BB9999;*/
    background: url('/lenya/modules/svg/tab-topRight-5-3364BB-FFFFFF.png') right top no-repeat;
    border-bottom: solid 1px #A3ADF6;
}
  
.tab a:hover {
    background: url('/lenya/modules/svg/tab-topLeft-5-3364BB-BB9999.png') left top no-repeat;
}
  
.tab-selected a span {
    background: url('/lenya/modules/svg/tab-topRight-5-FFFFFF-0000FF.png') right top no-repeat;
    border-bottom: solid 1px #A3ADF6;
    color: #000000;
}

.tab-selected a {
    background: url('/lenya/modules/svg/tab-topLeft-5-FFFFFF-0000FF.png') left top no-repeat;
}

.tab-separator {
    border-bottom: solid 1px #A3ADF6;
}

.tab-pre-separator {
    width: 25px;
    border-bottom: solid 1px #BB9999;
}

td.tab-post-separator {
    width: 100%;
}

/* menu */

#menu, #languageselector {
    font-family: Verdana, Arial, Sans-serif;
/*    border: solid 1px #BB9999;*/
    border-left: none;
    border-top: none;
    color: black;
    padding: 5px 0px 5px 0px;
/*  background-color: #a3ade6;*/
    background-color: white;
}

#menu {
  border-bottom: none;
}

#languageselector {
    font-size: 80%;
    padding-top: 10px;
    padding-left: 15px;
    /*
    border: none;
    background: url('/lenya/modules/svg/tab-bottomRight-5-A3ADE6-BB9999.png') right bottom no-repeat;
    */
}

#languageselector ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#languageselector ul li {
    display: inline;
}

#languageselector a img {
    border: none;
    margin: 0;
    padding: 1px;
/*  border: solid 5px #A3ADE6;*/
    border: solid 5px #FFFFFF;
  /*  border: solid 1px #000000;*/
  
  vertical-align: middle;
}

#menu a, #languageselector a {
    text-decoration: none;
/*    color: black;*/
/*    color: brown;*/
    color: #a52a2a;
}

#languageselector a {
}

#languageselector a:hover {
    text-decoration: none;
}

#languageselector a.lenya-language-isCurrent {
    font-weight:bold;
}

#languageselector a.lenya-language-isCurrent img {
/*  border: solid 5px #838df6;*/
}

#languageselector a.lenya-language-isAvailable {
}

#languageselector a.lenya-language-isUnavailable {
    color:#aaaaaa;
    opacity: 0.5;
}

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


.menublock-1, .menublock-selected-1 {
    padding: 0px;
    /*
    border-top: solid 1px #DDBBBB;
    background: #FFCCCC;
    */
}

.menublock-1 .menublock-2 { display: none; }
.menublock-2 .menublock-3 { display: none; }
.menublock-3 .menublock-4 { display: none; }
.menublock-4 .menublock-5 { display: none; }

.menuitem-1, .menuitem-selected-1,
.menuitem-2, .menuitem-selected-2,
.menuitem-3, .menuitem-selected-3,
.menuitem-4, .menuitem-selected-4,
.menuitem-5, .menuitem-selected-5 {
  font-size: 80%;
}
  
.menuitem-1, .menuitem-selected-1 {
  margin: 10px 0px 0px 0px;
  padding: 2px 5px 2px 30px;
/*  background: url('/lenya/default/live/images/bullet.png') 16px .4em no-repeat;*/
}

.menuitem-2, .menuitem-selected-2 {
  padding: 2px 5px 2px 50px;
/*  background: url('/lenya/default/live/images/bullet.png') 36px .4em no-repeat;*/
}

.menuitem-3, .menuitem-selected-3 {
  padding: 2px 5px 2px 70px;
/*  background: url('/lenya/default/live/images/bullet.png') 56px .4em no-repeat;*/
}
  
.menuitem-4, .menuitem-selected-4 {
  padding: 2px 5px 2px 90px;
/*  background: url('/lenya/default/live/images/bullet.png') 76px .4em no-repeat;*/
}
  
.menuitem-5, .menuitem-selected-5 {
  padding: 2px 5px 2px 110px;
/*  background: url('/lenya/default/live/images/bullet.png') 96px .4em no-repeat;*/
}
  

.menuitem-selected-1,
.menuitem-selected-2,
.menuitem-selected-3,
.menuitem-selected-4,
.menuitem-selected-5 {
  background-color: #C5D2E4;
  color: yellow;
  font-weight: bold;
/*
  color: white;
  background-color: #BB9999;
  font-weight: bold;
*/
}
  
/* breadcrumb */

#breadcrumb {
    padding: 3px 0px 3px 30px;
    background-color: #A3ADE6;
    border-top: solid 1px #BB9999;
    border-bottom: solid 1px #BB9999;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
}

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

#search {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 100%;
/*    margin-right: 10px;*/
/*    float: right;*/
/*    position:relative;*/
/*    top:-20px*/
}

input.searchfield {
    font-size: 80%;
    background-color: #ffffff;
    border: 1px solid #BB9999;
    width: 90px;
}

input.searchsubmit {
    font-size: 80%;
    color: black;
    background-color: #A3ADD6;
    border: 1px solid #BB9999;
}

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

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

/* body */

body {
    font-family: Verdana, Arial, Sans-serif;
}

#body {
    border: none;
    padding: 1em;
    margin-left: 10px;
}

#footer {
    border: none;
    border-top: 1px solid #BBBB99;
    padding: 0em 1em;
    margin-left: 10px;
    font-style: italic;
    color: black;
}

#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;
}

table.bordered	{
    border: 1px black;
    border-collapse: collapse;
}

table.bordered td {
    border: 1px solid;
    padding: 2px;
}

div#body td {
    font-size: small;
}

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

th.vertical {
  font-size: small;
  font-weight: normal;
  text-align: right;
  padding-right: 1em;
  color: #666666;
}
  
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: black;
}

#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-size: 120%;*/
    color:  #a3add6;
}

h2 {
/*    font-size: 100%;*/
    color:  #a3add6;
    border-bottom: solid 1px #BB9999;
    margin-top: 30px;
}

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

.asset img {
    vertical-align: middle;
}

div.search-box {
	border: solid 1px #CCCCCC;
	width: auto;
	max-width: 100%;
	font-size: small;
	margin-bottom: 10px;
}

div.search-box-title {
    background-color: #DDDCCF;
	border-bottom: solid 1px #CCCCCC;
	color: Black;
	font-weight: bold;
	padding: 3px 10px;
}

div.search-box-body {
    padding: 10px;
    background-color: #F5F4E9;
	color: Black;
}

table.search-table {
	color: Black;
	background-color: White;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.search-table-noborder {
	border: 0px;
	border-spacing: 0px;
}

table.search-table th {
    background-color: #DDDCCF;
	border: solid 1px #CCCCCC;
	color: Black;
	font-weight: bold;
	padding: 3px 10px;
	text-align: left;
	font-size: small;
}

table.search-table td {
    background-color: #F5F4E9;
	border: solid 1px #CCCCCC;
	padding: 3px 10px;
	font-size: small;
	color: Black;
}

table.search-table-noborder td {
	border: 0px;
	padding: 3px 10px;
	font-size: small;
}

table.search-table-noborder-nopadding td {
	border: 0px;
	padding: 0px;
	font-size: small;
}

table.search-table-noborder-nopadding th {
	font-size: small;
}

/* Broken Internal Links in Authoring area */
a.brokenlink {
    background-color: yellow;
    border: 1px dashed #000000;
    text-decoration: none;
}

/* Search Results */
.search-results-form {
    margin-bottom: 20px; }

.search-results {
    list-style-type: none;
    margin: 0;
    padding: 0;
} 

.search-result {
    padding: 0.50em 0;
}

.search-result-score {
    font-size: 90%;
    font-weight: normal;
}

.search-result-rank {
    float: left; 
}

.search-result-title {
    margin: 0 0 0 30px;
    padding: 0;
    font-weight: bold;
}

.search-result-description {
    margin-left: 30px;
    color: #999999;
}


body {
  /*text-align: center;*/
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #E0E0E0;
}

A:link {
	COLOR: #0000FF; text-decoration: none;
}
A:visited {
	COLOR: #0000FF; text-decoration: none;
}
A:active {
	COLOR: #0000FF; text-decoration: none;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 98%;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
/*  background: #4E7DD1 url('../img/menu_bg.gif') bottom left repeat-x;*/
  background: #4E7DD1;
  margin:0px; padding:0px;
}

#header {
  height: 60px;
  padding:15px;
  background: url('/lenya/dante/images/header2_bg.gif') top right no-repeat;
  margin:0px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#left_side {
  margin-top: 10px;
  float: left;
  width: 170px;
/*  background: #F1F6FE url('../img/side_bg.gif') bottom left repeat-x;*/
  background: #F1F6FE;
}

#left_side ul {
  padding-left: 25px;
  font-size: smaller;
}

#left_side #languageselector ul {
  padding-left: 10px;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 165px;
/*  background: #F1F6FE url('../img/side_bg.gif') bottom left repeat-x;*/
  background: #F1F6FE;
}

#right_side ul {
  padding-left: 25px;
  font-size: smaller;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 180px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

#footer {
  height: 50px;
  background-color: #4E7DD1;
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}

#svn {
  font-family: verdana, arial, typewriter;
  font-size: 10px;
}


#left_side p, #right_side p, #right_side td {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border:1px solid #0F3974;
  background-color: #2153AA;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #a3add6;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #a3add6;

}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url('../img/tab_bg.gif') bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

/*
.tab-selected a span
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
*/


.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.emph {
  color: #0000fe;
}
 
.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.middle_block {
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

div .body  {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

dl.emphasize {
  background-color: #ffffe0;
  font-weight: bold;
}

dl.emphasize em {
}

p.emphasize {
  font-weight: bold;
}

span.emphasize {
  font-weight: bold;
}

#content .smaller {
  font-size: 10px;
}