/* page layout and page numbering */
@page {
   size: a4;
   font-family:Arial;
}

@page :left {
    @bottom-left {
        content: counter(page);
        vertical-align: middle;
        margin: 0.8em 0;
        font-size: 12pt;
    }
}

@page :right {
    @bottom-right {
        content: counter(page);
        vertical-align: middle;
        margin: 0.8em 0;
        font-size: 12pt;
    }
}

.body {
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    background-color: white;
    text-align: left;
}

#main {
    margin: 0;
    width: 6.5in;
    border: none;
    word-break: hyphenate;
}

#header {
    margin:0px;
    padding:0px;
}

#header .images .rsalogo, #header, #navigation, #topheader {
    display:none;
}

.body #header .message{
    color:#FFFFFF;
    font-size:16px;
    margin-left:60px;
    margin-top:730px;
    border-bottom:none;
    text-align:left;
}

/* style overrides */

.paragraph {
/*     text-align:center; */
    margin: 0.2em 0;
    padding: 0.2em 0;
}
img {
	margin-left: auto;
	margin-right: auto;
}

h1.section-title {
    font-family: helvetica,arial,sans-serif;
    font-size: 1.5em;
    string-set: header content();
    page-break-before: always
}

h1.section-title>a {
    font-size: 1em;
    string-set: header content();
    page-break-before: always
}

h2 {
    font-family: helvetica,arial,sans-serif;
    font-size: 1.3em;
}

h3 {
    font-family: helvetica,arial,sans-serif;
    font-size: 1.2em;
}

h4 {
    font-family: helvetica,arial,sans-serif;
    font-size: 1.1em;
}

h1, h2, h3, h1>a, h2>a, h3>a {
	color:#000000;
}


#toc div.tocItem {
    list-style: none;
    margin: 0;
    padding: 0;
}

#toc div.tocItem a::after {
    content: leader('.') target-counter(attr(href), page);
    font-style: normal;
}

#col1 {
    width: 100%;
}

#col2 {
    width: 0px;
}

#col2 .local {
    display: none;
}

div.title {
    font-size: 20px;
}

.code pre {
    text-align: left;
    padding-left:5px;
    font-size: 0.70em;
    line-height: 100%;
    white-space: pre-wrap;
    page-break-inside: avoid;
}

.bq {
    white-space: pre-wrap;
    page-break-inside: avoid;
}

.code, .bq {
    text-align: left;
    margin-bottom: 1em;
}

.warning, .note{
    background-position:10px 10px;
}

.warning, .note, table {
    margin-top: 1em;
    margin-bottom: 1em;
    page-break-inside: avoid;
}

table.wiki-table {
	border: 1px solid black;
	border-collapse: collapse;
}
table.wiki-table tr.table-odd {
	border: 1px solid black;
	background-color: white;
}
table.wiki-table tr.table-even {
	border: 1px solid black;
	background-color: #f0f0f0;
}

TABLE.wiki-table TH {
    background: #002659 url(../img/default/linear-gradient-blue.png) repeat-x 0 0;
}