/* You may freely reuse this code for any purpose */

@page {
  size: a4 portrait;
  margin: 20mm;
  padding: 5mm 0;
  border-top: thin solid black;
  border-bottom: thin solid black;
  @top-left {
    font-size: 10pt;
    vertical-align: bottom;
    margin: 0.3em 0;
  }
  @top-right {
    font-size: 10pt;
    vertical-align: bottom;
    margin: 0.3em 0;
  }
  @bottom-left {
    font-size: 10pt;
    vertical-align: top;
    margin: 0.3em 0;
  }
  @bottom-right {
    font-size: 10pt;
    vertical-align: top;
    margin: 0.3em 0;
  }
}

/* assign values to header/footer strings */

title { string-set: title content() }
h2, h3 { string-set: headers content() }
div.head h2 { string-set: w3crec content() }

/* place headers/footers on left/right pages */

@page :left {
  @top-left { content: string(w3crec) }
  @top-right { content: string(title) }
  @bottom-left { content: counter(page) }
  @bottom-right { content: string(headers) }
}

@page :right {
  @top-right { content: string(w3crec) }
  @top-left { content: string(title) }
  @bottom-right { content: counter(page) }
  @bottom-left { content: string(headers, first) }
}

/* avoid marginalia on first page */

@page :first {
  border-top: none;
  border-bottom: none;
  @top-right { content: normal }
  @top-left { content: normal }
  @bottom-left { content: normal }
  @bottom-right { content: normal }
}

/* general statements */

body { font: 10pt serif; padding: 0 }
h1, h2, h3, h4, h5, h6, dt { page-break-after: avoid }
* { text-decoration: none }
img { max-width: 100% }

/* add leader/page numbers to existing TOC */

ul.toc, ul.toc li  {
  font-weight: normal;
  margin-left: 0;
}

ul.toc ul.toc {
  font-weight: normal;
  margin-left: 2em;
}

ul.toc a::after {
  content: leader('.') target-counter(attr(href), page);
}

/* document specific code */

.principlelab, .constraintlab, .propertylab, .practicelab, .storylab { 
  padding: 0.3em 1em;
  display: block;
  margin: 0;
}

.boxedtext p { margin-top: 0 }
.boxedtext { page-break-inside: avoid }

/* StoryKeeper tags */
.noprint {display: none;}
.printable {display: inline;}

TD {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: sans-serif; TEXT-DECORATION: none;
}
.bodyBold {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: 'Arial', 'Helvetica'; TEXT-DECORATION: none
}
A.bodyBold:link {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: 'Arial', 'Helvetica'; TEXT-DECORATION: none
}
.moduleTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #000000; FONT-FAMILY: 'Arial', 'Helvetica'; TEXT-DECORATION: none
}
.tHdrW {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: white; FONT-FAMILY: 'Arial', 'Helvetica'
}
.tHdrB {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Arial', 'Helvetica'
}
.errorMsg {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 'Arial', 'Helvetica'
}
.blackLine {
	BACKGROUND-COLOR: #000000
}
.GrayLine {
	BACKGROUND-COLOR: gray
}
.tableDiv {
	BACKGROUND-COLOR: #666666
}
.datLbl {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt; 
	COLOR: #000000; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: 'Arial', 'Helvetica'; 
	TEXT-ALIGN: right;
}
.dataSmallLabel {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #000000; 
	LINE-HEIGHT: 12px; 
	FONT-FAMILY: 'Arial', 'Helvetica'; 
	BACKGROUND-COLOR: #dddddd; 
	TEXT-ALIGN: right
}
.datFld {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	COLOR: #000000; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: 'Arial', 'Helvetica'; 
	TEXT-ALIGN: left
}
.datLblLeft {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt; 
	COLOR: #000000; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: 'Arial', 'Helvetica'; 
	BACKGROUND-COLOR: #dddddd; 
	TEXT-ALIGN: left;
}
IMG {
	border: 0;
}
.listtable_hdr {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	COLOR: black; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: 'Arial', 'Helvetica'; 
	TEXT-ALIGN: left
}
.customerAction {
	display:none;
}
.RptBody {

}

.ReportPageBreak {
	page-break-before: always;
}

#tst .lt1 {
		padding-left:0px;
		padding-right:0px;
		border-bottom: solid 1px black;
		border-top: 0px black;
		border-right: 0px black;
		border-left: 0px black;
}

.lt1 {
		padding-left:2px;
		padding-right:2px;
		border: solid 1px black; 
}



DIV.SCROLLER {
width: 100%; 
border-width: 1 px;
}
