

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

body {
font-family: arial;
	font-size: 11px;
	color: #3a414b;
	font-weight: normal;
	
}

th {
	background: #e6e6ff url(images/icon-table-sort.png) no-repeat 5px 8px;
	padding: 6px 0px 5px 15px;
	padding-right:4px;
}




tr.altRow {
	background-color: #efefef;

}


.rightAlign {
	text-align: right;
	
}


.leftAlign {
	text-align: left;
}
.leftAlignpadding {
	text-align:left;
	padding-left:6px;
	padding-right:5px;
	padding-bottom:4px;
	padding-top:4px;
}



.sortedASC {
	background: url(icon-table-sort-asc.png) no-repeat 5px 4px #494e5b; color:#ffffff; 
}

.sortedDESC {
	background: url(icon-table-sort-desc.png) no-repeat 5px 9px #494e5b;color:#ffffff;
}

.tableHeaderOver {
	cursor: pointer;
	color: #fff;
	background-color:#494e5b;
	
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background-color: #313643;
	color: #fff;
	cursor: pointer;
	
}

tr.hide {
	display: none;
}
