

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

	Sortable Table
	v 1.4

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

#datatable table {
	border: 1px solid #ccc;
	width: 100%;
}

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

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

#datatable tr.altRow {
	background-color: #fff;
}

#datatable td {
	padding: 0 2px;
}

#datatable .rightAlign {
	text-align: right;
}

#datatable .centerAlign {
	text-align: center;
}

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

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

#datatable .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


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

#datatable tr.over {
	background-color: #7AE283;
	color: #000;
	cursor: pointer;
}

#datatable tr.hide {
	display: none;
}

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

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

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


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

