

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/


.sorttabletable th {
	/*background-color: #eee;
	background: #eee url(graphics/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;*/
}



tr.altRow1 {
	background-color: #fff;
}


.sorttabletable .sortedASC {
	/*background: url(graphics/icon-table-sort-asc.png) no-repeat 95% 50% ;*/
}

.sorttabletable .sortedDESC {
	/*background: url(graphics/icon-table-sort-desc.png) no-repeat 95% 50%;*/
}

.tableHeaderOver1 {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/


tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/
