/*
 *
 *  This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
 *  project.
 *
 *  Copyright (C) 1998-2024 OpenLink Software
 *
 *  This project is free software; you can redistribute it and/or modify it
 *  under the terms of the GNU General Public License as published by the
 *  Free Software Foundation; only version 2 of the License, dated June 1991.
 *
 *  This program is distributed in the hope that it will be useful, but
 *  WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 *  General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License along
 *  with this program; if not, write to the Free Software Foundation, Inc.,
 *  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 *
 */

body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9pt;
}

pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

form {
  margin: 0;
  padding: 0;
}

abbr {
  border: none;
}

input[type="text"], input[type="password"], select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.link {
  color: blue;
	cursor: pointer;
}

#MTB {
  width: 100%;
  left: 0px;
  right: 0px;
}

#LC {
  width: 170px;
  padding-top: 0px;
  vertical-align: top;
}

#RC {
  padding-top: 0px;
  vertical-align: top;
}

/* Left side within MT */
.page_head {
  width: 100%;
  background-color: #b0cde4;
}

.lc {
  font-size: 12px;
  background-color: #EFEFEF;
  border: 1px solid #7f94a5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  width: auto;
}

.lc a:hover, .lc .gems:hover, .lc .gems2:hover {
  color: blue;
  background: #99b3c5;
}

a.gems {
  display: block;
  padding: 3px;
  margin: 3px;
  text-decoration: none;
}

a.gems:hover {
  color: black;
  background: #bce;
}

.navigator_info {
  font-size: smaller;
}

.copyright {
  font-size: 75%;
  text-align: right;
  padding-right: 5px;
  border-top: 1px solid silver;
}

.system_info {
  font-size: 75%;
}

.page_title {
  font-size: 12pt;
  font-weight: bold;
}

.main_page_area {
  background-color: white;
  width: 100%;
}

.page_section_head {
  font-size: 12pt;
  font-weight: bold;
}

table.sub_page_area {
  width: 100%;
}

/* Label */

.error {
  color: red;
  font-weight: bold;
  margin: 3px 0px 3px 0px;
  background-color: white;
  border: 1pt solid red;
  text-align: center;
}

.attention_marker {
  color: #ff0033;
}

.subpage_header_area {
  margin: 3px 0px 3px 0px;
  border: 1pt solid silver;
}

.page_header_area {
  border: 1pt solid silver;
  position: relative;
  bottom:15pt;
}

/* Fields */
input[readonly] {
  background: #EFEFEF;
}

.readonly {
  background: #EFEFEF;
}

/*====== trees ======*/
.tree_main {
  border: solid #7f94a5;
  border-width: 1px 1px 1px 1px;
  padding: 3px;
  height: 400px;
  overflow: auto;
  font-weight: bold;
}

/*====== news ======*/
.ab_main {
  width: 100%;
}

.ab_left {
  width: 30.3%;
  min-height: 500px;
  float: left;
}

.ab_right {
  width: 69.3%;
  min-height: 500px;
  float: right;
  border: solid #7f94a5;
  border-width: 0px;;
}

#ab_header {
  font-size: 1em;
  height: 16px;
  padding: 3px;
  background-color: #EFEFEF;
  border: solid #7f94a5;
  border-width: 1px;
}

#ab_subheader {
  font-size: 0.9em;
  padding: 2px;
  background-color: #b0cde4;
  border: solid #7f94a5;
  border-width: 0px 0px 2px 0px;
}

/* ====== rows ====== */
.td_border {
  border: solid #7f94a5;
  border-width: 1px 0px 1px 0px;
}

.tr_0 {
  border: solid #7f94a5;
  border-width: 0px 0px 1px 0px;
  background-color: #F5F5EE;
}

.tr_1 {
  border: solid #7f94a5;
  border-width: 0px 0px 1px 0px;
}

.tr_1:hover, .tr_0:hover {
 	background-color: #eec;
}

.tr_select {
  background-color: #FFFFCC;
}

.read {
}

.unread {
  font-weight: bold;
}

