

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

	Sortable Table
	v 1.4

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

#sorttable table {
	border-width: 0px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-color: #ccc;
	width: 100%;
}

#sorttable th {
	border-top-color: #1b4a86;
	border-bottom-color: #19457e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 13px;
	color: #fafafa;
	font-weight: bold;
	background: url(../images/icon-table-sort.png) no-repeat 2px 8px #1a4883;
	padding: 4px 4px 4px 14px;
}

#sorttable tr {

	background-color: white;

}

#sorttable tr.altRow {
	background-color: #e8e8e8;
}

#sorttable td {
	padding: 7px;
}

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



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

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

#sorttable .tableHeaderOver {
	cursor: pointer;
	color: #fff6d4;
}


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

#sorttable tr.over {

}

#sorttable tr.hide {
	display: none;
}

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

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

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


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