/*
 *  Copyright 2010 Sourcesense
 *
 *  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.
 */
body {
    background: url(../images/bg.gif);
    margin: 0;
    padding: 0;
    height: 100%;
}

body, td, select, input, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

h2, h3, h4, h5 {
    color: #FF9900;
    background: none;
    border: none;
}

a, a.externalLink, a:active, a:hover {
    color: #FF6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 80%;
    margin: 0 auto;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background: #ffffff url("../images/logos/logo.png") bottom right no-repeat;
}

img {
    border: none;
}

table {
    padding: 0px;
    width: 100%;
    margin-left: -2px;
    margin-right: -2px;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted #feb;
}

table.bodyTable th,table.bodyTable td {
    padding: 2px 4px 2px 4px;
    vertical-align: top;
}

div.clear {
    clear: both;
    visibility: hidden;
}

div.clear hr {
    display: none;
}

#bannerLeft,#bannerRight {
    font-size: xx-large;
    font-weight: bold;
}

#bannerLeft img,#bannerRight img {
    margin: 8px;
}

.xleft,#bannerLeft img {
    float: left;
    text-shadow: #7CFC00;
}

.xright,#bannerRight img {
    float: right;
    text-shadow: #7CFC00;
}

#banner {
    padding: 1em;
}

#banner img {
    border: none;
}

#footer {
    padding: 3px 10px 3px 10px;
}

#leftColumn {
    width: 18%;
    float: left;
    margin: 1.5em 0.5em;
    padding: 0em;
    background: #EAEAEA url("../images/logos/logo-small.png") top right no-repeat;
}

#bodyColumn {
    margin-left: 20%;
    padding: 1em;
}

#legend {
    padding: 8px 0 8px 0;
}

#navcolumn {
    padding: 1em;
    margin: 0;
    line-height: 150%;
    border: 0;
    background-color: transparent;
}

#navcolumn h5,#navcolumn ul {
    margin: 0;
    padding: 0;
    font-size: small;
}

#navcolumn li {
    background: transparent;
    list-style-type: none;
    padding-left: 0.7em;
    list-style-position: ouside;
    font-size: smaller;
}

#navcolumn li.expanded {
    background: url("../images/collapsed.png") no-repeat left top;
}

#navcolumn li.collapsed {
    background: url("../images/expanded.png") no-repeat left top;
}

#poweredBy {
    text-align: center;
}

#navcolumn img {
    margin-top: 10px;
    margin-bottom: 3px;
}

#poweredBy img {
    display: block;
    margin: 20px 0 20px 17px;
    border: 1px solid black;
    width: 90px;
    height: 30px;
}

#search img {
    margin: 0px;
    display: block;
}

#search #q,#search #btnG {
    border: 1px solid #999;
    margin-bottom: 10px;
}

#search form {
    margin: 0px;
}

#lastPublished {
    font-size: x-small;
}

.navSection {
    margin-bottom: 2px;
    padding: 8px;
}

.navSectionHead {
    font-weight: bold;
    font-size: x-small;
}

.section {
    padding: 4px;
}

#footer {
    font-size: x-small;
}

#breadcrumbs {
    font-size: x-small;
    margin: 0pt;
    border: none;
    color: #FFFFFF;
    width: 100%;
    height: 31px;
    background: url("../images/bg_menu.gif") top left repeat-x;
    font-weight: bold;
    padding-top: 10px;
}

.source {
    padding: 12px;
    background-color: #EAEAEA;
    border: none;
    margin: 0.5em;
    font-family: "Monaco",Courier,monospace;
}

.source pre {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}
