#searchheadings{
	width:100%;
	font-size: 19px;
	float:left;
	background-color:#00C7E3;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.searchlistingheading{
	float:left;
	text-align:left;
	padding-left:1%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.searchlistinglink{
	display: flex;
	width: 100%;
}
.searchlisting{
	width:100%;
	font-size: 17px;
	float:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.searchlistingcontent{
	float:left;
	text-align:left;
	padding-left:1%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#bottomrowsearchlisting{
	width:100%;
	float:left;
	background-color: #8CF1FF;
	border-bottom-color: #00457D;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-size:16px;
	border-top: thin;
	border-top-style: solid;
}
#noresultsdiv{
	width:100%;
	float:left;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
}
#paginationcontrolls{
	width:100%;
	float:left;
	text-align:center;
	padding-left:10px;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}