

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

	Sortable Table
	v 1.4

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

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

 th {
	background-color: #eee;
	text-align:left;
	height:20px;
}

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

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

#myTable td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}



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


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

#myTable tr.over {
	background-color: #78a9df;
	color: #fff;
	cursor: pointer;
}

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


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