/*
  Quickplot - an interactive 2D plotter

  Copyright (C) 1998-2011  Lance Arsenault


  This file is part of Quickplot.

  Quickplot 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.

  Quickplot 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 Quickplot.  If not, see <http://www.gnu.org/licenses/>.

*/

 /* Style Definitions */

body {
    color:black;
    background-color:#c0d0e0;
    margin-left:20px;
    margin-right:20px;
    font-family:sans-serif;
}
h1 {
     font-size:xx-large;
     font-weight:bold;
     text-align:center;
     padding: 18px 26px;
     margin-left: 15%;
     margin-right: 15%;
     padding: 20px;
     margin-bottom: 38px;
     background-image:url('background_h1.png');

     border-top-left-radius:28px;
     -moz-border-radius-topleft:28px;
     border-top-right-radius:28px;
     -moz-border-radius-topright:28px;
     border-bottom-right-radius:20px;
     -moz-border-radius-bottomright:20px;
     border-bottom-left-radius:20px;
     -moz-border-radius-bottomleft:20px;
}
h2 {
     background-color:#A8C8E8;
     font-size:x-large;
     font-weight:bold;
     padding: 8px 26px;
     margin-top:40px;
     margin-bottom:10px;
     background-image:url('background_h2.png');

     border-top-left-radius:28px;
     -moz-border-radius-topleft:28px;
     border-top-right-radius:28px;
     -moz-border-radius-topright:28px;
     border-bottom-right-radius:4px;
     -moz-border-radius-bottomright:4px;
     border-bottom-left-radius:4px;
     -moz-border-radius-bottomleft:4px;
}
h3 {
     font-size:large;
     font-weight:bold;
     padding: 8px 26px;
     margin-top:34px;
     margin-bottom:7px;
}
p {
     margin-top:2px;
     margin-bottom:4px;
     padding-top:6px;
     padding-bottom:6px;
}
li {
     margin-top:12px;
     margin-bottom:12px;
}
td { position:relative;
     vertical-align:top;
     padding-left:8px;
     padding-right:8px;
     padding-top:4px;
     padding-bottom:4px;
}
td.num {
     padding-top:1px;
     padding-bottom:1px;
}
div.num {
     margin-left:0px;
     margin-right:0px;
}
span.code {
    color:101010;
    white-space: nowrap;
    font-size: 120%;
    font-family: monospace;
}
a.nav {
    color:#0000EE;
    font-style: normal;
    text-decoration: none;
}
span.nav {
    color:#203;
}
a.nav:visited {
    color:#551AA0;
}
a.nav:hover {
    color:#1005E0;
    background-color:#6EB4EF;
}
a.nav:active {
    color: #800;
    background-color:#B4BBF2;
}
pre {
  white-space: pre-wrap;
  border:2px solid #7B87D0;
  margin-left:10px;
  margin-right:10px;
  padding: 10px;
  background-color: #9CCCE9;
  border-top-left-radius:10px;
  -moz-border-radius-topleft:10px;
  border-top-right-radius:10px;
  -moz-border-radius-topright:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-bottomright:10px;
  border-bottom-left-radius:10px;
  -moz-border-radius-bottomleft:10px;
}

