

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

	Sortable Table
	v 1.4

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

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

th {
	font-weight:bold;
	background-color: #eee;
	background: #eee url(../Images/green_arrows.gif) no-repeat 2px 8px;
	padding: 0px 0px 0px 14px;
	color:#0066FF;
	font-weight:bold;
    padding-bottom:2px;
   text-align:left;
}

tr {
	background-color: #E5F9FF;
	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 {
	color:#999999;
	cursor: pointer;
}

tr.hide {
	display: none;
}


