

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

table.sortTable {
	border: 1px solid #ccc;
}

.sortTable th {
	background-color: #DBD8C7;
	background: #DBD8C7 url(images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
	font-size: 10px;
}

.sortTable tr {
	background-color: #eee;
	padding: 4px;
}

.sortTable tr.altRow {
	background-color: #fff;
}

.sortTable td {
	padding: 0 2px;
}

.sortTable .rightAlign {
	text-align: right;
}

.sortTable .sortedASC {
	background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #DBD8C7;
}

.sortTable .sortedDESC {
	background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #DBD8C7;
}

.sortTable .tableHeaderOver {
	cursor: pointer;
	background-color: #BDBBAD;
	/*color: #FFFFAA;*/
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

.sortTable tr.over {
	background-color: #FFFFAA;
	color: #fff;
	cursor: pointer;
}

.sortTable tr.overNoPointer{
	background-color: #FFFFAA;
	color: #fff;
}

.sortTable 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;
}


/*************************************************************/
