/* Reset Styles for Consistency */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 100%;
	background-color:#223f9a;
	overflow: hidden; 
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #000000;
	 }
div#hmpageheader {
	position: absolute;
	top: 0.313rem; left: 0.313rem; right: 0.313rem;
	background-color: transparent;
	}
div#hmpagebody {
	position: absolute;
	top: 0.5rem; left: 0.5rem; right: 0.5rem; bottom: 0.5rem;
	/*overflow-y: auto; */
	background-color: #f1f1f1;
	border-style: solid;
	border-color: #444444;
	border-width: thin;
	border-radius: 0.5rem 0 0 0.5rem;
	padding: 0.313rem 0 0.313rem 0.313rem;
	margin: 0;
	}

/* General */
.tablet {
	display: none !important;
}
.phone {
	display: none !important;
	}
.noscript { 
	display: none !important; 
	}
.scripted {
	
	}
.desktop {

	}
.desk_tablet {

}

br { display: none;}
.submit { font-size: 0.95rem; margin-bottom: 0.5rem; }
.highlight { background-color: #888888; color: #ffffff; }
.searchheading { margin-top: 0.5rem; font-size: 0.95rem; font-weight: bold; }
.summary { margin-top: 0.5rem; font-size: 0.950rem; font-style: italic; }
.results { font-size: 0.950rem; background-color:#ffffff;
 top: 150px; left: 0; right: 0; bottom: 0; overflow-y: scroll; overflow-x: auto; padding-right: 5px; padding-top: 5px; padding-left: 7px;
 border-top: thin solid #444444;
}
.description { font-size: 0.950rem; color: #000000;}
.context { font-size: 0.950rem; }
.result_title { font-size: 0.950rem; font-weight: bold; color: #000000;}
.result_title a:link {text-decoration: none; color: #000000; } 
.result_title a:visited {color: #000000;} 
.result_title a:hover {text-decoration: underline;} 
.infoline { font-size: 0.950rem; font-style: normal; color: #808080;}
.suggestion { font-size: 1.000rem; }
.category { color: #808080; }
.sorting { font-size: 0.950rem; color: #444444; padding-right: 0.2rem; padding-top: 0.25rem;}
.sorting a:link { color: #444444; font-weight: bold;}
.sorting a:visited { color: #444444;}
.zoom_categories { font-size: 0.950rem; }
.zoom_categories ul { display: inline; margin: 0; padding: 0;}
.zoom_categories li { display: inline; margin-left: 0.938rem; list-style-type: none; }
.result_image { float: left; display: block; }
.result_image img { margin: 0.625rem; width: 5rem; border: 0; }
.result_block { margin-top: 0.938rem; margin-bottom: 0.938rem; clear: left; }
.result_altblock { margin-top: 0.938rem; margin-bottom: 0.938rem; clear: left; }
.result_pages { font-weight: bold; font-size: 0.950rem; color: #444444; background-color: transparent; padding-top: 0.25rem; }
.result_pages a:link { color: #444444;}
.result_pages a:visited { color: #444444;}
.result_pagescount { font-size: 0.950rem; }
.searchtime { font-size: 0.950rem; } 
.recommended {
		background: #dadada;
		border-top: 0.063rem dotted #808080;
		border-bottom: 0.063rem dotted #808080;
		margin-top: 0.938rem;
		margin-bottom: 0.938rem;
   }
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 0.938rem; margin-bottom: 0.938rem; clear: left; }
.recommend_title { font-size: 1.000rem; }
.recommend_description { font-size: 0.950rem; color: #808080; }
.recommend_infoline { font-size: 0.950rem; font-style: normal; color: #808080;}
label.zoom_and_label { cursor: pointer;}

   /** SEARCH FORM LAYOUT **/ 
	input.zoom_searchbox { 
		display: inline-block; 
		width:80% !important;
		font-size: 1rem;
		}
   input.zoom_button { 
	   display: inline-block;
	   font-size: 0.850rem;
	   margin-left: 0.3rem; 
	   margin-bottom: 0.5rem; 
	   cursor: pointer;
	   }
   .zoom_results_per_page {
		display: table-cell;
		width: 4.551rem;
		font-size: 1rem; 
		}
   .zoom_match {
		display: table-cell;
		padding-left: 0.5rem;
		font-size: 1rem;
		}
	.radio_input { 
		display: inline-block; 
		cursor: pointer;
		}
	#zoom_searchbox_label {
		display: none;
	}
		/* Narrow Pane */
@media screen and (max-width: 18.0rem ) {
	input.zoom_searchbox {
		width: 94% !important;
		display: block;
		margin-bottom: 0.5rem;
		}
	input.zoom_button {
		display: block;
		margin-left: auto;
		margin-right: 0.6rem;
		}
	label.zoom_and_label { 
		display: block; 
		}
	
	}

/* Wider Pane */	
 	@media screen and (min-width: 18.1rem) {
		input.zoom_searchbox {
			width: 73% !important;
		}
		input.zoom_button {
		display: inline-block;
		margin: 0 0 0.5rem 0.2rem;
		}
		.zoom_results_per_page { 
		width: 9rem;
		}
		label.zoom_and_label { 
		display: inline-block; 
		}
	}
