

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

table {
	border: 0px solid #000;
	width: 100%;
}

th {
	background-color: #333;
	background: #333 url(../images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

tr {
	background-color: #333;
	padding: 4px;
}

tr.altRow {
	background-color: #444;
}

td {
	padding: 0 10px;
}

.rightAlign {
	text-align: left;
}



.sortedASC {
	background: url(../images/icon-table-sort-asc.png) no-repeat 2px 4px #333;
}

.sortedDESC {
	background: url(../images/icon-table-sort-desc.png) no-repeat 2px 10px #333;
}

.tableHeaderOver {
	cursor: pointer;
	color: #fff;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background-color: #09f;
	color: #fff;
	cursor: pointer;
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 0px solid #333;
	padding: 2px;
	margin: 55px 0 0px 0;
}

.tableFilter input {
	border: 0px solid #222;
}

.tableFilter select {
	border: 0px solid #222;
}


/*************************************************************/
