.tablepress {
	background-color: #CDCDCD;
	margin: 10px 0 15px 0;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

.tablepress th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
}

.tablepress td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: #FFFFFF;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: #F0F0F6;
}

.tablepress .header {
	background-image: url(http://66.147.244.165/~ilcdistr/site/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.tablepress .headerSortUp {
	background-color: #bfccb1;
	background-image: url(http://66.147.244.165/~ilcdistr/site/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.tablepress .headerSortDown {
	background-color: #bfccb1;
	background-image: url(http://66.147.244.165/~ilcdistr/site/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}