.page_num {
	font-size: 1.0em;
	font-family : Arial, Helvetica, sans-serif;	
	color : Black;
    font-weight : bold;
}

.search_term {
	font-family : Arial, Helvetica, sans-serif;	
	font-weight : bold;
	font-size: 1.0em;
}

.search_browse {
	font-family : Arial, Helvetica, sans-serif;	
	font-weight : bold;
	font-size: 1.0em;
	color: Blue ;
}

.results  {
	font-family : Arial, Helvetica, sans-serif;	
	color : Black;
	font-size: 1.0em;
}


.genapp {
	font-size: 1.0em;
	font-family : Arial, Helvetica, sans-serif;
}

.searchTerms {
	font-size: 1.0em;
	font-family : Arial, Helvetica, sans-serif;
}

.searchBox {
	font-size : 9pt;
	font-family : monospace;
}

.basic {
	font-size : .7em;
	font-family : Arial, Helvetica, sans-serif;
}

.genapp_hr {
	width: 725px;
	clear: left;
	padding: 5px 0px 0px 0px;  /* top, right, bottom, left  */
}

/*CLASSES FOR SEARCH PAGE*/

.genapp_form_field_container {
   width: 100%;
   display: table;
/*  border: 1px solid purple; */     
} 

.genapp_form_label {
   font-size: 1.0em;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   width: 40%;
   float: left;
   padding: 0px 5px 5px 15px;  /* top, right, bottom, left  */
/* border: 1px solid green; */
}

.genapp_form_input {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	width: 55%;
	float: left;
	padding: 0px 5px 5px 0px;  /* top, right, bottom, left  */
  /*border: 1px solid blue; */
}


/*END OF CLASSES FOR SEARCH PAGE*/


.results_main_container {
   width: 725px;
   padding: 5px 0px 0px 15px;  /* top, right, bottom, left  */
   display: table;
}

.results_table_container {
	display: table;
	padding: 0px 0px 0px 0px;  /* top, right, bottom, left  */
}

.results_search_term {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 400px;
	float: left;
	clear: left;
	padding: 5px 0px 5px 0px;  /* top, right, bottom, left  */
}

.results_nav {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	width: 320px;
	float: left;
}

.results_info {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 725px;
    display: table;
	clear: left;
	padding: 5px 0px 5px 0px;  /* top, right, bottom, left  */
}






.display_nav {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
   width: 720px;
   padding: 5px 0px 0px 15px;  /* top, right, bottom, left  */
   display: table;
}

.display_text {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
   width: 725px;
   display: table;
   padding: 5px 0px 10px 0px;  /* top, right, bottom, left  */
}

.dispaly_terms_container {
	text-align: left;
   width: 725px;
   display: table;
   padding: 5px 0px 5px 0px;  /* top, right, bottom, left  */
}

.display_label {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	width: 150px;
	float: left;
	clear: left;
	padding: 2 0 10 0;  /* top, right, bottom, left  */
}

.display_field {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	text-align: left;
	width: 490px;
	padding: 2 0 10 0;  /* top, right, bottom, left  */
}

.image_record {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
   width: 725px;
   display: table;
   padding: 5px 0px 5px 15px;  /* top, right, bottom, left  */
}

.image_nav {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	text-align: right;
   width: 725px;
   display: table;
}

.indent1 {
	text-indent: 5px;
	
}

