/*
 * Style sheet for Dasco Ltd
 */

body {
    margin: 0px 0px 0px 0px;
    background-image: url(../d_images/bg.jpg);
    color: black;
    background: #d4c3a5
}
div.example {
    width: 95%;
    color: black;
    background: #d4c3a5
}
div.dtd-example {
    width: 95%;
    color: black;
    background: #d4c3a5
}
tt.example {
    color: maroon;
    margin-left: 1em;
    background: #d4c3a5
}
pre {
    background-image: url(../d_images/bg.jpg);
    color: maroon;
    margin-left: 1em;
    background: #d4c3a5
}
div.dtd-fragment {
    width: 95%;
    border: none;
    background-color: #eee;
    color: maroon;
}
pre.dtd-fragment {
    margin-left: 0;
}
pre.dtd {
    color: black;
    background: #dac3a5;
    margin-left: 0;
}
div.illegal-example {
    width: 95%;
    color: red;
    background: #d4c3a5;
    border: solid red;
}
div.illegal-example p {
    color: black;
    background: #d4c3a5
}
div.deprecated-example {
    width: 95%;
    color: red;
    border: solid rgb(255,165,0); /* orange */
    background: #d4c3a5
}
div.deprecated-example p {
    color: black;
    background: #d4c3a5
}
div.note {
    color: green;
    margin-left: 1em;
    background: #d4c3a5
}
p.code { 
  font-family: Clean;
  font-weight: bold;
  margin-left: 4em;
  text-indent: 0;
}
p.note {
    color: green;
    margin-left: 1em;
    background: #d4c3a5
}
p.centre {
    text-align: center
}
h1.centre {
    text-align: center
}
h2.centre {
    text-align: center
}
h2.list {
  background:#e6e6e9;
  display : list-item;
  list-style-type:circle ;
}
table.centre {
   margin-left:auto; margin-right: auto;
}
ul.toc {
    list-style-type: none;
}

a.normref { 
    color : red;
    background: #d4c3a5
}	

a.informref {
    color : green;
    background: #d4c3a5
}	

div.subtoc {
    padding: 1em 0;
    border: solid thin;
    margin: 1em;
    background: #ddd;
    color: black;
}

