

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

	Sortable Table
	v 1.4

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

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

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

#tableFilterStyle tr {
	background-color2: #eee;
	background-color: #ccc;
	padding: 4px;
}

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

#tableFilterStyle td {
	padding: 0 2px;
}

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



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

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

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


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

#tableFilterStyle tr.over {
	background-color: #354158;
	color: #ffffff;
	cursor: pointer;
}

#tableFilterStyle tr.hide {
	display: none;
}

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

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

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


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