/*--------  Original and Custom ZoomSearch Parameters  ---------------*/		
/*--------  customized for VirtualAccord website  ---------------*/
		.highlight { background: #BDFF7A; }
		.searchheading { font-size: 130%;
						font-weight: bold;
						color:#1d302f;
						margin: 35px 0px 0px 0px;}
		.summary { font-size: 100%; font-style: normal; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #1d302f; font-weight: bold;}
		.sorting { text-align: right; }
		
		.result_title { }
		
		.description { font-size: 100%; color: #000000; }
		.context { font-size: 100%; color:#000000;}
		.infoline { font-size: 80%; font-weight: bold; color: #000000;}

		.zoom_searchform {
				font-size:100%;
				margin:0px;
				padding:12px 0 13px 12px;
				}
		.search_form_bckgrnd {
				background:#eeeee2 url(../va_images/search_form_bckgrnd.jpg);
				height:208px;
				margin:0px;
				border:3px solid #8D9B9E; 
				}
		.search_form_bckgrnd a.tips{color:#3366CC; text-decoration:none;}
		.search_form_bckgrnd a.tips:hover{color:#0000ff; text-decoration:underline;}
		.search_form_bckgrnd a.tips:visited{color:#663399; text-decoration:none;}
		.search_form_bckgrnd a.tips:visited:hover{color:#663399; text-decoration:underline;}
		
		/*---- text in area of searchform-----*/
		.ZST1{
			  font-size:1em;
			  font-weight:normal;
			  letter-spacing: 0.1em;
			  color: #2b525d; 
			  }

/*----- added custom searchform for search field on header of all pages -----*/
		.zoom_searchform_header {
				background:transparent;
				float:right;
				margin:0px;
				}
/*----- customization ends here -----*/
		.zoom_results_per_page { font-size: 100%; margin-left: 10px; }
		.zoom_match { font-size: 100%; margin-left: 20px;}			
		.zoom_categories {}
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 10px; list-style-type: none; }
		
		input.zoom_button { }
/*----- added custom button_header for search field on header of all pages -----*/
		input.zoom_button_header {
			background:url(../va_images/search_btn.png);  
			background-repeat:no-repeat;
			float:left;
			height:23px;
			width:57px;
			cursor:pointer;
			border:none;
			font-family: Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#FFFFFF;
			padding:0px 0px 3px 0px;
			margin:0px 4px 0px 0px;
			}
		input.zoom_button_header:hover {color: #7c98fd; text-decoration:none;}
		
		input.zoom_button_sbox {
			background:url(../va_images/searchbox_btn.png);  
			background-repeat:no-repeat;
			height:23px;
			width:57px;
			cursor:pointer;
			border:none;
			font-family: Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#FFFFFF;
			padding:0px 0px 3px 0px;
			}
		input.zoom_button_sbox:hover {color: #7c98fd; text-decoration:none;}
/*----- customization ends here -----*/
/*----- added custom searchbox_header for search field on header of all pages -----*/		
		input.zoom_searchbox_header {
			font-family: Arial, Helvetica, sans-serif;
			font-size:13px;
			background:#e3e4e7;
			border-color:#6b7e8e;
			margin:0px 3px 0px 0px;
			float:left;
			}
/*----- customization ends here -----*/

		input.zoom_searchbox {font-family: Tahoma, Arial, Helvetica, sans-serif;
			                  background: #FFFFFF;
							  border:groove 3px #36424e;
							  letter-spacing:0.1em;
							  }

		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
		