/* CONGRESSIONAL JUSTIFICATION TABLES */

.CJ {
	margin: 2em 0;
	border: solid 1px black;
	border-collapse: collapse;
}

.CJ caption {
	font-weight: bold;
	margin-bottom: 1em;
}

.CJ caption span {
	font-weight: normal;
}

.CJ thead th {
	border: solid 1px white;
	padding: 2px 4px;
	background-color: rgb(38, 63, 106);
	color: #FFF;
}

.CJ thead th a:link,
.CJ thead th a:visited,
.CJ thead th a:hover,
.CJ thead th a:active {
	color: white;
}

.CJ tbody th {
	font-weight: normal;
	text-align: left;
	border-right: solid 1px black;
}

.CJ th.blue {
	border: solid 1px white;
	padding: 2px 4px;
	background-color: rgb(38, 63, 106);
	color: white;
	font-weight: bold;
}

.CJ td {
	padding: 3px 0.5em;
	text-align: right;
}

.CJ tr.total th,
.CJ tr.total td {
	border-top: solid 1px black;
	font-weight: bold;
}

.CJ th.indent1,
.CJ td.indent1 {
	padding-left: 1em;
}

.CJ th.indent2,
.CJ td.indent2 {
	padding-left: 2em !important;
}

.CJ th.indent3,
.CJ td.indent3 {
	padding-left: 3em !important;
}

.CJ tr.total th {
	padding-left: 1em;
}

.CJ tr.rule th,
.CJ tr.rule td {
	border-top: solid 1px black;
}

.CJ colgroup {
	border-left: solid 1px black;
}

.CJ tfoot td {
	padding-top: 1em;
	text-align: left;
}

