

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

	Sortable Table
	v 1.4

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

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

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

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

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

td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}


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

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

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


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

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

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	xborder: 1px solid #ccc;
	xpadding: 2px;
	margin: 0 0 10px -10px;
}
.tableFilter h3, .tableFilter p, .tableFilter h4  {
	padding-left: 5px;
	
}
.tableFilter h4 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableFilter .infolink {
	text-decoration: underline;
}

.tableFilter .infolink:hover {
	color: #000;
}

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



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

.linktable {
  border-collapse: collapse;
  width:97%;
  margin-left: 10px;
}

.linktable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
  background-color: #e9e9e9;
  padding: 5px;
  border-spacing: 0; 
}

.linktable tr {
  height: 64px;
}
/*************************************************************/
