/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 *
 * Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
 *
 * The contents of this file are subject to the terms of either the GNU
 * General Public License Version 2 only ("GPL") or the Common Development
 * and Distribution License("CDDL") (collectively, the "License").  You
 * may not use this file except in compliance with the License.  You can
 * obtain a copy of the License at
 * https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
 * or packager/legal/LICENSE.txt.  See the License for the specific
 * language governing permissions and limitations under the License.
 *
 * When distributing the software, include this License Header Notice in each
 * file and include the License file at packager/legal/LICENSE.txt.
 *
 * GPL Classpath Exception:
 * Oracle designates this particular file as subject to the "Classpath"
 * exception as provided by Oracle in the GPL Version 2 section of the License
 * file that accompanied this code.
 *
 * Modifications:
 * If applicable, add the following below the License Header, with the fields
 * enclosed by brackets [] replaced by your own identifying information:
 * "Portions Copyright [year] [name of copyright owner]"
 *
 * Contributor(s):
 * If you wish your version of this file to be governed by only the CDDL or
 * only the GPL Version 2, indicate your decision by adding "[Contributor]
 * elects to include this software in this distribution under the [CDDL or GPL
 * Version 2] license."  If you don't indicate a single choice of license, a
 * recipient has the option to distribute your version of this file under
 * either the CDDL, the GPL Version 2 or to extend the choice of license to
 * its licensees as provided above.  However, if you add GPL Version 2 code
 * and therefore, elected the GPL Version 2 license, then the option applies
 * only if the new code is made subject to such option by the copyright
 * holder.
 */

body {
    font-family: 'Open Sans', Calibri, Candara, Arial, sans-serif;
    font-size: 14px;
    background-image: url(images/bg.png);
    color: #515151;
}

code, pre {
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

pre, code, table {
    font-size: small;
}

h1 {
    color: #e88a43;
    font-size: 1.5em;
}

h2 {
    color: #e88a43;
    font-size: 1.4em;
}

h3 {
    color: #08c;
    font-size: 1.3em;
}

h4, h5, h6 {
    color: #08c;
    font-size: 1.1em;
}

dl {
    margin: 4px 0;
}

/*links*/
a:link {
    color: #08c;
    text-decoration: none;
}

a:hover {
    color: #e88a43 !important;
    text-decoration: underline;
}

a:link.selfref, a:visited.selfref {
    color: #08c;
    text-decoration: none;
}

a:visited {
    color: #08c;
    text-decoration: none;
}

div.contents {
    width: 1000px;
    margin: 0 auto;
    /*background: white;*/
    padding: 1em;
}

div.table-contents table {
    border: solid black;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px;
}

div.table-contents th, div.table-contents td {
    font-size: small;
    padding: 4px;
    border-width: 1px;
}

div.table-contents td[colspan][align="center"] {
    background-color: lightgray;
    border-style: solid;
    border-width: 1px;
}

div.table-contents th {
    background-color: lightgray;
    border-style: solid;
    border-width: 1px;
}

div.table-contents td {
    border: dotted gray;
    border-width: 1px;
}

/* DocBook notes, tips and important sections */
.important h3, .note h3, .tip h3 {
    color: #08c;
    font-size: 1.1em;
}

.important p, .note p, .tip p {
    color: #08c;
}

.important a:link, .note a:link, .note a:link {
    text-decoration: underline;
}

.important a:link.selfref, .note a:link.selfref, .note a:link.selfref {
    text-decoration: underline;
}

.important a:visited, .note a:visited, .note a:visited {
    text-decoration: underline;
}

.important a:visited.selfref, .note a:visited.selfref, .note a:visited.selfref {
    text-decoration: underline;
}

/* Listing title */
p.title b {
    color: #515151;
}
