/*
 * /////////////////////////////////////////////////////////////////////////////
 * // This file is part of the "Hyrax Data Server" project.
 * //
 * //
 * // Copyright (c) 2013 OPeNDAP, Inc.
 * // Author: Nathan David Potter  <ndp@opendap.org>
 * //
 * // This library is free software; you can redistribute it and/or
 * // modify it under the terms of the GNU Lesser General Public
 * // License as published by the Free Software Foundation; either
 * // version 2.1 of the License, or (at your option) any later version.
 * //
 * // This library 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
 * // Lesser General Public License for more details.
 * //
 * // You should have received a copy of the GNU Lesser General Public
 * // License along with this library; if not, write to the Free Software
 * // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 * //
 * // You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
 * /////////////////////////////////////////////////////////////////////////////
 */

H1 {
    font-family:Tahoma,Arial,sans-serif;
    color:white;
    background-color:#527CC1;
    font-size:22px;
    padding-left: 5px;
}
H2 {
    font-family:Tahoma,Arial,sans-serif;
    color:white;
    background-color:#527CC1;
    font-size:16px;
    padding-left: 5px;
}
H3 {
    font-family:Tahoma,Arial,sans-serif;
    color:white;
    background-color:#527CC1;
    font-size:14px;
    padding-left: 5px;
    }
H4 {
    font-family:Tahoma,Arial,sans-serif;
    color:white;
    background-color:#527CC1;
    font-size:12px;
    padding-left: 5px;
    }
BODY {
    font-family:Tahoma,Arial,sans-serif;
    color:black;
    background-color:white;
}
P {
    font-family:Tahoma,Arial,sans-serif;
    background:white;
    color:black;
    font-size:12px;
}
A {
    color : black;
}
A.name {
    color : black;
}
HR {
    color : #525D76;
}
.uuid {
    font-size: 9px;color:#2A54B9
}
.xsmall_bold {
    font-size: 8px;
    font-weight: bold
}
.xsmall_italic {
    font-size: 8px;
    font-style: italic
}
.xsmall {
    font-size: 8px;
}
.small_bold {
    font-size: 10px;
    font-weight: bold
}
.small_italic {
    font-size: 10px;
    font-style: italic
}
.small {
    font-size: 10px;
}
.medium_bold {
    font-size: 14px;
    font-weight: bold
}
.medium_normal {
    font-size: 14px;
    font-weight: normal
}
.medium_italic {
    font-size: 14px;
    font-style: italic;
}
.medium {
    font-size: 14px;
}
.large {
    font-size: 18px;
}
.large_bold {
    font-size: 18px;
    font-weight: bold;
}
.xlarge {
    font-size: 24px;
}
.xxlarge {
    font-size: 36px;
}
.small_black {
    font-size: 10px;
    color    : black;
}
.tiny_black_fw {
    font-family: courier;
    font-size: 11px;
    color    : black;
}
.dark {
    font-weight: bold;
}
.normal {
    font-weight: normal
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.bold_italic {
    font-weight: bold;
    font-style: italic;
}

.disabled_button
{
    color: grey;
    outline-color: grey;
}

.response_links {
    /* border: 1px solid #999; */
    padding: 0;
    align-content: center;
    width: 75%;
}

/* - - - - - - - - - - - - - - - - - - - - - -
    Page Banner Specials
*/
.banner_table {
    width: 100%;
    height: 75px;
    /* border: 1px solid #000000;*/
}
.banner_logo {
    vertical-align: middle;
    text-align: left;
    width: 250px;
    /* border: 1px solid #000000;*/

}
.banner_title {
    text-align: left;
    padding-left: 10%;
    /* border: 1px solid #000000;*/
}
.banner_logo_img {
    vertical-align: middle;
    text-align: left;
    width: 250px;
    height: 75px;
    /* border: 1px solid #000000;*/

}

