body {
    font-family: serif; 
    padding: 0;
    margin: 0 0 0 0 !important;
    background-color: white;
}

div.fullcontent {
}

div.book, div.part, div.chapter, div.preface, div.section, div.refentry, div.appendix, div.index, div.article, div.glossary {
    margin-left:3%;
    margin-right:3%;
}

/* Header definitions */
h1, h2, h3, h4, h5, h6 { 
    font-family: sans-serif; 
    font-weight: bold; 
    color: #3275cb; 
}

/* Program listings */
pre.programlisting { 
    background-color: #e4f5ff; 
    border: 1px solid #cccccc;
    padding: 1ex 1em 1ex 1em;
    text-align:left;
}

/* Images are drawn without any border */
img { border: 0; }

div.table-contents { border-width: 1px 1px 1px 1px;
	             border-spacing: 1px;
	             border-style:  none none none none;
	             border-color: gray gray gray gray;
	             border-collapse: separate;
                   }

div.table-contents th {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 3px 3px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    background-color: #e4f5ff;
}

div.table-contents td {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 3px 3px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    background-color: #e4f5ff;
}

div.informaltable { border-width: 1px 1px 1px 1px;
	            border-spacing: 1px;
	            border-style:  none none none none;
	            border-color: gray gray gray gray;
	            border-collapse: separate;
}

div.informaltable th {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 3px 3px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    background-color: #e4f5ff;
}

div.informaltable td {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 3px 3px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    background-color: #e4f5ff;
}


.navheader {
    display: none;
}


.logo {
    display: none;
}

.navfooter {
    display: none;
}

.breadcrumb {
    font-size:10px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
}

.breadcrumb div {
    padding-left: 18px;
}

.breadcrumb  a {
    text-decoration: none;
    color: white;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: white;
}

.figure {
    text-align:center;
}
