.guideline { font-size: 120%;
	     border-width: 1px;  
             border: 1px solid; 
             color: black;
             background: #FFFFCC; 
             padding-top: 5px; 
             padding-bottom: 5px; 
             padding-right: 5px; 
             padding-left: 5px; 
             margin-top: 10px;
	     width: 75%; 
}

DIV.navbar { text-align: center }
.priority1 { color: #ff0000; background: white; volume: loud }
SPAN.checkpoint { font-weight: bold; margin-top: .75em }
DT.checkpoint { font-weight: normal }
DL.checkpoints { margin-left: 2em; margin-right: 2em }
.checkpoint-nb {color: maroon; background: white}
.separator { display: none }

DT.glossary { margin-top: .5em; margin-bottom: .5em }
DD.glossary { margin-bottom: 1em }
.quicktest { color: black; background: #B6B0FF }

DIV.figure {
    text-align: center;
    margin: 2.5em 0
}

P.caption {
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: 90%;
    color: #088;
    margin: .5em 10% 0 10%;
}


.example, .css-example { border-style: solid; 
           border-width: 1px ; 
           padding: .5em;
           color: #5D0091;
           background: #F9F5DE; 
           border-color: #5D0091;
           width: 75%; 
           margin-top: .25em;
           margin-bottom: .25em;
}

.deprecated-example { border-style: solid; 
                      border-width: 1px ; 
                      padding: .5em;
                      color: #5D0091;
                      background: #F9F5DE; 
                      border-color: red;
                      width: 75%; 
                      margin-top: .25em;
                      margin-bottom: .25em;
}

.dfn { color: #00513D; 
       font-style: italic 
}

.dfn-instance { color: #00513D; 
       font-style: italic ;
       pitch: high;
}

.elements { color: black; background: #E7FFFE }
.attributes { color: black; background: #FFFADF }

.off { display:none }

HR { margin-top: .5em}

.toc {
    text-indent: 0;
}

P.toc-line {
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0;
}

@media all {
A:link IMG, A:visited IMG { border: none }
}

A IMG { color: white }

UL.toc, OL.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none
}
LI.tocline1 {font-weight: bold}
LI.tocline2 {font-weight: normal}
LI.tocline4 {font-style: italic}
DIV.toc, UL.index, DT {
    text-align: left
}

@media aural {
.guideline { volume: loud ; pause-before: 20%; elevation: above }
SPAN.checkpoint { richness: 75 }
.example { speak-punctuation: code }
.off { speak:none }
.priority1 { volume: loud }
.dfn-instance { stress: 20 }
}

