body,html {
margin: 0;
padding: 0;
}
body {
font: 96%/140% Arial, Verdana, Helvetica, sans-serif;
color: #333;
background: #d9d9d9 url(../images/bg_body.jpg);
}

/* Head EOF */
.navheader, .navfooter {
width: 700px;
margin: 0 auto;
color: #666;
font-size: 0.9em;
background: #f7f7f7;
font-weight: normal;
}
.navheader {
padding: 5px 40px 5px 40px;
border-bottom: 2px dotted #ccc;
}
.navfooter {
padding: 5px 40px 10px 40px;
border-top: 2px dotted #ccc;
line-height: 120%;
}
th {
text-align: left;
font-weight: normal;
}
th span.breadcrumb {
color: #ff620d;
}
th span.breadcrumb_first_on {
font-weight: bold;
}
th span.breadcrumb_second {
font-weight: bold;
}
td.navprevious, td.navnext {
width: 7%;
padding: 0;
}
td.navfooterprevious, td.navfooternext {
width: 25%;
padding: 0;
margin: 0;
}
td.navfootercenter, td.navfooterseccenter {
width: 20%;
padding: 0;
text-align: center;
vertical-align: middle;
}
td.navfootersecprevious, td.navfootersecnext, td.navfooterseccenter {
vertical-align: top;
}
td.navfootersecnext {
text-align: right;
}
td.navnext a:link, td.navnext a:visited,
td.navfooternext a:link, td.navfooternext a:visited {
display: block;
background: transparent url(../images/next.jpg) right center no-repeat;
padding: 16px 0;
}
td.navfooternext a:link, td.navfooternext a:visited {
display: block;
background: transparent url(../images/next.jpg) right center no-repeat;
}
td.navprevious a:link, td.navprevious a:visited,
td.navfooterprevious a:link, td.navfooterprevious a:visited {
display: block;
background: transparent url(../images/previous.jpg) left center no-repeat;
padding: 16px 0;
}
td.navfooterprevious a:link, td.navfooterprevious a:visited {
display: block;
background: transparent url(../images/previous.jpg) left center no-repeat;
}
/* Head EOF */

/* enviroment -> usually this would be #container */
div.book, div.chapter, div.sect1, div.appendix {
margin: 0 auto;
padding: 20px 40px 60px 40px;
width: 700px;
background-color: #fff;
}
div.book div.titlepage {
border-bottom: 3px dotted #ccc;
margin-bottom: 20px;
}
div.table-contents th {
width: auto;
text-align: left;
color: #666;
padding-top: 15px;
border-bottom: 1px dotted #666;
}
div.table-contents td {
border-bottom: 1px dotted #666;
padding: 5px 5px 5px 0;
}
div.chapter, div.appendix {
margin-top: 0;
padding-top: 20px;
}
div.chapter div.sect1,
div.appendix div.sect1 {
padding: 0;
}
dt span.appendix {
display: block;
padding-top: 15px;
font-weight: bold;
}
div.book div.chapter div.titlepage, div.book div.appendix div.titlepage {
border-bottom: 0 none;
}
/* enviroment EOF*/

/* Head */
.subtitle {
color: #666;
}
/* Head EOF */

/* common */
p {
margin: 0 0 20px 0;
}
p.title {
margin: 0 0 5px 0;
}
.sect1 {
padding-top: 10px;
}
hr {
border: 0;
}
/* common EOF */

/* links */
a {
text-decoration: none;
cursor: pointer;
}
a:link, a:visited {
color: #ff620d;
background: transparent;
}
a:hover {
color: #fff;
background: #ff620d;
}
a:active, a:focus {
color: #fff;
background: #ff620d;
}
/* for TOC */
span.chapter a:link, span.chapter a:visited {
color: #ff620d;
font-weight: bold;
background: transparent;
}
span.chapter a:hover {
color: #fff;
background: #ff620d;
}
span.chapter a:active, span.chapter a:focus {
color: #fff;
background: #ff620d;
}
/* links EOF */

