/**********APPLIES TO BOTH**********/
table[tabstyle~="Color"] thead tr:first-of-type {
	background-color:black;
	color:white;
	font-size:14pt;
}

table[tabstyle~="Color"] thead tr{
	background-color:#05436f;
	color:white;
	font-weight:bold;
}

table[tabstyle~="Color"] td[style*="table-column-span:"]{
	background-color:#d9d9d9;
	font-variant:small-caps;
	font-weight:bold;
	page-break-after:avoid;
}

table[tabstyle~="Span2"] td[style*="table-column-span:"]{
	background-color:#fbfbfb;
	font-variant:normal;
	font-weight:normal;
	page-break-after:avoid;
}

/**********ECODE-ONLY**********/
@media screen {
	.tableScrollWrapper>table {
        transform-origin: 0 0;
}

	table[tabstyle~="Color"] thead {
		text-shadow: 0 1px 0 #333;
	}

	table[tabstyle~="Color"] thead tr:first-of-type {
		background-color:#333;
		color:#fbfbfb;
	}

	table[tabstyle~="Color"] {
		background-color:#fbfbfb;
	}

	table[tabstyle~="Color"] td, table[tabstyle~="Color"] th, table[tabstyle~="District"] td, table[tabstyle~="District"] th {
		padding: 7px;
	}
	
	table[tabstyle~="Color"] td[colspan]{
		background-color:#333;
		color:#fbfbfb;
	}
	
	.highlight{
		background-color:#adadad;
	}
}

/**********PRINT-ONLY**********/
@media print {
	
}


