@charset "utf-8";
/* j6 - Yet Another Browser Operating System
 * -*- coding: utf-8 -*-
 * Copyright © 2007, 2009  Benjamin C. Wiley Sittler
 *
 * 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 2
 * 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, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 *
 * Contact Information:
 *
 * Benjamin C. Wiley Sittler <bsittler@gmail.com>
 * 6214 Plumas Ave
 * Richmond, CA 94804
 * U.S.A.
 */

body, th, td {
    font-family: "Lucida Grande", "Tahoma", sans-serif;
    font-size: 10pt;
    line-height: 15pt;
}

fieldset {
    border: 1px solid #cccccc;
    padding: 10px;
}

pre, samp {
    font-family: "vt 100", monaco, monospace;
    font-size: 8pt;
    line-height: 12pt;
}

#j6form input[type="text"] {
    font-family: "vt 100", monaco, monospace;
    font-size: 8pt;
    line-height: 12pt;
    font-weight: normal;
}

body, th, td {
    color: black;
    background: white;
}

h1 {
    text-align: center;
}

h2 {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.warning {
    border: 2px solid red;
    margin: 1em 10%;
    padding: 2pt 8em;
}

a:link, a:visited {
    color: #888888;
}

a:active, a:hover {
    color: #8888ff;
}

a.jumptotop {
    text-decoration: none;
    font-weight: normal;
    font-size: smaller;
}

a[rel="license"] {
    color: #44cc44;
}

#j6form {
    margin: 1em 5%;
}

#j6form th {
    text-align: left;
}

#j6form input[type="submit"], #j6form input[type="reset"] {
    color: navy;
    margin: 0px;
    padding: 2px;
    text-align: center;
    background-color: #ccccff;
    border: 1px solid #777788;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

#j6form input[type="text"] {
    color: navy;
    margin: 0px;
    padding: 2px;
    text-align: left;
    background-color: white;
    border: 1px solid #ccccff;
    border-top: 1px solid #777788;
    border-left: 1px solid #777788;
    width: 80%;
}
