<html><body><p>/* Sortable tables */

table.sortable th a {
	text-decoration: none
}

a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px;
	border-style: solid;
	border-color: #eee; 
}
table.sortable th {
	border-width: 1px;
	background-color:#ccc;
	text-align: left;
}
table.sortable td {
	border-width: 1px;
	padding: 3px;
}

/*table.sortable tr .odd td{
	background-color: blue;
		text-align: center;
}
table.sortable tr.even td{
	background-color: gray;*/

table.sortable tr.sortbottom td {
	border-top: 1px solid #999;
	background-color: #ccc;
	font-weight: bold; 
}

.td1 {background-color:#1F78B4} 	/*  (medium blue) */
.td2 {background-color:#CBDFEB} 	/* ICRC (topic)  (light blue) */
.td3 {background-color:#B2DF8A} 	/* Injury Prevention - Falls(light green) */
.td4 {background-color:#F3F2F9} 	/* Injury &amp; Violence Prevention (pale purple)*/
.td5 {background-color:#FB9A99} 	/* Injury Prevention - Fires (salmon) */
.td6 {background-color:#80B1D3} 	/* Violence Prevention - Intimate Partner Violence (light medium blue)  */
.td7 {background-color:#FADFB7} 	/* Acute Injury Care (light orange) */
.td8 {background-color:#CCCC99} 	/* (medium gray-green) */
.td9 {background-color:#CAB2D6} 	/* Violence Prevention - Youth Violence (light purple) */
.td10 {background-color:#6A3D9A} 	/* Injury Prevention - Poisoning (purple)*/
.td11 {background-color:#FFFF99} 	/* Injury Prevention - Motor Vehicle(pale yellow) */
.td12 {background-color:#8DD3C7} 	/* Violence Prevention - Child Maltreatment (light blue-green) */
.td13 {background-color:#FCCDE5} 	/* Violence Prevention - Sexual Violence (pink) */ 
.td14 {background-color:#C999CA} 	/* TBI (medium reddish purple) */
.td15 {background-color:#D6D1EA} 	/* Violence Prevention (light purple) */
.td16 {background-color:#FF6666} 	/*  (light faded red) */
.td17 {background-color:#B3DE69} 	/* Injury Translation Research (light green) */
.td18 {background-color:#FFF8E2} 	/* Injury Prevention (pale yellow)*/
.td19 {background-color:#FFFF18} 	/*  (bright yellow)*/
.td20 {background-color:#FDe55D} 	/* Violence Prevention - Suicide (light yellow)*/

</p></body></html>