/* Style sheet for generic working group pages */

/* $Id: Overview.css,v 1.12 2001/08/30 10:01:40 bbos Exp $ */


body {
    background: #FFFFE8;
    color: black;
    font-family: "Lucida Sans Unicode", tahoma, verdana, helvetica, sans-serif;
    margin: 1em 7.7em 0 8%;
}

/* this exposes a bug in NS4p3..5 and NS 4.x - links become block elements!
  a {
    border: none
  }
  a img {
    border: none
  }
*/

a:link {
    color: #009
}
a:link.offsite {
    color: #601
}
a:visited {
    color: #906
}
a:active {
    color: #C00
}
a:link img, a:visited img, a:link, a:visited {
    border-style: none
}
a img {
    color: #FFFFE8		/* Hides border in NS 4 */
}

h1, h2, h3 {
    color: #090 /* #005A9C */;
}
h1, h2, h3, .header {
    /* margin-left: -8% */
}
h1 {
    text-align: left;
    margin: 0 0 3em -8%;
    font-size: large;
}
h1:first-line {
    color: #000;
}
.header {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5em
}
.header a:link {
    color: #7B8
}
.header a:link.offsite {
    color: #D78
}
.header a:visited {
    color: #DDD
}

caption {
    font-style: italic
}

pre {
   font-family: courier new, courier, monaco, monospace;
   font-size: 80%
}

hr {
    clear: both
}

table.horizontal th, table.horizontal td {
    border-bottom: solid thin #005A9C;
    padding: 0.2em 0.5em;
}
table.horizontal {
    border-bottom: hidden;
}

blockquote {
    font-style:italic;
}

.navbar {
    margin: 0;
}
.navbar img {
    float: right;
}

ul.toc {
    list-style: none;
    margin-left: 0;
}
