﻿html { height: 100%; }
body {
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
legend { 
	font-size: 10pt;
	font-weight:bold;
	color: #0577B4; 
}
.main {
	background-color:#fff;
	font-family: verdana, arial, helvetica, sans-serif; 
	color:#000;
	font-size:9pt;
}
.rperiod {
	width:140px;
	background-color:#fff;
	font-family: :Bodoni MT Black,sans-serif; 
	color:#000;
	font-size:14pt;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
table.tblreport {
	width:680px;
	background-color:#fff;
	font-family: verdana, arial, helvetica, sans-serif; 
	color:#000;
	font-size:10pt;
}
.tbltitle {
	height:18px;
	font-weight:bold;
	text-align:center;
}
.tblreportname {
	height:18px;
	font-weight:bold;
	text-align:left;
}
.tbldescription {
	height:18px;
	font-weight:bold;
	text-align:center;
}
.tblperiod, .tblperiod1, .tblperiod2, .tblperiod3 {
	height:18px;
	font-weight:bold;
	text-align:right;
}
.tblpiname, .tblpiname1, .tblpiname2, .tblpiname3 {
	height:18px;
	font-weight:bold;
	text-align:right;
}
.tblcolumn1 {
	height:15px;
	font-weight:bold;
	text-align:left;
}
.tbldata {
	height:15px;
	text-align:right;
}
.tbltotal {
	height:18px;
	font-weight:bold;
	text-align:center;
}
.tbltotals {
	height:18px;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
}
tr.tbltotalrow td {
 	border-top:thin black solid;
}
td.tbltitle, td.tblpiname, td.tblperiod {
 	border-bottom:thin black solid;
}
td.tblrowtotaltitle {
	font-weight:bold;
	text-align:center;
}
td.tblrowtotaldata {
	text-align:right;
}
//tblreport page
.containdiv {
	width: 100%;
	display: block;
	border: 1px solid #000;
	background: #afa;
}
.column {
	padding: 0.25em;
}
.column1 {
	float: left;
	width: 120px;
}
.column2 {
	display: block;
	top: 0;
	margin-left: 140px;
	margin-right: 300px;
}
.column3 {
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
}
.ftr SPAN, .hdr SPAN {
	display: block;
	padding: 0.5em;
}
.hdr {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background: #ffa;
}
.ftr {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: none;
	clear: left;
	background: #ffa;
}
