/* This style sheet defines the basic style for all PureLoad documentaion */

body, th, td, p, a, div, span, ul, ol, li, dl, h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Verdana
}

/* Default font size */
body, th, td, p, div, span, ul, ol, dl, li {
   font-size: 12px;
   line-height: 1.5em;
}

strong, b, th, thead td, h1, h2, h3, h4, h5, h6, dt, label {
   font-weight: bold
}

/** Indent main body */

body {
	margin: 2em 2em 10px 3em;
}

/** Horizontal line */

hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: gray;
	background-color: gray;
}

/** Headers */
h1  {
    position: relative;
    color: #413d38;
}

h2, h3, h4 {
    line-height: 160%;
    position: relative;
    top: 0.4em;
    color: #413d38;
}

h2 {
	border-bottom: 1px solid gray;
}

/* Refs */

a {
   color: #008d2d;
   text-decoration: none;
}

a:hover,a:active {
   text-decoration: underline;
}

a, a img {
   border: none
}

/* Default table */

table {
	border-width: 1px;
}

th {
	border-style: none;
}

td {
	border-style: none;
}

/* Toplevel TOC */

#toc ul {
    list-style: square;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 16px;
}

#toc li {

}

/* Sample Box */

table.sample-box td {
	font-family: monaco, "Lucida Console", courier, mono-space;
}

table.sample-box {
	padding: 0px;
	margin: 0px;
	width: 742px;
	background: #eeeeee;
	border: 1px solid #bbbbbb;
}

/* Note! */
.note  {
    border: 1px #aca dotted;
    margin: 1em 1em 1em 1em;
    padding: 4px 40px 4px 40px;
    min-height: 24px;
    background-color: #f4f8f4;
    background-image: url("../images/gear_warning.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

@media print {

    table {
	page-break-inside: avoid
    }
}