/* TableRowHighlight.css */
/* Written By: Brian Bahn */
/* Description: A CSS 2.0 template for screen media.  
		Used by pages with a tblEVS in divContent. */
/* Created: 11/16/2006 */
/* Last Modified: 09/05/2010 */


/* Section 0 */
/* Imported Style Sheets */



/* Section 1 */
/* Element (single HTML element) Selectors */
/* Precedence Score: 0,0,0,1 */


	
/* Section 2 */
/* Descendant Element (contextual, multiple HTML elements) Selectors */

/* Any Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. div p */



/* Child Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. div > p */
	/* Child Selectors are not supported by IEv6 */

	
	
/* Adjacent Sibling Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. td + td */
	/* Adjacent Sibling Selectors are not supported by IEv6 */
	

			
/* Section 3 */
/* Class Selectors */
/* Precedence Score: 0,0,1,0 */

/* Class Selectors */

	.highlightTable {
		border: 2px solid black; 
		border-collapse: collapse; 
		}

	.highlightOffOdd {
		background-color: #F5F5F5; /* whitesmoke */
		}
	.highlightOffOdd.sortable {
		background-color: #F5F5F5; /* whitesmoke */
		}

	.highlightOffEven {
		background-color: #DCDCDC; /* gainsboro */
		}

	.highlightOn {
		background-color: #FFFACD; /* lemonchiffon */
		}
	.highlightOn .sortable {
		background-color: #FFFACD; /* lemonchiffon */
		}


/* Section 4 */
/* Descendant Class Selectors */
/* Precedence Score: 0,0,1,0 per class selector. */

	.highlightTable caption {
		margin: 0px; 
		/* border: 2px solid black; */
		padding: 10px; 
		text-align: center; 
		font-size: 1.75em; 
		font-weight: bold; 
		}
	.highlightTable thead th {
		margin: 0; 
		border: 1px solid black; 
		padding: 5px; 
		background-color: #666666; 
		color: white; 
		text-align: center; 
		vertical-align: middle; 
		font-size: 1.5em; 
		}
	.highlightTable thead td {
		border: 1px solid black; 
		}
	.highlightTable tfoot td {
		border: 1px solid black; 
		}
	.highlightTable td {
		margin: 0; 
		border-left: 1px solid black; 
		border-right: 1px solid black; 
		border-top: 1px solid gray; 
		border-bottom: 1px solid gray; 
		padding: 3px 10px; 
		}
	.highlightTable tfoot td {
		text-align: center; 
		font-style: italic; 
		}
	.highlightTable tfoot td p {
		text-align: center; 
		font-style: italic; 
		}
		

/* Section 5 */
/* ID Selectors */
/* Precedence Score: 0,1,0,0 */
		
		

/* Section 6 */
/* Descendant ID Selectors */
/* Precedence Score: 0,1,0,0 per ID selector. */

/*
	#divContent table {
		width: 100%; 
		border: 0; 
		font-size: 1em; 
		}
*/


/* Section 7 - Special Selectors */

/* Pseudo-Element Selectors */
/* Precedence Score: 0,0,0,1 per pseudo-element selector */
/* Affects the document tree. */
/* ex. p:first-line */


		
/* Pseudo-Class Selectors */
/* Precedence Score: 0,0,1,0 per pseudo-class selector */
/* Specifiy styles by element characteristics. */
/* ex. a:visited */


		
/* Attribute Selectors */
/* Precedence Score: 0,0,1,0 per attribute selector */
/* ex. p:[class=clsGreen] */
	
	
	
/* Important Styles */
/* Precedence Score: !important trumps precedence. */
/* ex. p {background: yellow ! important} */
	
	
	

/* End of Stylesheet. */
