

table#sortTable {
	margin:10px 0 0 0;
	border: 1px solid #ccc;
	width: 100%;
}

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

table#sortTable th a{
	color: #607293;
	text-decoration: none;
}

table#sortTable th a:hover {
	color: #354158;
}


table#sortTable tr {
	background-color: #fff;
	padding: 4px;
}

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

table#sortTable td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}



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

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

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


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

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

table#sortTable 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;
}

 // .initial { background-color: #DDDDDD; color:#000000 }
table#sortTable tr.normal { background-color: #fff }
table#sortTable tr.highlight { background-color: #e1ebf5 }

ul.searchNGO {
	xmargin-left:0px;
}
ul.searchNGO li {
padding-bottom:9px;
margin-left:-14px;
padding-right:7px;
}
ul.searchNGO li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#85c68b;
	
	text-decoration:none;
}


ul.searchNGO li a:hover {
color:#6da673;
}

div.searchResults{
	font-family: "Verdana", Times, serif;
	xfont-weight:bold;
	font-size:10px;
	color:#092a41;
	
	text-decoration:none;
}

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

