/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* this style sheet defines the style for W3C Activity statements */

/* @import url(public.css); */

/* Style for Activity statements, by Jenny */

/* Mods by Bert Bos. v1.21 2000/11/17 12:49:54 bbos */

/* $Id: activity.css,v 1.2 2005/10/18 20:04:09 adida Exp $ */

body {
  margin-left: 10%; 
  margin-right: 10%;
  background: white;
  color: black;
}

h1 { margin-left: -8% }

h2 {margin: 1.6em 0 0.8em -4%}

h2, h4  { color: #069 }

h3 { color: black; font-size:95% }

/* simplified text colors -lesch

em {color:blue; background: yellow}

strong { color:blue; background:#fcc }

b { color: #069 }

*/

em, i { font-style: italic }

strong, b { font-weight: bold }

td { background: #cff; color: black }

th { background: #a0a0a4; color: black }

caption { text-decoration: underline; margin-top: 1em }

p.splash { color: #069 }

p.banner { margin-left: -4% }

blockquote { color: #036; font-style: italic }

.question { font-style: italic; }

.centered { text-align: center; }

a img { border-style: none; color: white }

.formerActivity { background: #e6eff4; color: #000; border: 1px solid #069; padding: 2em }

div.disclaimer { margin-left: -8% }

div.group { margin-left: 4% }

div.color {
background: #ffc;
color: black;
padding: 1.5em;
border: none;
margin-left:0.5%;
}

div.color h3 {
background: #ffc;
color: black;
font-size:95%
}

div.color h2, div.color h4 {
 color: #069;
 background: #ffc;
}

div.color b {
 color: #006699;
 background: #ffc;
}

div.small {font-size: small; margin-left: 10%}

div.footer {margin: 4em 0 0 -4%} /* Aligned left with H2 headers */

div.footer { font-size: small; }
/*
p.policyfooter { font-size: small }
*/

/* Figures: <div class=figure><img...><p class=caption>...</div> */
div.figure {
 margin: 1em 0 1em 1em
}
p.caption {
 font-size: small;
 font-style: italic;
 color: #666;
}
/*
 based on http://lists.w3.org/Archives/Public/spec-prod/2001JanMar/0019.html
 */
pre.example {
        background-color: #d5d5d5;
        margin: 1em 1cm;
        padding: 0 0.3cm;
        white-space: pre;  /* for NS4 */
        border: none;      /* for NS4 */
        font-size: 92%;
}

@media print {

   /* In print, use run-ins for H3 and text-indent rather than white lines */
   p {margin: 0; text-align: justify}
   p + p {text-indent: 1.5em}
   h1, h2 {font-size: 120%}
   h1:first-line {font-size: 120%; font-style: italic}
   h3 {display: run-in; font-weight: bold; font-size: 100%}
   h3:after {content: "\A0\A0"}
   h3 + p, h3 + * {margin-top: 0.9em}
   h1, h2, h3 {page-break-after: avoid}
   div.figure {page-break-inside: avoid}
   body {margin-left: 5%; margin-right: 5%}
   h1, h2, p.banner, div.footer {margin-left: 0}
   body {font: 12pt/1.3 "Gill Sans MT", "Gill Sans", GillSans, Helvetica, Arial, sans-serif}
   a:link, a:visited {color: inherit; text-decoration: none}
   a[href]:before {content: "\261E"; color: red}
   .banner a[href]:before {content: ""}
   .toc {display: none}
   /* Not CR yet:
   body {columns: 2; column-gap: 2em}
   p.banner {column-span: all}
   */
}