/*====== forms ======*/
.body-scroll {
  background-color: white;
  height: 30em;
  width: auto;
  overflow: auto;
}

.from-button {
  margin: .8em 0 .8em 0;
  font-size: .8em;
  font-family: verdana, sans-serif;
  color: #7f94a5;
  font-weight: bold;
  text-decoration: none;
}

input.button {
  margin: .2em 0 .1em 0;
  font-size: .8em;
  font-family: verdana, sans-serif;
  color: #ffffff;
  font-weight: bold;
  border: solid 1px;
  border-color: #7f94a5;
  background: #99b3c5;
}

input.nolink {
  text-align: left;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  border: 0px;
  background-color: inherit;
}

input.nolink2 {
  text-align: left;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: bold;
  border: 0px;
  background-color: #EFEFEF;
}

.nolink3 {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  background-color: inherit;
}

.nolink_a {
  color: #000;
  background-color: #F0F0F0;
}

.nolink_b {
  color: #000;
}

.link_ed {
  font-size: 0.9em;
  font-style: italic;
  color: #4F6C7F;
}

.pane {
  color: black;
  background-color: #EFEFEF;
  margin: 0px;
  margin-bottom: 0.5em;
  padding: 1px;
  border: 1px solid #7f94a5;
  vertical-align: top;
}

/* New */
.form-header {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0px 0px 3px 4px;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 10px;
  background-color: #b0cde4;
}

