/*-------------------------------------*\
	CSS for the ShareThis link
\*-------------------------------------*/

.st_sharethis_custom{
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/ShareThislink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
	/* END Footer Links */

	/* Alternating Row Tables */
	/* First Row dark blue */
	.TFtable{
		border-collapse:collapse; 
	}
	td{ 
		padding:7px; border:#fff 2px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #C6D3EC;
	}
	/*  Define the background color for the headline rows  */
	.TFtable tr:first-child td{ 
		background: #6894CE;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #C6D3EC;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #ffffff;
	}

	/* No special first row */
	.TF1table{
		width:100%; 
		border-collapse:collapse; 
	}
	td{ 
		padding:7px; border:#fff 2px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TF1table tr{
		background: #C6D3EC;
	}
	/*  Define the background color for all the ODD background rows  */
	.TF1table tr:nth-child(odd){ 
		background: #C6D3EC;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TF1table tr:nth-child(even){
		background: #ffffff;
	}

