
table {
	width: 100%;
}

th {
	background-color: #fff;
	background: #666 url(images/sortableTable/icon-table-sort.png) no-repeat 2px 8px;
	color: #fff;
	padding: 4px 4px 4px 14px;
	text-align: left;
}

tr {
	background-color: #fff;
	padding: 4px;
}

tr.altRow {
	background-color: #eee;
}

td {
	padding: 5px;
}

td a {
	color: #333;
}

.rightAlign {
	text-align: right;
}



.sortedASC {
	background: url(images/sortableTable/icon-table-sort-asc.png) no-repeat 2px 4px #666;
}

.sortedDESC {
	background: url(images/sortableTable/icon-table-sort-desc.png) no-repeat 2px 10px #666;
}

.tableHeaderOver {
	cursor: pointer;
	color: #fff;
}


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

tr.over {
	background-color: #ddd;
	cursor: pointer;
}

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;
}


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