.form-footer {
  margin: 6px 0px;
  text-align: center;
  border: solid 1px #7f94a5;
  background-color: #b0cde4;
  height: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.form-body {
  width: 100%;
  font-size: 1em;
}

.form-body td {
  padding: 2px;
}

.form-body th {
  text-align: right;
  padding: 4px;
}

.td_label {
  text-align: right;
  padding-right: 1em;
}

.td_simple {
  border-width: 0px 0px 0px 0px;
}

.tab_page {
  font-size: 10pt;
  border-width: 1px 1px 1px 1px;
  background-color: white;
  padding-left: 1px;
  padding-right: 1px;
  color: black;
  width: 100%;
  height: 100%;
}

.clear {
  width: 100%;
  padding: 0px;
  border-width: 0;
}

.clear td {
  padding: 0px;
  border-width: 0;
}

div.boxHeader {
  background-color: #EFEFEF;
  margin: 0 0 0.5em 0;
  padding: 2px;
  border: 1px solid #7f94a5;
  vertical-align: middle;
}

/* New forms */
.new-form-header {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 6px 0;
  padding: 0px 0px 2px 4px;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 10px;
  background-color: #b0cde4;
}

.new-form-footer {
  font-size: 1.1em;
  font-weight: bold;
  margin: 6px 0 0 0;
  text-align: center;
  border: solid 1px #7f94a5;
  background-color: #b0cde4;
}

.new-form-body {
  font-size: 1em;
  padding: 6px;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 1px;
  background-color: #EFEFEF;
}

.new-form-mapping {
  width: 100%;
  height: 443px;
  overflow: auto;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 1px;
}

.new-form-mapping2 {
  width: 100%;
  text-align: right;
  border-width: 0px;
}

.no-border {
  border-width: 0;
}

.new-form-body table {
  width: 100%;
  background-color: #EFEFEF;
}

.new-form-body table td {
  padding: 2px;
}

.new-form-body table td.text {
  font-style: italic;
  font-weight: bold;
  padding: 2px;
}

.new-form-body table th {
  text-align: right;
  white-space: nowrap;
  padding: 4px;
}

td.new-section {
  text-align: center;
  font-weight: bold;
  background-color: #B0CDE4;
}

.text {
  font-style: italic;
  font-weight: bold;
  padding: 2px;
}

/* tabs */
div.c1 {
  width: 100%;
  padding-top: 0.5em;
}

div.tabs {
  top: 0px;
  font-size: 100%;
  padding: 0px 0px 3px 0px;
}

div.contents {
  padding: 0.5em;
  border: 1px solid #7f94a5;
  background-color: #EFEFEF;
}

div.tabLabel {
  display: inline;
  margin: 0px 2px 0px 0px;
}

div.tabContent {
  font-size: 1em;
  padding: 6px;
}

div.tabLabel {
  display: inline;
  margin: 0px 2px 0px 0px;
}

div.tabContent {
  font-size: 1em;
  padding: 6px;
}

div.tab {
  cursor: pointer;
  display: inline;
  font-weight: bold;
  background-color: #b0cde4;
  border: 1px solid #000;
  border-bottom-width: 0px;
  border-color: #7f94a5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  padding: 2px 10px 2px 10px;
  margin-right: 3px;
  position: relative;
  text-decoration: none;
  top: 2px;
  z-index: 100;
}

div.activeTab {
  background-color: #EFEFEF;
  border-color: #7f94a5;
}

a.tab {
  color: #000;
  font-weight: bold;
  background-color: #b0cde4;
  border: 1px solid #000;
  border-bottom-width: 0px;
  border-color: #7f94a5;
  padding: 2px 10px 2px 10px;
  position: relative;
  text-decoration: none;
  top: 2px;
  z-index: 100;
}

a.tab.tab2 {
  background-color: #EFEFEF;
}

a.tab.activeTab {
  background-color: #EFEFEF;
  border-color: #7f94a5 #7f94a5 #7f94a5 #7f94a5;
}

a.tab.activeTab2 {
  background-color: #FFF;
}

/* Toolbars */
span.toolbar {
  display: block;
  float: left;
  width: 70px;
  padding: 10px 0 10px 0;
  color: #4F56A6;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}

span.toolbarLabel {
  font-size: 0.8em;
}

img.toolbar {
  display: block;
  float: left;
  margin-top: 10px;
  background-color: #7F94A5;
}

/* panelbar */
.panelbar {
  width: 100%;
  height: 100%;
	border: 1px solid #7f94a5;
}

.panelbar_option {
	font-weight: bold;
	padding: 3px;
	height: 16px;
	background-color: #efefef;
	cursor: pointer;
}

div.panelbar_option: hover {
	background-color: #bce;
}

.panelbar_option_upper {
	border-bottom: 1px solid #7f94a5;
}

.panelbar_option_lower {
	border-top: 1px solid #7f94a5;
}

.panelbar_content {
	background-color: #fff;
  overflow: auto;
}

/* Comments */
div.cm_node_top {
  padding-left: 1em;
  margin-left: 0px;
}

div.cm_node {
  padding-left: 1em;
  margin-left: 0px;
  border-left: 2px #e0e0e0 solid;
}

div.comment-section {
  padding: 0 0px 0 2px;
  font-size: 1.1em;
  font-weight: bold;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 1px;
  background-color: #b0cde4;
}

div.comment {
  margin-top: 5px;
}

div.comment-footer {
  margin: 1px;
  color: gray;
}

div.comment-header {
  border-bottom: 1px #cccccc solid;
  font-size: 1.1em;
}

div.comment-button {
  margin: 1px;
  padding-top: 5px;
  border-top: 1px #cccccc solid;
}

input.openID {
  background: #FFFFFF url(/ods/images/login-bg.gif) no-repeat scroll;
  padding-left: 18px;
}

div.menu {
  background-color: #EFEFEF;
  border: 1px solid;
  border-color: #f0f0f0 #7f94a5 #7f94a5 #f0f0f0;
  margin:0px 0px 0px 9px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  vertical-align:bottom;
  z-index: 101;
}

div.menu .menuItem {
  cursor: default;
  display: block;
  font-size: .8em;
  font-family: verdana, sans-serif;
  font-weight: bold;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu .menuItem:hover {
  background-color: #99B3C5;
  color: #ffffff;
}

.pointer {
  cursor: pointer;
}

span.button, a.button {
  background: none repeat scroll 0 0 #99B3C5;
  border: 1px solid #7F94A5;
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  margin: .2em 0 .1em 0;
  min-width: 50px;
  padding: 2px 3px 0px;
  text-decoration: none;
	cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

span.lc {
  font-size: 1em;
  width: 200px;
  display: block;
  cursor: pointer;
}

img.button {
  margin-bottom: -3px;
}
