/*
  OASIS Committee Note CSS stylesheet

  This forms part of the package of the DocBook XML publishing environment
  and methodology found linked from http://docs.oasis-open.org/templates/

  Derived from http://www.oasis-open.org/spectools/css/ with changes for
  the colour of titles and headings.

  One stylesheet is used for all phases of the document development.
  
  $Id: oasis-note.css,v 1.2 2013/05/17 03:27:42 admin Exp $
*/

body     {
           background-image: url("banner.png");
           background-repeat:no-repeat;
           background-position:top left;
           background-attachment:fixed;
           margin-left: 18pt;
           font-family: arial, helvetica, sans-serif;
           font-size: 90%;
         }

h1       {
	   font-size: 250%;
           padding-top: 0in;
           color: #a09a4f;
         }

h2       {
	   font-size: 170%;
           color: #a09a4f;
         }

h3       {
	   font-size: 120%;
           color: #a09a4f;
         }

h4       {
           color: #a09a4f;
         }

h5       {
	   font-style: italic;
           color: #a09a4f;
         }

h6       {
	   font-variant: small-caps;
           color: #a09a4f;
         }

.docid-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.uri-heading {
           font-size: 12pt;
           font-weight: bold;
           color: #a09a4f;
         }

.loc-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.abstract-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.status-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.thisver-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.prevver-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.editor-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.author-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.contrib-heading {
           font-size: 10pt;
           font-weight: bold;
           color: #a09a4f;
         }

.notices-heading {
  font-size: 18pt;
  font-weight: bold;
  color: #a09a4f;
}

div.section h1.title {
           padding-top: 0in;
           color: #a09a4f;
         }

div.article h1.title { 
           color: #a09a4f;
         }

pre.programlisting {
           background-color: #E7DEEF;
         }

div.informalexample pre {
           margin-top: 0px;
           padding-top: 0px;
           margin-bottom: 0px;
           padding-bottom: 0px;
           background-color: #E7DEEF;
         }

div.informalexample {
           margin-left: 2em;
	   padding-top: 4px;
	   padding-bottom: 4px;
           border-top-width: 1px;
           border-top-style: solid;
           border-bottom-width: 1px;
           border-bottom-style: solid;
         }

span.underline { text-decoration: underline; }

span.term {
           font-weight: bold;
          }

tr       { border-color: #AFAFAF;
         }

td       { border-color: #AFAFAF;
           text-align: left;
         }

th       { border-color: #AFAFAF;
           text-align: left;
         }

col      { border-color: #AFAFAF;
         }

colgroup { border-color: #AFAFAF;
         }

table    { border-color: #AFAFAF;
         }

tbody    { border-color: #AFAFAF;
         }

thead    { border-color: #AFAFAF;
         }

tfoot    { border-color: #AFAFAF;
         }

@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
}

/* end of file */