@charset "UTF-8";
/* CSS Document
 */

.detail {
	padding:0px 16px 0px 16px;
}

section {
	line-height: 130%;
	text-align:justify;
}

section h1 {
	margin:0 0 1em 0;
	text-transform: uppercase;
	padding-bottom: 0.8em;
	padding-top:0.5em; /* padding top for anchor scrolling */
	border-bottom:0.5pt solid #C0C0C0;
}
section h2 {
	margin:0 0 1em 0;
	padding-top: 0.8em;
}

section h3 {
	margin:0 0 1em 0;
	padding-top:0.8em; /* padding top for anchor scrolling */
}
section h4 {
	font-weight:normal;
	font-style:italic;
	margin:0 0 1em 0;
	padding-top:0.5em; /* padding top for anchor scrolling */
}

/**
 * 	Paragraph
 */
p {
	margin: 0 0 1em 0;
}
p img {
	max-height: 1.6em;
	vertical-align: -20%;
}


/*
 * Next and previous buttons
 */
.previous {
	margin-bottom:16px;
}
.next {
	margin-bottom:16px;
}

/*
 * How-to
 */
.howtolabel {
}
.howtocontent {
	padding-right: 1.5em;
}
.howtocontentshown {
	margin: 1em 0 2em 0;
	padding-top: 1.5em;
	padding-bottom: 1em;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

/*
 * Footnote
 */
.footnotelabel {
	vertical-align: super;
	font-size: 0.8em;
}
.footnotecontent {
	font-size: 0.85em;
	color: #555;
	padding-right: 1em;
	padding-left: 1em;
}
.footnotecontentshown {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

/**
 * 	Lists
 */
li {
	margin: 0 0 0.6em 0;
}
ul, ol {
	margin: 0.2em 0 2em 0;
}
ol {
	list-style: none; 
	counter-reset: li;
}
li {
	counter-increment: li;
}
ol li::before {
	content: counter(li); 
	color: #AAA;
    display: inline-block; 
    width: 1em; 
    margin-left: -1.5em;
    margin-right: 0.5em; 
    text-align: right; 
    direction: rtl
}
li p {
	margin: 0;
	display: inline;
}


.detail ul {
	padding-left:2.5em;
	margin-left: 0;
	text-indent: -1.5em;
	list-style-type: none;
}
.detail ul li:before {
  content: "•";
  color: #AAA;
  display:block;
  float:left;
  width:1.5em;
}

.detail section ul li:before {
  content: "–";
}

/*
 * Emphasis 
 */
.embutton {
	font-weight:bold;
	color: #333;
}
.embutton:before {
	content:"[";
}
.embutton:after {
	content: "]";
}
.empath {
	font-style: italic;
	color: #777;
}

/*
 * Definitions
 */
section dl {
	margin: 0 0 12pt 0;
	border-top: 1px solid #C0C0C0;
}

section dt {
	margin: 4pt 0 2pt 0;
	padding: 0;
	font-weight: bold;
}

section dd {
	margin: 0;
	padding: 0 0 8pt 12pt;
	border-bottom: 1px solid #C0C0C0;
}

/*
 * Figures
 */
figcaption, caption {
	font-style:italic;
	margin: 0.5em;
}

/*
 * Definitions inside table
 */
section table dl {
	margin: 0;
	border: none;
}
section table dt {
	margin: 0 0 0.4em 0;
}
section table dd+dt {
	margin-top: 0.5em;
}
section table dd {
	border:none;
	padding:0;	
}

/*
 * Tables
 */
section table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	caption-side:bottom;
}
section td, section th {
	padding: 0.5em;
	border: solid 1pt #C0C0C0;
}
section td p:last-child {
	margin-bottom: 0;
}
section th p:last-child {
	margin-bottom: 0;
}
section .small {
	font-size: 0.8em;
}
section .small td, section .small th {
	padding: 4px;
	font-size: 11px;
}

/*
 Search results
 */
.searchresultpath {
	color: #BBB;
}