/* Search screen classes */

.main_container  {
   width: 580px;
   padding: 5px 0px 0px 15px;  /* top, right, bottom, left  */
   display: table;
/*  border: 1px solid purple; */ 
}


.table_header  {
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
	text-align: left;
	font-style : italic;
}

.label  {
	width: 200px;
	float: left;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
}

.field  {
	width: 230px;
	float: left;
	padding-top: 10px;
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
}

.field2  {
	width: 250px;
	float: left;
	padding-top: 10px;
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
}

.boolean_field  {
	width: 89px;
	float: left;
	padding-top: 10px;
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
}

.field_last  {
	width: 275px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
	text-align: right;
}


/* Results Display classes */

.search_results_container  {
	width: 725px;
	padding: 5px 0px 5px 15px;  /* top, right, bottom, left  */
}

.search_term {
	font-family: arial, sans-serif;
	width: 399px;
	font-size: 1.0em;
	color: black;
	background: white;
}

.search_link  {
	font-family: arial, sans-serif;
	font-size: 1.0em;
	color: black;
	background: white;
	width: 200px;
	float: right;
	text-align: right;
}

.results  {
	font-family: arial, sans-serif;
	font-size: 1.0em;
	color: black;
	background: white;
	width: 725px;
	padding: 5px 0px 5px 15px;  /* top, right, bottom, left  */
}


.data_table_results  {
	width: 725px;
}

/* Item Display classes */

.main_container_item_display  {
	width: 725px;
	clear: left;
	padding: 5px 0px 5px 15px;  /* top, right, bottom, left  */
}

.disclaimer  {
	font-family: arial, sans-serif;
	color: black;
	font-size: .90em;
	width: 725px;
	padding-top: 10px;
	clear: left;
}

.display_container  {
	width: 725px;
	clear: left;
	padding-top: 15px;
	padding-right: 15px;
}

.item_display_label  {
	width: 230px;
	float: left;
	clear: left;
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
}

.item_display_field  {
	width: 400px;
	float: left;
	font-family: arial, sans-serif;
	color: black;
	font-size: 1.0em;
}

.return_link  {
	font-family: arial, sans-serif;
	font-size: 1.0em;
	color: black;
	background: white;
	width: 725px;
	text-align: right;
	padding-bottom: 20px;
}

.th_heading  {
	font-family: arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: black;
	background: white;
	text-align: left;
	width: 200px;
	font-style : italic;
	padding-bottom: 7px;
}

.th_heading2  {
	font-family: arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: black;
	background: white;
	text-align: left;
	width: 100px;
	font-style : italic;
	padding-bottom: 7px;
}

.index_center  {
	font-family: arial, sans-serif;
	font-size: 1.0em;
	color: black;
	background: white;
	text-align: center;
}

.data_table  {
	float: left;
	clear: left;
}

