/*
 * main.css:  cascading style sheet
 * font-family is required by NN in a variety of places for to
 * work around a variety of bugs.
 */
/*---------*/
/* anchors */
/*---------*/
a {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}
a:active {
    color: red;
    text-decoration: none;
}
a:link {
    color: blue;
}
a:visited {
    color: purple;
}
a:hover {
    color: green;
}
a.img {
    text-decoration: none;
    vertical-align: middle;
}
/*---------------*/
/* general stuff */
/*---------------*/
b {
    font-weight: bold;
}
body {
    background-color: silver;
    border-style: none;
    color: black;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    letter-spacing: normal;
    line-height: 14pt;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    width: auto;
    word-spacing: normal;
}
div.c {
    text-align: center;
}
dd {
    margin-left: 0;
    padding-left: 1em;
}
dl {
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
h1 {
    font-family: helvetica, arial, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 16pt;
    padding-top: 1em;
    text-align: center;
}
h2 {
    font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 12pt;
    padding-top: 1em;
}
h3 {
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 10pt;
    padding-top: 1em;
}
hr {
    color: black;
}
i {
    font-style: italic;
}
li {
    font-family: helvetica, arial, sans-serif;
}
ol {
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
p {
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
p.i {
    font-family: helvetica, arial, sans-serif;
    font-style: italic;
}
pre {
    font-family: courier, monospace;
    font-size: 10pt;
    line-height: 12pt;
}
samp {
    font-family: helvetica, arial, sans-serif;
}
strong {
    font-style: italic;
    font-weight: bold;
}
ul {
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
/*-------------*/
/* table stuff */
/*-------------*/
table {
    background-color: #cc9900;
    border-color: gray;
    border-style: solid;
}
table.ctb {
    background-color: #cc9900;
    text-align: center;
}
td {
    background-color: #ffffcc;
    border-color: gray;
    border-style: solid;
    /* font-family must be here for NN to allow td.x to set font-size */
    font-family: helvetica, arial, sans-serif;
    vertical-align: middle;
}
th {
    background-color: #cc9900;
    border-color: gray;
    border-style: solid;
    /* font-family must be here for NN */
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    vertical-align: middle;
}
/*--------------------*/
/* layout table stuff */
/*--------------------*/
table.none {
    background-color: #cc9900;
    border-style: none;
}
td.none {
    background-color: #f0f0f0;
    border-style: none;
    vertical-align: top;
}
/*--------------*/
/* header stuff */
/*--------------*/
img.tr {
    background-color: #ffffcc;
}
p.bigname {
    font-size: 18pt;
    line-height: 18pt;
    font-style: italic;
    font-weight: bold;
}
p.slogan {
    font-size: 12pt;
    line-height: 12pt;
}
p.menubar {
    font-size: 10pt;
    line-height: 10pt;
}
/*--------------*/
/* footer stuff */
/*--------------*/
samp.fl {
    font-size: 8pt;
    text-align: center;
}
/*-----------------*/
/* home page stuff */
/*-----------------*/
td.col1 {
    background-color: #cccccc;
    border-style: none;
    font-weight: bold;
    vertical-align: top;
}
td.col2 {
    background-color: #f0f0f0;
    border-style: none;
    vertical-align: top;
}
td.sub1 {
    background-color: white;
}
td.sub3 {
    background-color: white;
    text-align: right;
}
th.sub1 {
    background-color: #ffffcc;
}
/*--------------------*/
/* compare page stuff */
/*--------------------*/
p.c1 {
    font-weight: bold;
    text-align: center;
}
td.c8 {
    font-family: arial;
    font-size: 80%;
}
p.en {
    font-family: arial;
    font-size: 80%;
}
/*-----------*/
/* cgi stuff */
/*-----------*/
input {
    background-color: white;
    color: black;
    font-family: courier, monospace;
    font-size: 10pt;
    line-height: 12pt;
}
option {
    background-color: white;
    color: black;
    font-family: courier, monospace;
    font-size: 10pt;
    line-height: 12pt;
}
select {
    background-color: white;
    color: black;
    font-family: courier, monospace;
    font-size: 10pt;
    line-height: 12pt;
}
textarea {
    background-color: white;
    color: black;
    font-family: courier, monospace;
    font-size: 10pt;
    line-height: 12pt;
}
p.ok {
    color: green;
    font-weight: bold;
}
p.err {
    color: red;
    font-weight: bold;
}
table.form { }
td.label {
    background-color: #ffffcc;
    font-weight: bold;
}
td.value {
    background-color: #ffffcc;
}
td.help {
    background-color: #ffffcc;
}
/*-----------------------*/
/* cgi layout-only stuff */
/*-----------------------*/
div.form {
    margin-left: 10%;
    margin-right: 10%;
}
td.ck {
    background-color: #ffffcc;
    border-style: none;
}
td.pb {
    background-color: #cc9900;
    border-style: none;
}
