/* CONGRESSIONAL JUSTIFICATION TABLES */

.CJ {
	margin: 2em 0;
	border: solid 1px black;
	font-size: 0.85em;
	font-family: arial, verdana, helvetica, sans-serif; 
	border-collapse: collapse;
}

.CJ caption {
	font-weight: bold;
	margin-bottom: 1em;
}

.CJ thead th {
	border: solid 1px white;
	padding: 2px 4px;
	font-size: 0.85em;
	font-family: arial, verdana, helvetica, sans-serif; 
	background-color: rgb(38, 63, 106);
}

.CJ thead th a {
	color: white;
	font-size: 0.85em;
}

.CJ tbody th {
	font-weight: normal;
	text-align: left;
	font-size: 0.85em;
	font-family: arial, verdana, helvetica, sans-serif; 
	border-right: solid 1px black;
}

.CJ td {
	padding: 3px 0.5em;
	font-size: 0.85em;
	font-family: arial, verdana, helvetica, sans-serif; 
	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;
}


