/* body styling copied from target page */
table {
	border-collapse:collapse;
	font-size:inherit;
	margin:auto;
	}

h2.mainHeading {
    color: #00245b !important; 
}

#incentive_projects th, #incentive_projects td { padding: 5px;
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
}

#incentive_projects thead th {
	color: #fff; 
	background-color:#517432; /*Medium/sky blue color of header row*/
	font-size: 16px;
	border: none; 
	vertical-align: center; 
}

#incentive_projects tr:nth-child(odd) { background-color:#ffffff; }
#incentive_projects tr:nth-child(even){ background-color:#C6D9BD; }
#incentive_projects tr:last-child {border-bottom:1px solid #a3a3a3}


/*Sorting*/
th.header { 
	background-image: url(/innovation/stic/images/bg_white.gif); 
	cursor: pointer; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center left; 
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px; 
	/* border-right: 1px solid #dad9c7; */ 
	margin-left: -1px; 
	} 

th.headerSortUp {
	background-image: url(/innovation/stic/images/asc.gif);
	color: #FFFFFF;
	margin:auto;
	} 

th.headerSortDown {
	background-image: url(/innovation/stic/images/desc.gif);	
	color: #FFFFFF;
	margin:auto;
	} 
