
body { /* Default appearance for text. */
color: black; 
background: white; 
margin-left: 60px;
margin-right: 60px;
}

div {
font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
font-size: 12px;
}

div.chapter div.section h2 {
     font-size: 1.2em ; 
     color: #333333;
}


/* Header definitions */
h1 { 
     font-size: 1.75em ; /* 1.75 times greater than the default size */
     color: #333333;
     }

h2 { 
     font-size: 1.3em ; /* 1.3 times greater than the default size */
     color: #333333;
     font-weight: 200;
     }

h3 { 
     font-size: 1.2em ; /* 1.2 times greater than the default size */
     color: #333333;
     }

h4 { 
     font-size: 1.1em ; /* 1.1 times greater than the default size */
     color: #333333;
     }

h5 { 
     font-size: 1.1em ; /* 1.1 times greater than the default size */
     color: #333333;
     }

h6 { 
     font-size: 1.1em ; /* 1.1 times greater than the default size */
     color: #333333;
     }

/* Paragraph and pre-formatted text appearance */
pre { /* Pre-formatted output resets all default values to zero. */
      font-family: "Courier New", Courier, monospace;
      text-indent: 0;
      margin-top: 0;
      margin-bottom: 0;
      }
tt { 
     font-family: "Courier New", Courier, monospace;
     }

p.INDENT { /* It will insert an indented paragraph. You should start */
           /* this with a <p class="indent"> container. */
    text-indent: 2em;
    }

/* Table stuff */
table { /* General definitions for tables */ 
        border-width: 0;
        }

th { /* Table headers */ 
     font-family: sans-serif;
     color: white;
     background: gray;
     }

td { /* Table data */ 
     font-family: sans-serif;
/*     background: white; */
     }

td.DESCRIPTION { /* A column for making descriptions or */
                 /* definitions. Here are the words that will have */
                 /* their value explained */ 
                 font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
                 background: white;
                 text-align: center;
                 }

td.URL { /* A column for showing URLs */
         font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
         background: white;
         text-align: left;
         }

/* Add-ons */
div.BOXCOLOR { /* To use this create a <div class="boxcolor"> */
               /* container enclosing all the elements you want to put */
               /* with this style. */ 
               border: solid;
               border-width: thin;
               width: 100%;
               background: rgb(204,204,255); /* Light blue */
          }

div.CENTERED { /* Centers the elements inside this container */ 
               text-align: center;
               }

/* Now we'll configure link colors. */
a.PLAIN { /* Prevent link decoration */ 
          text-decoration: none;
          }

a:link { /* Unvisited links */
        color: #778899;
		text-decoration: none;
        }

a:visited { /* Visited links */ 
           color: #778899;
           }

a:active { /* Clicked links */
          color: olive;
          }

a:hover { /* Mouse over link */
         color: #cccccc;
         } 

/* DocBook Specific definitions */

/* Articles */
body.ARTICLE { /* Default appearance for Article's text. */
  color: black; 
  background: white;
}

/* Books */
body.BOOK { /* Default appearance for Book's text. */
  color: black; 
/*  background: white; */
  margin-left: 0%;
  margin-right: 0%;
}

/* Document Specific */
h1.TITLE { 
           font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
           font-size: 18pt; 
/*           font-variant: small-caps;*/
           color: navy;
/*           background: white;*/
           text-align: center;
           }
h2.SUBTITLE { 
              font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
              font-size: 26pt;
              color: navy;
/*              background: white;*/
              text-align: center;
              }
h3.AUTHOR { 
            font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
            font-size: 22pt; 
            color: gray;
            margin-left: 0%; 
            text-align: center;
            }
span.COLLAB span.COLLABNAME { 
                              font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
                              font-size: 18pt;
                              color: gray;
                              margin-left: 0%; 
                              text-align: center;
                              }
h3.EDITOR { 
            font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
            font-size: 16pt;
            font-weight: bold;
            color: black;
            text-align: center;
            margin-left: 0%;
            }
h4.EDITEDBY { 
              font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
              font-size: 16pt;
              color: black;
              margin-left: 0%;
              text-align: center;
              }
/* Footnotes */
table.FOOTNOTES { /* Font specification for footnotes */ 
/*                  background: white;*/
                  color: black;
                  font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
                  font-size: 10pt;
                  margin-left: 0%;
                  }

h3.FOOTNOTES { /* This is for the title "Notes" */
               font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
               font-size: 10pt;
               color: olive;
               margin-left: 0%;
               }

/* Affiliation Stuff */
div.AFFILIATION { /* This is used to give emphasis on the affiliation */
                  /* text. I'm making it centered */ 
                  text-align: center;
                  }

/* Abstract */
blockquote.ABSTRACT { 
                      text-align: justify;
                      text-align: center;
                      }

div.ABSTRACT p { 
                 color: black;
/*                 background: white;*/
                 text-align: center;
                 }

/* Table of Contents */
div.TOC { 
          text-align: justify;
          }

/* Revision History */
div.REVHISTORY th { /* Used to center the title of the table that */
                    /* contains the revision history */
                    text-align: center;
                    }

/* Sections */
div.SECTIONS p { 
               text-align: justify;
               }

/* Acronyms */
span.ACRONYM { 
               font-weight: bold;
               }

/* Foreignphrase */
i.FOREIGNPHRASE { 
                  font-weight: normal;
                  }

div.INFORMALTABLE { 
        border-width: 2px;
        border-color: black;
                    }

/* Addresses */
p.ADDRESS { 
            font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
            }

/* new stuff */

.segmentedlist table { width: 100% }

.segmentedlist td,th {
font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
font-size: 12px;
}

.headercolour{background-color: #859fd0;}
.greyback{background-color: #eeeeee;}
.nav
{
font-family: Verdana, Geneva, Arial, Helvetica, Utopia, sans-serif;
font-size: 12px;
font-weight : bold;
}

/* ProgramListings */
pre.programlisting {
              font-family: "Courier New", Courier, monospace;
              text-indent: 0;
	      color: #667788;
              margin-top: 0;
              margin-bottom: 0;
              }

/* emphasis within programlisting */
pre.programlisting em {
	      color: #445566;
              }

/* Screens */
pre.SCREEN { 
             font-family: "Courier New", Courier, monospace;
             text-indent: 0;
             margin-top: 0;
             margin-bottom: 0;
             }

/* Images */
p img {  float: right;     }

.sitebgimage{
        background-image:url(/images/o-do.gif);
        background-position: bottom center;
        background-repeat: no-repeat;
/*        background-attachment: fixed; */
        }

