



/* The main body style */
body#main {
    
    font-family: sans-serif;
}

div#footer {
    clear: both;
    margin-top: 2em;
}

/* Link decoration.  Makes an attractive appearance consistent with the
 * overall site design.
 */
a {
    color: #010080;
    /* text-decoration: none; */
}

a:link { }

a:visited { }

a:hover {
    background: #9696e0;
    color: white;
}

a:active {
    background: #aaaae0;
    color: white;
}

a.topicname {
    font-size: 120%;
    text-decoration: none;
}

/* Navigation bar */
div#navbar {
    color: white;
    background: #010080;
    background-image: none;
    padding: 3px;
    font-size: 80%;
    
}

hr.navbar {
    margin: 3px;
}

/* Regular navlinks */
a.navlink {
    color: white;
    font-weight: bolder;
}

a.navlink:link { }
a.navlink:visited { }
a.navlink:hover {
    background: #9696e0;
}
a.navlink:active {
    background: #aaaae0;
}

/* Link to the page currently being displayed */
a.currentlink {
/*     font-style: oblique; */
    color: white;
    font-weight: bolder;
    background-color: #9696e0;
    text-decoration: none;
}
/*
a.currentlink:hover {
    background: #9696e0;
}
a.currentlink:active {
    background: #010080;
}
*/

div#messagebox {
    float: right;
    border-width: 0 3px 3px 3px;
    border-color: #010080;
    border-style: solid;
    font-size: 90%;
    font-weight: bolder;
    padding: 4px;
}

div#informationbox {
    float: right;
    font-size: 60%;
}

/* Other locations in the navbar that are *not* links */
span.notlink {
    font-style: oblique;
    color: white;
    font-weight: bolder;
}

/* Front page decorations */
div#frontdecoration {
/*    background: #010080;*/
    float: left;
    margin: 2px 1.5em 0 0;
    overflow: auto;
}
/* Link pane to the left of the splash image */
div#frontleft {
    background: #010080;
    float: left;
}
/* Big links to the left of the splash image */
div.frontleftlink {
    font-weight: bolder;
    text-decoration: none;
    border-top: 1px solid;
    border-color: white;
    border-width: 2px;
}
div.frontleftlink:hover {
    background: #9696e0;
}    
div.frontleftlink a {
    margin-left: 2px;
    color: white;
    text-decoration: none;
}
/* Little links to the left of the splash image */
div.frontleftsublink {
    margin-left: 1em;
    font-size: small;
    text-decoration: none;
    font-style: oblique;
}
div.frontleftsublink:hover {
    background: #9696e0;
}
div.frontleftsublink a {
    color: white;
    text-decoration: none;
}
/* The splash image */
div#frontsplash {
    float: right;
    margin: 1em 0 0 1em;
    padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Image properties for the scanned document viewing pages*/
.thumbnail a {
    padding: .5em .5em .5em .5em;
    border-width: 0;
    text-decoration: none;
    background: transparent;
}

img.thumbnail {
    border-width: 5px;
    margin: 5px;
    border-color: #010080;
    border-style: solid;
}

img.thumbnail:hover {
    border-color: #9696e0;
}

/* Various specialty items */
div#copyright {
    font-size: 75%;
}

div#login {
    margin-top: 5em;
    font-size: 60%;
}

div#barcode {
    text-align: center;
}

div.insetbox {
    padding: 0 10px 0 10px;
    margin: 10px;
    border-width: 10px;
    border-color: #010080;
    border-style: solid;
    width: 25em;
}

div.smalltext { 
    font-size: x-small;
}

div.tablecell {
    width: 12em;
    float: left;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0em;
    color: #0404b9;
}

h1.attention,h2.attention,h3.attention,h4.attention,h5.attention,h6.attention {
    color: red;
}

em.important {
    font-weight: bolder;
    color: red;
    font-style: normal;
}

p.newsitem {
    color: #0404b9;
}

form.inline {
    padding: 0;
    margin: 0;
    display: inline;
}

/* The .key and .value spans are designed for all of those key:value pairs
 * like:
 *
 *    Billing date: 02/15/04
 *
 * sprinkled around the site.  It's important to visually distinguish the
 * information, but the data don't typically fit well into a table structure.
 * This provides a way to cleanly set the information apart.
 */
span.key {
    color: #220000;
    font-weight: bolder;
}

span.value {
    color: #000099;
}

/* Table formatting rules.  We use a *lot* of tables to display query results.
 * Regular use of these styles will give a nice, consistent interface to the
 * entire site.
 */
th { 
    background: #010080;
    color: white;
}

/* These are for data display tables. */
tbody > tr:hover {
    background-color: white;
}

tr.odd {
    background: #DDDDDD;
}

tr.even {
    background: #EEEEEE;
}

tr.child {
    background: white;
}

tr.bottomborder > td {
    border-bottom: thin solid black;
}

td.money {
    text-align: right;
    font-family: monospace;
}

td.em {
    font-weight: bolder;
}

td.centered {
    text-align: center;
}

/* These are for data input forms. */
td.key {
    text-align: right;
    vertical-align: top;
    color: #220000;
    width: 15em;
}

td.value {
    vertical-align: top;
    color: #000099;
}

/* Table copier status should be more readable if it's color-coded */
td.copierstatus_copying,td.copierstatus_converting,td.copierstatus_comparing,td.copierstatus_uploading,td.copierstatus_convertdiffing {
    color: blue;
}

td.copierstatus_finished {
    color: green;
}

td.copierstatus_skipped {
    color: #cc00cc;
}

td.copierstatus_unsuccessful {
    color: red;
}

em.mandatory {
    font-weight: bold;
    color: #000099;
}

/* Some pages want breaks around them */
.singlepage { 
    page-break-before: always;
    page-break-after: always;
}

/* Styles relating to the help system, including links to it, and the
 * appearance of the contents window.
 */
body#help {
    margin: 0;
}

div#helppagecontents {
    margin: 1em 1em 2em 1em;
    padding: 10px;
    height: 90%;
    background: white;
}

div#helppagefooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 75%;
    background: #EEEEEE;
}

p.term {
    color: #010080;
    font-style: oblique;
}

p.definition {
}

/* Multi-column layout definitions. */

div.leftcolumn { 
    float: left;
    width: 50%;
}

div.rightcolumn {
    float: right;
    width: 45%;
}


/* kate: hl CSS;    */
/* Local Variables: */
/* mode:css         */
/* End:             */
