/* CSS Document */
#userinfodiv{
	float: left;
	padding-bottom: 15px;
}
#userpicturediv{
	float: left;
}
#userpicture{
	max-height: 105px;
	max-width: 105px;
}
#usrinfolistingdiv{
	float: left;
	padding-left: 15px;
}
#authornametext{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 8px;
}
#resultheader{
	width:100%;
	font-size: 19px;
	float:left;
	background-color:#00C7E3;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.resulttitle{
	float:left;
	text-align:left;
	padding-left:1%;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.searchlisting{
	width:100%;
	font-size: 17px;
	float:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.searchlistinglink{
	display: inline-block;
	width: 100%;
}
.searchlistingdetail{
	float:left;
	text-align:left;
	padding-left:1%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.privateimg{
	width: 15px;
	margin-top: 5px;
}
#paginationdiv{
	width:100%;
	float:left;
	border-bottom-color: #00457D;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-size:1vw;
	border-top: thin;
	border-top-style: solid;
}
#paginationcontrolls{
	width:100%;
	float:left;
	text-align:center;
	padding-left:10px;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}