/* CSS Document */

/* GLOSSARY */
/* COLOR GLOSSARY */
/* Precursor Blue 293: #006AB6 */
/* Precursor Blue 293 20%: #C6D3EC */
/* Precursor Blue 293: 40% #95B1DC */
/* Precursor Blue 293: 60% #6894CE */
/* Precursor Blue orignial web site: #001E82 */
/* END COLOR GLOSSARY */
/* END GLOSSARY */


/* Tables */

table.center {
    margin-left:auto; 
    margin-right:auto;
    border:0;
    width:100%;
  }


tr.spaceOver > td
{
  padding-top: 1em;
}

tr.spaceUnder > td
{
  padding-bottom: 1em;
}

 /* BEGIN Alternating Row Tables with header*/
   /* BEGIN Header 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;
	}
   /* END Header Row dark blue */
   
   /* BEGIN First & Last Row dark blue */
	.TF2table{
		border-collapse:collapse; 
	}
	td{ 
		padding:7px; border:#fff 2px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TF2table tr{
		background: #C6D3EC;
	}
	/*  Define the background color for the headline rows  */
	.TF2table tr:first-child td{ 
		background: #6894CE;
	}
	/*  Define the background color for the footer rows  */
	.TF2table tr:last-child td{ 
		background: #6894CE;
	}
	/*  Define the background color for all the ODD background rows  */
	.TF2table tr:nth-child(odd){ 
		background: #C6D3EC;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TF2table tr:nth-child(even){
		background: #ffffff;
	}
   /* END First & Last Row dark blue */
   
	/* BEGIN No special first row or last 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;
	}
	/* END No special first row or last row */

/* END Alternating Row Tables*/
  
/* BEGIN TAble for STATS with Fixed Width*/
/* BEGIN Alternating Row Tables with header*/
   /* BEGIN Header Row dark blue */
	.STATStable{
		border-collapse:collapse; 
		table-layout: fixed;
		width: 100%;
	}
	td{ 
		padding:7px; border:#fff 2px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.STATStable tr{
		background: #C6D3EC;
	}
	/*  Define the background color for the headline rows  */
	.STATStable tr:first-child td{ 
		background: #6894CE;
	}
	/*  Define the background color for all the ODD background rows  */
	.STATStable tr:nth-child(odd){ 
		background: #C6D3EC;
	}
	/*  Define the background color for all the EVEN background rows  */
	.STATStable tr:nth-child(even){
		background: #ffffff;
	}
    /* Begin STATS TD word wrap */
	.STATStable  td { 
	word-wrap:break-word; 
	overflow-wrap: break-word;
	  }  
	  .STATStable  td  div { 
	 	max-width:100%;
	 }
   /* END Header Row dark blue */
  

/* End Backgrounds */