/*
:Author: Aleksey Gurtovoy
:Contact: agurtovoy@meta-comm.com
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML frames output of Docutils.
*/

@import url(default.css);

body.docframe {
    background-color: #f0f0ff;
}

hr.navigation-bar-separator {
    width: 100%;
    clear: both;
}

span.navigation-bar {
    clear: both;
}

body.tocframe ul.auto-toc,
ul.auto-toc {
    list-style-type: none;
    margin-left: 0pt;
}

ul.auto-toc li li,
body.tocframe ul.auto-toc li li {
    list-style-type: none;
    margin-left: 15pt;
}

body.tocframe ul.toc,
ul.toc {
    margin-left: 0pt;
}

body.tocframe ul.toc li,
ul.toc li {
    list-style-type: circle;
    margin-left: 15pt;
}
