/*
 * -*- Mode: CSS -*-
 * *************************************************************************
 *
 * Copyright 2009 Juice, Inc.
 *
 * 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.
 *
 * *************************************************************************
 */

a {
  text-decoration: none;
}
a:link {
  color:#47a;
}
a:visited {
  color:#68a;
}
a:active, a:hover {
  color: #0054aa;
}
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover,
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover,
#legend li.externalLink, #legend li.newWindow {
  background: url(../images/newwindow.png) right center no-repeat;
  padding-right: 18px;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #feb;
}
body {
  background-color: #fff;
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 100%;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
code{
  font-family: monospace;
}
div.clear {
  clear:both;
  visibility: hidden;
}
div.clear hr {
  display: none;
}
dt {
  background: #ccc no-repeat left bottom;
  font-weight: bold;
  padding: 4px 4px 4px 24px;
}
h1,h2,h3,h4,h5,h6 {
  border: 0 solid white;
  color: #009900;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 1em 0px 0.25em 0px;
}
img {
  border:none;
}
p {
}
table {
  padding: 0;
}
table.bodyTable th, table.bodyTable td {
  padding: 4px 8px;
  vertical-align: top;
}
table.bodyTable th {
  background-color: #bbb;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
table.bodyTable tr.a {
  background-color: #ddd;
}
table.bodyTable tr.b {
  background-color: #eee;
}
table.bodyTable tr.a:hover, table.bodyTable tr.b:hover {
  background: #dfe3db;
}
td, select, input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#banner {
  margin-left: 250px;
  padding: 0px;
  padding-top: 20px;
  width: 650px;
}
#banner img {
  border: none;
}
#bannerLeft {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 15px;
  font-size: 2.0em;
  float: left;
}
#bannerRight {
    float: right;
}
#bannerLeft img, #bannerRight img {
  margin: 0;
}

#breadcrumbs {
  color: #999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  margin-left: 250px;
  padding-top: 20px;
  width: 650px;
}
#bodyColumn {
  margin-left: 250px;
  padding-top: 20px;
  width: 650px;
}
#footer {
  border-top: solid #ccc 1px;
  color: #808080;
  margin: 20px 0 20px 0;
  padding: 10px;
  margin-left: 250px;
  padding-top: 20px;
  width: 650px;
}
#intro {
  border: solid #ccc 1px;
  margin: 6px 0 0 0;
  padding: 10px 40px 10px 40px;
}
#lastPublished {
}
#legend {
  padding: 8px 0 8px 0;
}
#leftColumn {
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  background-repeat: repeat;
  background-color: #eee;
  float: left;
  overflow: auto;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.9em;
  width: 200px;
  margin-top: 50px;
}
#navcolumn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navcolumn h5 {
  border-bottom: 1px solid #aaaaaa;
  padding-top: 4px;
  font-size: 1.1em;
}
#navcolumn img {
  margin-top: 10px;
  margin-bottom: 3px;
}
#navcolumn li {
  list-style-position: outside;
  list-style-type: none;
}
#navcolumn ul {
  line-height: 14px;
  padding-left: 10px;
}
#navcolumn ul a {
  color: #333;
}
#navcolumn ul a:hover {
  color: #009900;
  margin-left: -20px;
  border-left: 15px solid #0099ff;
  padding-left: 5px;
}

#poweredBy {
  text-align: center;
}
#poweredBy img {
  margin: 20px 0 20px 10px;
  display:block;
}
#search img {
    margin: 0;
    display: block;
}
#search #q, #search #btnG {
  border: 1px solid #999;
  margin-bottom:10px;
}
#search form {
    margin: 0;
}
.donemark {
  background-image: url(../images/icon_success_sml.gif);
}
.errormark {
  background-image: url(../images/icon_error_sml.gif);
}
.infomark {
  background-image: url(../images/icon_info_sml.gif);
}
.warningmark {
  background-image: url(../images/icon_warning_sml.gif);
}
.navSection {
  margin-bottom: 2px;
  padding: 8px;
}
.navSectionHead {
  font-weight: bold;
}
.section {
  padding: 4px;
}
.source {
  border: 1px solid #e6e6e6;
  border-left-style: none;
  border-right-style: none;
  padding: 12px;
  margin: 1em 7px 1em 7px;
  overflow: auto
}
.source pre {
  margin: 0;
  padding: 0;
}
.subsection {
  margin-left: 3px;
  color: #333333;
}
.subsection p {
}
.subsectionTitle {
  color: #666;
  font-weight: bold;
}
.xleft, #bannerLeft img {
  float:left;
}
.xright, #bannerRight {
  float:right;
}
.xright a:link, .xright a:visited, .xright a:active {
  color: #666;
}
.xright a:hover {
  color: #003300;
}
div#contentBox {
    width: 600px;
}