/**
 * DocBook CSS Stylesheet programcode highlite
 * 
 * Version: $Id: 76e3f467e3f3b4f26f09fb83a7653ee52f7817bd $
 *
 */

span.hl-comment{
    font-style:normal;
    color:darkgreen;
}
span.hl-tag{
    color:blue;
    font-weight:normal;
}
span.hl-keyword{
    font-weight:bold;
}
span.hl-string{
    color:darkred;
    font-style:italic;
}
span.hl-directive{
    color:darkred;
}
span.hl-attribute{
    color:black;
    font-style:normal;
    font-weight:bold;
}
span.hl-attribute:after{
    content:" ";
}
span.hl-value{
    color:#A500CD;
    font-style:italic;
}
span.hl-value:before{
    content:" ";
}
span.hl-html{
}
span.hl-xslt{
}
span.hl-section{
}
span.hl-number{
    color:blue;
}
span.hl-annotation{
    color:darkgray;
}
span.hl-doccomment{
    font-family:serif;
    color:darkgreen;
}
span.hl-doctype{
    font-family:serif;
    color:darkgreen;
}
