@charset "utf-8";

#searchContainer{
	width: 495px;
	height: 427px;
	font-family: Arial, Helvetica, san-sarif;
	font-size: 12px;
	float: left;
	border-top: 0;
	border: 1px solid #CCC;
}

.placeHolder{
	height: 30px;
	background-color: #EEE;
}

#searchInput{
	display: none;
	margin: 10px 0 0 5px;
	float: left;
	width: 74%;
}

#buttonSubmit{
	display: none;
	margin: 10px 0 0 10px;
	float: left;
	border: 0;
}

.contentLabel{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-decoration: none;
	color: #0066FF;
	float: right;
	margin-right: 5px;
}

#resultsPopup{
	height: 16px;
	margin: 9px 13px 8px 0;
}

/*#matchingResults{
	float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0 2px 0 5px;	
	width: 67%;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
}*/

.searchResultDiv{
	
	height: 333px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#searchResultArea{
	height: 334px;
	padding-left: 9px;
}

/*start css or from js file*/
.content_results{
	   float: left;
    padding: 7px 7px 0;
    width: 98%;
}

.content_results_S{
	padding: 0 4px 4px 4px;
	margin-left: 25px;
	text-overflow: ellipsis;	
	color: #3D3D3D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    word-wrap: break-word;
}

.content_images{
    padding-top: 1px;
    min-width: 497px;
}

div.content_results a{
	color: #0066FF;	
}

div.content_results a:hover{
	text-decoration: underline;
}

#img{
	float: left;
    margin: 0 2px 0 0;	
}

.communitylisting{
	font-size: 10px;
	color: #666;
	margin-right: 4px;
	font-weight: normal;	
}

#simpleLink{
	display: none;	
}

.results_header{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:underline;
    font-size: 11px;
    line-height: 1.2;
	color: #2F6681;

}
.previewText{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.2;
    padding: 0;
}


div.results_header a{
	text-decoration: none;
}

/*.highlight{
	background-color: yellow;
}

.highlight a:hover{
	text-decoration: underline;	
}*/
/*end extracted css or from js file*/

/*start pagination style*/
.paginationDiv{
	visibility: hidden;
	display: none;
    color: #666666;
    text-align: center;
	height: 1px;
}

/*#topPagination{
	visibility: hidden;
	display: none;
	text-align: right;
	padding-right: 13px;
}*/

.pagination-style {
	visibility: hidden;
	padding: 1px 4px;
	text-decoration: none;
	font-size: 12px;
	color: #06F;
}

.active_page{
	visibility: hidden;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
/*end pagination style*/

/*start style for the loader image*/
#loaderImage{
	display: none;
}

#ajaxLoaderImg{
	width: 20px;
	height: 20px;
	margin-left: auto;   
	margin-right: auto;
	display: block;	
}
/*end style for the loader image*/