@charset "utf-8";
/* character encoding declaration included per recommendation at http://www.w3.org/International/tutorials/tutorial-char-enc/ */


/* DATA TABLES */

table {
	border: none;
	border-collapse: collapse;
}
caption {
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
}
caption .units {
	font-weight: normal;
}
caption .note {
	font-weight: normal;
	margin-top: 0.5em;
}
tr {
}
.shaded {
	background-color: #dddddd;
}
th {
	text-align: right;
	font-weight: normal;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	padding: 3px 5px;
	vertical-align: bottom;
}
.textTable tbody th {
	vertical-align: top;
}
th.stubHeading {
	text-align: left;
	border-left: none;
}
thead th {
	font-weight: bold;
}
td {
	text-align: right;
	padding: 3px 5px;
}
tbody td {
	border-left: 1px solid silver;
	vertical-align: bottom;
}
.textTable tbody td {
	vertical-align: top;
}
td.blankRow {
	height: 1em;
}
.stub0 {
	text-align: left;
	border: none;
	padding-right: 1em;
}
.stub1 {
	padding-left: 1.5em;
	text-align: left;
	border: none;
	padding-right: 1em;
}
.stub2 {
	padding-left: 3em;	
	text-align: left;
	border: none;
	padding-right: 1em;
}
.stub3 {
	padding-left: 4.5em;
	text-align: left;
	border: none;
	padding-right: 1em;
}
.stub4 {
	padding-left: 6em;
	text-align: left;
	border: none;
	padding-right: 1em;
}
.stub5 {
	padding-left: 7.5em;
	text-align: left;
	border: none;
	padding-right: 1em;
}
.stub6 {
	padding-left: 9em;
	text-align: left;
	border: none;
	padding-right: 1em;
}
.total {
	font-weight: bold;
	border-top: 1px solid silver;
}
.firstPanel {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border: none;
	border-bottom: 1px solid silver;
	padding-top: 1em;
	padding-bottom: 1em;
}
.panel {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
.panelWithSub {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border: none;
	padding-top: 1em;
	padding-bottom: 0em;
}
.subWithPanel {
	text-align: center;
	font-style: italic;
	border: none;
	padding-top:  0em;
	padding-bottom: 1em;
}
.subpanel {
	text-align: center;
	font-style: italic;
	border: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
tfoot .firstNote {
	text-align: left;
	font-size: 80%;
	border-top: 1px solid gray;
	padding-top: .5em;
	padding-bottom: .5em;
}
tfoot .note {
	text-align: left;
	font-size: 80%;
	padding-top: .5em;
	padding-bottom: .5em;
}
tfoot .lastNote {
	text-align: left;
	font-size: 80%;
	border-bottom: 1px solid gray;
	padding-top: .5em;
	padding-bottom: .5em;
}
tfoot .onlyNote {
	text-align: left;
	font-size: 80%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-top: .5em;
	padding-bottom: .5em;
}
tfoot .noNotes {
	border-top: 1px solid gray;
	line-height: 1px;
}
div.newNote {
	padding-top: .5em;
}
a.stubLink {
	text-decoration: none;
}
.center, .spanner {
	text-align: center;
}
.left {
	text-align: left;
}

