/* tables */
table.compress {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: center;
}
table.compress thead tr th, table.compress tfoot tr th, table.compress tbody tr th {
	background-color: /*#e6EEEE*/#E8FFDD;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 3px;
	color: #6FA235;
}
table.compress thead tr .tablesorter-header {
	background-image: url(../gfx/tables/bg.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	cursor: pointer;
}
table.compress tbody td {
	color: #3D3D3D;
	padding: 3px;
	background-color: #FFF;
	/*vertical-align: top;*/
}
table.compress tbody tr.delayed td {background-color:#FFdcdc;}
table.compress tbody tr.vindicated td {background-color:#FFacac;}
/*table.compress tbody tr:nth-child(2n) td {background-color:#E8FFDD;/*#F0F0F6;* /}
table.compress tbody tr.delayed:nth-child(2n) td {background-color:#FFdcdc;}
table.compress tbody tr.vindicated:nth-child(2n) td {background-color:#FFacac;}*/
table.compress thead tr .tablesorter-headerAsc {
	background-image: url(../gfx/tables/desc.png);
}
table.compress thead tr .tablesorter-headerDesc {
	background-image: url(../gfx/tables/asc.png);
}
table.compress thead tr .tablesorter-headerDesc, table.compress thead tr .tablesorter-headerAsc {
	background-color: /*#8dbdd8*/lightgreen;
}
