/*
###########################################################################
#
# MODULE:       Documentation
# COPYRIGHT:    (C) 2009-2025 by CacheGuard Technologies Ltd (UK)
# COPYRIGHT:    (C) 2026-2026 by CacheGuard Technologies SAS (FR)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###########################################################################
*/

body {
    padding:5px;
    font-family:arial,helvetica,FreeSans,sans-serif;
    color:DarkSlateGray;
    background-color:White;
}

a {
    outline:0;
}

a:link {
    text-decoration:none;
    color:FireBrick;
}

a:visited {
    text-decoration:none;
    color:FireBrick;
}

a:hover {
    text-decoration:none;
    color:FireBrick;
}

th, td {
  padding: 10px;
}

img {
    border:none;
    margin:0;
    padding:0;
    display:block;
}

img.schema {
    padding:2px;
    margin:2px;
    border: none;
}

.copyright {
    font-family:inherit;
    background-color:Gainsboro;
    text-align:center;
    font-size:90%;
    padding:4px;
    margin:0;
    margin-top:20px;
    color:Black;
}

.menu {
    float:left;
    margin:2px;
    padding:2px;
    padding-right:5px;
    margin-right:10px;
}

.guide {
    float:none;
    margin:2px;
    padding:2px;
    padding-left:10px;
}

.doc-title {
    cursor:default;
}
