

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

	Sortable Table
	v 1.4

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

table.sorttable {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: separate; 
	border-spacing: 0;
}

th {
/*	background-color: #eee; */
	background: #eee url(images/icon-table-sort.gif) no-repeat 2px 15px;
	padding: 4px 4px 4px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

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

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

td.sorttable, td.rightAlign{
	padding: 1 2px;
}

.rightAlign {
	text-align: right;
}



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

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

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


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

tr.over {
	background-color: #CC0000;
	color: #fff;
	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;
}


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