	
/************************/
/* Funding Table Styles */
/************************/

.tableNoTabs {
	border: 1px solid #C23718;
	padding: 2px;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}

table.funding {   
	border-collapse: collapse;
	border-spacing: 0px;  
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
}

table.funding thead th {   
	background-color:#FED522;
	font-weight: bold;
	font-size:.9em; 
	padding:2px; 
	text-align:left; }   

table.funding td {  
	text-align: left; 
	border-bottom: 1px solid grey;
	padding: 2px;
	font-size: .8em;
}  

table.funding td.rowTotal {   
	font-weight:bold; 
}   

table.funding tr.stateRow td {   
	font-weight:bold; 
}   

table#targetSelected tr.urlTargetSelected td,
table.targetSelected tr.urlTargetSelected td {
	background: #CCCCCC;
    font-weight: bold;
}


/**************************
TableSorter styles
**************************/

table.tablesorter {
}

table.tablesorter thead tr th, 
table.tablesorter tfoot tr th,
table.tablesorter tr.repeated-header th {
	background-color:#FED522;
	border: 1px solid #FFF;
	text-align:left;
}

table.tablesorter thead tr .header {
	background-image: url(http://www.ojp.usdoj.gov/nij/css/bg.gif);
	background-repeat: no-repeat;
	background-position: center right; 
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://www.ojp.usdoj.gov/nij/css/asc.gif);

}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://www.ojp.usdoj.gov/nij/css/desc.gif);
}

table.tablesorter thead tr th.headerSortDown, 
table.tablesorter thead tr th.headerSortUp {
   background-color: #FCECA5;
   height: 1%;
}

table.tablesorter tr .even {
}

table.tablesorter .odd {
/*	background:#CCCCCC; */
}

/* END TableSorter styles */


/************************/
/* See Also
/************************/

.seeAlso{
   width:90%;
   background-position: right top;
   margin-bottom: 10px;
}

.seeAlso p{
   background-color: #FFFFCC;
   margin-top: 0px;
   margin-right: 10px;
   margin-left: 10px;
   margin-bottom: 0px;
}

/************************/
/* Train Car            */
/************************/
.trainCar{
   width:75%;
   background: url(file:///H|/images/pointRight.gif) no-repeat;
   background-position: right top;
   margin-bottom: 10px;
}

.trainCar p{
   background-color: #FFFFCC;
   border-top:1px solid black;
   border-bottom:1px solid black;
   margin-top: 0px;
   margin-right: 10px;
   margin-left: 0px;
   margin-bottom: 0px;
}


li.space  {   
	margin-top: 1em; 
}  
/************************/
/* attribution/infoBox  */
/************************/


.infoBox,
.attribution { 	/* SET WIDTH WITHIN THE DIV TAG! */
	font-family: Arial, Helvetica, sans-serif; 	
	border: 1px solid #7F9EC7; 	
	margin: 5px; 	
	float: right; 	
	height: auto; 	
} 

.infoBox p,
attribution p {
	padding: .5em .5em 0em .5em;
}

.infoBox h3,
attribution h3 {
	background: #93ACCE;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0em;
	padding: .25em .25em;
}
