html {
  margin: 0;
  padding: 0; }

body {
  background-image: url(/images/public/developer_bkg.gif);
  background-repeat: repeat;
  background-position: left top;
  color: black;
  font-family: Helvetica, Arial, san-serif;
  font-size: 1em;
  margin: 20px 0 0 0;
  padding: 0;
  min-width: 63em; }

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0.2em 0.2em 0.2em #e9e9e9;
  color: #660000;
  margin: 0;
    margin-bottom: 0.5em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: 0.8em; }

h4, h5, h6 {
  color: #45704d; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.9em; }
  h6#parsed_information {
    text-decoration: underline;
    cursor: pointer; }

form {
  margin: 0;
  padding: 0; }

img {
  border: none; }
  img.logo {
    height: 48px; }

a {
  color: #774422;
  text-decoration: none; }
  a:hover {
    color: #774422;
    text-decoration: underline; }
  a.btn_like {
    margin: 0;
    margin-top: 0.5em;
    padding: 0;
    font-size: 1em;
    text-decoration: none;
    color: black;
    padding: 0.15em;
    background: #e9e9e9;
    border-width: 2px;
    border-style: outset;
    border-color: #aaaaaa;
    cursor: default;
    padding: 0.3em; }
  a.node:hover {
    color: blue;
    text-decoration: none; }
  a.node:visited {
    color: blue;
    text-decoration: none; }
  a.node:link {
    color: blue;
    text-decoration: none; }
  a.bold_link {
    font-weight: bold;
    font-size: 1.1em; }

.disabled_link {
  color: #aaaaaa; }

em {
  font-weight: bold;
  color: #45704d; }

hr {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #45704d; }

pan.required {
  color: #660000;
  font-size: 1.3em; }

input[type="text"] {
  border-width: 2px;
  border-style: solid;
  border-color: #98b190;
  padding: 0.2em;
  font-family: Tahoma, sans-serif;
  font-size: 1em; }

input[type="password"] {
  border-width: 2px;
  border-style: solid;
  border-color: #98b190;
  padding: 0.2em;
  font-family: Tahoma, sans-serif;
  font-size: 1em; }
input[type="submit"] {
  margin: 0;
  font-size: 1em;
  text-decoration: none;
  color: white;
  padding: 0.2em;
  background: #45704d;
  border: none;
  cursor: pointer; }
  input[type="submit"].submit_em {
    background: #660000; }

textarea {
  width: 40em;
  height: 12em;
  border-width: 2px;
  border-style: solid;
  border-color: #98b190;
  padding: 5px;
  font-family: Tahoma, sans-serif;
  font-size: 1em; }
  textarea.medium {
    height: 6em; }
  textarea.small {
    height: 3em; }

/* Divs */
.repository {
  padding: 0.3em;
  border: 1px solid #aaaaaa;
  margin-bottom: 0.5em; }

.owned_repository {
  border: 2px solid #a9c2a1; }

.name_string {
  color: black;
  padding-left: 2em;
  text-indent: -1em;
  width: 25em; }

.name_string_active {
  background-color: #cbe4c3;
  width: 25em; }

.name_string_hover {
  background-color: #e9e9e9;
  cursor: pointer;
  width: 25em; }

#name_column_left {
  padding-top: 0.5em;
  float: left;
  background-color: #f8f8f8;
  z-index: 1; }
  #name_column_left.empty {
    border-right: 0px; }

#name_column_right {
  float: left;
  width: 37em;
  text_align: left;
  padding: 1em; }

.green {
  color: #45704d;
  font-weight: bold; }

.boxed {
  border: 1px solid #a9c2a1;
  background-color: #cbe4c3;
  margin: 0em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.boxed-small {
  border: 1px solid #a9c2a1;
  background-color: #cbe4c3;
  margin: 0em;
  margin-bottom: 0.3em;
  padding: 0.2em;
  width: 33em; }

.vcentered {
  vertical-align: middle; }

.spinner {
  background-image: url(/images/public/spinner.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1em;
  padding-left: 3em;
  vertical-align: middle; }

#ajax_spinner {
  background-image: url(/images/public/spinner_black.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0.4em;
  padding-left: 3em;
  padding-right: 0.5em;
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  margin-left: -70px;
  background-color: #fcff83; }

.centered {
  text-align: center;
  vertical-align: middle; }

.help_info {
  color: #818181;
  margin: 0;
  padding: 0; }

.info-div {
  border-width: 1px;
  border-style: solid;
  border-color: #2e9410;
  background-color: #cbe4c3;
  margin: 1em 0em 1em 0;
  width: 50em;
  padding: 1em; }

.error-div {
  border: 1px solid #660000;
  background-color: #ee9999; }

.error-div {
  margin: 1em 0em 1em 0;
  width: 50em;
  padding: 1em; }

.form_field {
  margin: 1em 0 em 1em 0;
  padding: 0.5em; }

.valid_url {
  color: black; }

span#search_help {
  color: #45704d;
  text-decoration: underline;
  cursor: pointer; }

#search_help_body {
  padding: 0.5em;
  text-align: left;
  background-color: #edffe5;
  margin-top: 0.5em;
  border: 1px solid #98b190;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

span.valid_url_message {
  color: #660000;
  padding-left: 1em; }

span.colored_label {
  color: #2e9410; }

#centerwrapper {
  background-image: url(/images/public/developer_left_side.gif);
  background-repeat: repeat-y;
  background-position: left top;
  margin: 0 auto;
  width: 63em; }

#masthead {
  background-image: url(/images/public/developer_masthead_bg.gif);
  background-repeat: repeat-x;
  height: 119px; }

#logodiv {
  background-image: url(/images/public/developer_logo_bg.gif);
  background-repeat: no-repeat;
  background-position: right top; }

#centerbox {
  background-image: url(/images/public/developer_right_side.gif);
  background-repeat: repeat-y;
  background-position: right top; }

#navwrapper {
  margin: 0px 18px 0px 8px;
  font-size: 0.85em; }

.clearit {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 1px; }

#centercontent {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0px 18px 0px 8px;
  padding: 10px 20px 1px 20px;
  background-color: white; }
  #centercontent .topmainHeader {
    font-size: 1.35em;
    margin: 16px 0 6px 0; }

