/****************** Search results ************************/

.membersearch
{
	clear:both;
}

table.resultClass
{
	margin: 10px 0px 10px 0px;
	width: 100%;
	border: none;
}

table.resultItem
{
	margin : 5px 0px 5px 0px;
	padding : 0px 0px 50px 0px;
	width: 100%;
	border-bottom : solid 1px #00A599;
}

table.resultItem tr
{
	vertical-align: top;
}

table.resultItem td
{
	text-align: left;
}

table.resultItem td.imageCol 
{
	width: 80px;
	text-align: center;
}

td.contactCol 
{
	padding-left: 20px;
	width: 200px;
}

.contactPoint
{
	display: block;
	width: 100%;
}

table.resultTable
{
	border : none;
	margin : 0px 0px 30px 0px;
	border : none;
}

table.resultTable ul
{
	list-style : none;
	margin : 5px 0px 5px 0px;
border : none;
}

/*
table.resultTable tr.resultPager td
{
	font-size : 1.1em;
	margin : 5px 0px 5px 0px;	
	padding : 7px 0px 7px 0px;
	background-color : #F4FFFA;
	border : solid 1px #CCCCCC;
}

table.resultTable tr.resultPager td div.pagerHolder
{
	
	float : left;
	width : 100%;
	overflow : hidden;
	position : relative;
	margin : 5px 0px 5px 0px;
	padding : 7px 0px 7px 0px;
	text-align : center;
	border-bottom : solid 1px #CCCCCC;
}

table.resultTable tr.resultPager td div.pagerHolder ul
{
	list-style : none;
	padding : 0px 0px 7px 0px;
	clear : left;
	float : left;
	margin : 0;
	padding : 0;
	position : relative;
	left : 50%;
	text-align : center;
	
}

table.resultTable tr.resultPager td div.pagerHolder ul li
{
	float : left;
	margin-left : 3px;
	display : block;
	list-style : none;
	margin : 0px 0px 0px 3px;
	padding : 0;
	position : relative;
	right : 50%;
	
}

table.resultTable tr.resultPager td div.pagerHolder ul a
{
	border : solid 1px #CCCCCC;
	padding : 2px;
	vertical-align : middle;
	text-align : center;
	text-decoration : none;
	display : block;
	width : 20px;
	display : block;
	
}
*/
table.resultTable tr th
{
	float : left;
	width : 100%;
	overflow : hidden;
	position : relative;
	margin : 5px 0px 5px 0px;
	padding : 7px 2px 7px 2px;
	background-color : #fff;
	border : none;	
}

table.resultTable tr th ul.left
{
	float : left;
	list-style : none;
	padding : 0px 0px 7px 0px;
	border : none;
}

table.resultTable tr th ul.left li
{
	float : left;
	margin-left : 3px;
	display : block;
	list-style : none;
	border : none;
}

table.resultTable tr th ul.right
{
	float : right;
	list-style : none;
	padding : 0px 5px 7px 0px;
	border : none;
}

table.resultTable tr th ul.right li
{
	float : right;
	margin-left : 3px;
	display : block;
	list-style : none;
	border : none;
}

table.resultTable tr th ul li a
{
	
	padding : 2px;
	vertical-align : middle;
	text-align : center;
	text-decoration : none;
	display : block;
	width : 20px;
	display : block;
}

table.resultTable ul a:hover, tr.resultPager ul a.selected
{
	background-color : #00A599;
	color : #FFFFFF;
}

table.resultTable tr th ul li select
{
	margin-top: -2px;
}

.resultsLink 
{
	margin : 3px;
	padding : 3px;
	background-color : #F4FFFA;
	border : solid 1px #00A599;
	}
	
.resultsLink:hover 
{
	text-decoration : none;
	background-color : #00A599;
	border : solid 1px #F4FFFA;
	color : White;
	}
	
	
/**************** Member search filter *******************/


.pnlSearch 
{
	
	
	display : block;
	background-color : #fff;
	}
	
.pnlSearch table.filter
{
	margin-bottom : 5px;
	background-color : #fff;
	padding : 5px;	
	width : 100%;
	background-color : #F4FFFA;
	}
	
.pnlSearch table.filter td 
{
	padding : 3px;
	
	}
	
	
	
/* search results pager */



.pagerHolder 
{
	float : left;
	width : 100%;
	overflow : hidden;
	position : relative;
	font-size : 1.1em;
	text-align : center;	
	background-color : #fff;
	border : solid 1px red;
	border : none;
	}

.resultPager 
{
	margin-top : 10px;
	border : none;
}

.resultPager tr
{
}
.resultPager td.pagePageNumber
{
	
	margin : 5px;
	height : 20px;
	width : 15px;
	border : solid 1px #00A599;
	}
	
.resultPager td.pagePageNumber a
{
	
	padding : 2px;	
	text-decoration : none;
	}
	
.resultPager td.pageCurrentNumber
{
	
	margin : 5px;
	height : 20px;
	width : 15px;
	border : solid 1px #00A599;
	background-color : #00A599;
	
	}
	
.resultPager td.pageCurrentNumber a
{
	
	padding : 2px;	
	text-decoration : none;
	color : White;
	}