/* lists */
ul {
padding-left: 20px;
list-style-image: url(../images/list.jpg);
}
ol {
padding-left: 20px;
list-style-image: none;
}
li p {
margin: 2px 0;
padding-left: 0;
}
ol li p {
margin: 12px 0;
padding-left: 0;
}
dl {
margin:0;
}
dd p {
margin: 0 0 5px 0;
}
dd {
margin-left: 25px;
padding-bottom: 6px;
}
/* lists EOF */

/* hx definitions */
h1.title {
font-size: 2.5em;
}
h2.title {
font-size: 1.6em;
margin: 15px 0 15px 0;
}
/* Full path to differ from chapter hx */
.sect1 .titlepage h2.title {
font-size: 1.4em;
margin: 15px 0 10px 0;
}
h3.title {
font-size: 1.2em;
margin: 35px 0 5px 0;
}
h4.title {
font-size: 1.1em;
margin: 30px 0 5px 0;
}
h5.title {
font-size: 1em;
margin: 30px 0 5px 0;
}
/* hx definitions EOF */

/* icons */
span.guibutton,
span.guilabel,
span.guimenu,
span.guisubmenu,
span.guimenuitem,
span.application,
.userinput code {
color: #333;
padding-left: 26px;
font-weight: bold;
}
.userinput code {
font-family: Arial, sans-serif;
}
span.guibutton {
background: transparent url(../images/guibutton.jpg) 0 0 no-repeat;
}
span.guilabel {
background: transparent url(../images/guilabel.jpg) 0 0 no-repeat;
}
span.guimenuitem{
background: transparent url(../images/guimenuitem.jpg) 0 0 no-repeat;
}
span.guimenu {
background: transparent url(../images/guimenu.jpg) 0 0 no-repeat;
}
span.guisubmenu {
background: transparent url(../images/guisubmenu.jpg) 0 0 no-repeat;
}
.userinput code {
background: transparent url(../images/userinput.jpg) 0 0 no-repeat;
padding-left: 16px;
}
span.application:after {
content: '»';
padding-left: 0;
}
/* icons EOF */

/* warning, note, tip boxes */
.tip table,
.note table,
.warning table {
margin: 5px 0 15px 0;
padding: 0;
width: 100%;
border: 1px dotted #ccc;
background: #f7f7f7;
}
.tip table td,
.note table td,
.warning table td {
padding: 2px 3px 0 3px;
margin-top: 0;
}
.tip table td p,
.note table td p,
.warning table td p {
margin-top: 0;
}
.tip table th,
.note table th,
.warning table th {
font-weight: bold;
}
/* warning, note, tip boxes EOF */

/* image headings */
div.figure p.title b {
font-size: 0.96em;
color: #333;
font-weight: normal;
}
div.figure p {
margin-bottom: 3px;
}
/* image headings EOF */


/* code, pre, markup */
code, pre {
font-size: 15px;
font-family: "Courier New", monospace;
overflow: auto;
}
code.code { 
font-weight: bold;
}
code.computeroutput {
font-style: italic;
font-family: Arial, sans-serif;
}
code.computeroutput:before {
content: '"';
}
code.computeroutput:after {
content: '"';
}
code.function, span.term code.function, .markup {
padding: 0 4px 0 4px;
background: #fff;
border: 1px dotted #ccc;
}
code.filename {
font-family: Arial, sans-serif;
font-weight: bold;
}
pre {
font-family: "Courier New", monospace;
border: 1px dotted #ccc;
line-height: 120%;
background: #f8f8f8;
padding: 12px;
color: #003399;
}
.markup {
font-family: "Courier New", monospace;
font-size: 15px;
padding: 0 4px 2px 4px;
background: #f8f8f8;
color: #003399;
}
div.note .markup,
div.tip .markup,
div.warning .markup {
font-family: "Courier New", monospace;
padding: 0 4px 2px 4px;
background: #fff;
color: #003399;
}
span.term {
font-weight: bold;
}
span.term code.code {
font-family: "Courier New", monospace;
padding: 0 4px 2px 4px;
font-weight: bold;
background: #fff;
border: 1px solid #ebebeb;
}
span.term span.emphasis,
span.term code.function {
font-weight: normal;
}
span.term a {
font-weight: normal;
}
.footnotes {
border-top: 1px solid #ebebeb;
margin-top: 85px;
}
.footnote p {
margin: 3px 0 3px 0;
}
/* code, pre, markup EOF */