.imageleft {
  float: left;
  padding: 0.4em 12px 0px 0px; }

.imageright {
  float: right;
  padding: 0.4em 0px 0px 12px; }

#centerbottom {
  clear: both;
  background-image: url(/images/public/developer_bottom.gif);
  background-repeat: repeat-x; }

#centerbottominfo {
  background-image: url(/images/public/developer_bottom_right.gif);
  background-repeat: no-repeat;
  background-position: right top;
  height: 30px; }

#bottomleft {
  height: 30px;
  width: 300px;
  float: left; }

#footer {
  clear: both;
  padding: 8px 0 0 0;
  margin: 0 auto;
  font-style: italic;
  color: white;
  width: 63em; }
  #footer p {
    padding: 0;
    margin: 0;
    font-size: 0.7em; }

#data_layout {
  background-color: #45704d; }

#data_clear_layout {
  clear: both; }

#data_left_column {
  float: left;
  width: 36em; }

#data_right_column {
  float: right;
  width: 36em; }

#top-menu {
  width: 54.5em;
  font-family: Helvetica, Arial, san-serif;
  font-weight: bold; }
  #top-menu table {
    font-size: 0.9em;
    width: 100%;
    margin: 0;
    margin-bottom: 1.25em;
    padding: 0; }
  #top-menu li {
    color: black;
    margin: 0;
    padding: 0;
    padding-right: 1em;
    list-style: none;
    display: inline; }
  #top-menu a {
    color: #45704d;
    text-decoration: underline; }
  #top-menu span {
    background-color: #cbe4c3;
    padding: 0.15em;
    margin-right: 2em; }

#tabs-container {
  font-family: Helvetica, Arial, san-serif;
  font-size: 1.1em;
  background-image: url(/images/public/developer_menutile.gif);
  border-bottom: 6px solid white;
  background-color: #45704d;
  background-repeat: repeat-x; }

#tabs {
  padding: 0;
  padding-top: 1px;
  margin: 0;
  line-height: normal; }
  #tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline; }
    #tabs li a {
      padding-left: 0.5em;
      padding-right: 0.5em;
      background: #cbe4c3;
      text-decoration: none;
      color: black;
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #45704d;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #45704d;
      border-bottom: 0;
      line-height: normal; }
      #tabs li a:hover {
        background: #cbe4c3;
        border-color: #45704d; }
      #tabs li a.active {
        background: white; }
        #tabs li a.active:hover {
          color: #818181;
          background: white;
          border-color: #45704d; }

#subtabs-container {
  background-color: white;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cbe4c3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cbe4c3;
  font-size: 0.9em;
  font-family: Helvetica, Arial, san-serif;
  padding: 3px;
  font-weight: bold; }

#subtabs {
  padding: 0;
  margin: 0; }
  #subtabs li {
    list-style: none;
    margin: 0;
    display: inline; }
    #subtabs li a {
      margin: 0;
      background: #cbe4c3;
      text-decoration: none;
      color: black;
      padding-left: 8px;
      padding-right: 8px;
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #818181;
      padding-top: 3px;
      padding-bottom: 3px; }
      #subtabs li a:hover {
        color: white;
        background: #818181;
        border-color: #818181;
        color: white;
        font-weight: bold;
        padding-top: 3px;
        padding-bottom: 3px; }
      #subtabs li a.active {
        background: white;
        padding-top: 3px;
        padding-bottom: 3px; }
        #subtabs li a.active:hover {
          color: #45704d;
          background: white;
          border-color: #818181;
          padding-top: 3px;
          padding-bottom: 3px; }

.p7ie6Fix:active {
  color: #e9e9e9;
  background-color: #818181; }

#skiplinks a:active, #skiplinks a:focus {
  color: #45704d;
  background-color: #818181; }

#p7PMnav li {
  width: auto; }

#program_name {
  text-shadow: 0.1em 0.1em 0.2em #e9e9e9;
  color: #45704d;
  font-family: Helvetica;
  font-size: 32px; }
  #program_name a {
    color: #45704d;
    text-decoration: none; }
  #program_name span.beta {
    color: #bb8866;
    font-size: 0.6em;
    font-variant: small-caps; }

#logo_gna {
  margin-left: 100px;
  margin-top: 10px;
  position: absolute; }

#logo_motto {
  color: #45704d;
  font-family: Helvetica;
  font-size: 12px;
  margin-left: 102px;
  margin-top: 90px;
  position: absolute; }
  #logo_motto a {
    color: #45704d;
    text-decoration: none; }

#login_box {
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background-color: #e9e9e9;
  width: 30em;
  text-align: left;
  border-width: 2px;
  border-style: solid;
  border-color: #818181; }

#overall {
  background: white;
  width: 100%;
  margin: 0 auto; }

#bottom_logos {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  margin-top: 10px; }

#info {
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  font-size: 0.8em; }

#title {
  float: left;
  margin-top: 20px;
  margin-left: 0px;
  color: #45704d;
  font-size: 1em;
  font-weight: bold; }

table {
  margin-top: 1.5em; }
  table.layout {
    margin-top: 0;
    width: 100%;
    border-style: none;
    border-collapse: collapse; }
    table.layout td {
      padding: 0; }
  table.spreaded {
    width: 100%; }
  table.data {
    padding: 0; }
    table.data td {
      margin: 0;
      padding: 0.3em; }
    table.data th {
      text-align: right;
      padding-right: 0.5em; }
      table.data th.top {
        text-align: left;
        white-space: nowrap; }
  table.valign_top {
    vertical-align: top; }
    table.valign_top td {
      vertical-align: top; }
  table.bordered {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #45704d;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #45704d;
    border-collapse: collapse; }
    table.bordered td {
      border-left: 1px solid #45704d;
      border-bottom: 1px solid #45704d; }
  table.no_border {
    border: 0; }

table.data th {
  margin: 0;
  padding: 0.3em; }
table.valign_top th {
  vertical-align: top; }
table.bordered th {
  border-left: 1px solid #818181;
  border-bottom: 1px solid #818181; }
table.no_border td, table.no_border th {
  border: 0; }

fieldset.subsection {
  margin-bottom: 1em;
  border: 1px solid #89b491;
  padding: 0.5em; }

legend {
  color: #56815e;
  font-weight: bold; }

div.lexical_group {
  margin: 0;
  padding: 1em;
  background-color: #e9e9e9; }
div.subsection {
  border: 1px solid #cbe4c3;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em; }
div.subsection_title {
  font-size: 1.3em;
  font-family: verdana, arial, helvetica, sans-serif;
  margin-bottom: 1em; }
div.search_field {
  margin-top: 0.3em;
  margin-bottom: 0.3em; }

em.red {
  color: #660000; }

#flash {
  display: none; }
  #flash div {
    margin-bottom: 10em;
    color: #660000; }
  #flash span {
    padding: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: black;
    display: block; }
  #flash .notice {
    background: #cbe4c3;
    border: 1px solid #2e9410;
    border-bottom: 1px solid #2e9410; }
  #flash .error {
    background: #ee9999;
    border-top: 1px solid #660000;
    border-bottom: 1px solid #660000; }

li.node {
  color: black;
  list-style: none; }
li.leaf {
  color: black;
  list-style: none;
  margin-left: 1em; }

ul.collapsed {
  display: none; }
ul.info li {
  margin-bottom: 1em;
  list-style: none; }

.toggle_on {
  color: #660000; }

.toggle_off {
  color: #818181;
  text-decoration: underline; }

.access_on {
  padding: 0.1em;
  background-color: #333333;
  color: white; }

.access_off, a.access_on:hover {
  background-color: white;
  padding: 0.1em;
  color: #660000; }

.tree {
  maring: 0;
  margin-left: 2em; }

.tree_key {
  color: #45704d; }

.tip-catlist {
  width: 200px;
  background: #cbe4c3;
  border: 2px solid #45704d;
  padding: 5px; }

.popUp {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #e9e9e9;
  visibility: hidden;
  margin: 0 10px;
  padding: 0.5em;
  position: absolute;
  border: solid 1px black; }
  .popUp td {
    padding-right: 2em;
    vertical-align: top; }

.current {
  color: #45704d;
  border: 1px solid #bad3b2;
  background-color: #edffe5;
  padding: 0.1em;
  font-size: 1.1em; }
