form {
	display: inline;
}

/* Forms */

.forms {
   font-family: "Microsoft Himalaya";
   font-size: 10px !important;
}

div.searchPage {
	 width: 320px;
     margin: 0 auto;
	 background-color: #FFFFFF;
	 border-right: 0px solid #666;
	 border-left: 0px solid #666;
	 border-top: 0px solid #999;
	 border-bottom: 0px solid #666;
}

div.forms {
	min-height: 500 px;
}

div.forms table {
   width: 100%;
}

div.forms table,
div.forms table td {
	/*border: 1px solid #ccc;*/
}

div.forms table td.tab,
div.forms table td.tab-select {
	width: 25%;
	text-align: center;
	padding: 0.5em;
}

div.forms table td.tab {
   border: 1px solid #999;
	 background-color: #E8EBF1;
}

div.forms table td.tab-select {
   border: 1px solid #999;
	 border-bottom: 0;
}

div.forms table td.tab a {
	text-decoration: none;
	color: #333;
}

div.forms table td.tab a:hover {
	text-decoration: underline;
}

div.forms table td.tab-select a {
	color: #424F8D;
}

div.form {
   width: 99%;
	 margin: 10px 0 10px 10px;
	 text-align: center;
}

div.form table {
	margin: 0 auto;
}

div.form table.top_table {
	width: 85%;
	margin: 0 auto;
}

div.form table.left_table {
	border-right: 1px solid #ccc;
	text-align: left;
	margin-right: 40px;
	width: 90%;
}

div.form table.right_table {
	margin: 0 25px;
}

div.form table h4 {
	margin: 0 0 10px 0;
}

div.form table,
div.form table td {
	/*border: 1px solid #ccc;*/
}

div.form table td {
	vertical-align: top;
	text-align: left;
}

div.form table td table td {
	vertical-align: middle;
}

div.form table td.indent {
   width: 2px;
}

table.sampleTable {
	margin-top: 20px;
}

table.sampleTable td {
	padding: 5px;
}

table td.sampleQuery {
   font-family: courier, serif;
   border-style: solid;
   border-color: black;
   border-width: 1px 1px 1px 1px;
}

table td.sampleDescrip {
    font-style: italic;
}

/* Results */

div.resultsHeader {
   width: 99%;
	 border-right: 1px solid #666;
	 border-left: 1px solid #666;
	 border-top: 1px solid #999;
	 border-bottom: 1px solid #999;
	 background-color: #f5f5f6;
	 margin-left: auto;
	 margin-right: auto;
}

div.resultsHeader table {
   width: 100%;
}

div.resultsHeader table td {
	padding: 2px 5px;
}

td.right {
   text-align: right;
}

td.left {
   text-align: left;
}

td.center {
   text-align: center;
	 padding: 10px;
}

div.query {
   width: 350px;
	 float: left;
}

div.label {
   float: left;
}

div.resultsHeader .subQuery {
	float: left;
}

div.results {
   margin: 0 auto;
   background-color: white;
	 width: 99%;
	 border: 1px solid #666;
	 border-top: 0;
}

div.results table {
	margin: 0 10px;
}

div.results table td {
   vertical-align: top;
}

div.results table td.facet{
   width: 25%;
}

div.facetGroup {
	font-size: 95%;	
}

div.results table td.docHit{
}

div.docHit {
	background-color: #FAFAFB;
	border: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 10px;
}

div.docHit table td {
	/* border: 1px solid red; */
}

div#main_2, div#main_4, div#main_6, div#main_8, div#main_10, div#main_12 {
	
}

div.docHit table td.col1{
   width: 4%;
   text-align: left;
}

div.docHit table td.col2{
   width: 10%;
   text-align: right;
}

div.docHit table td.col3{
   width: auto;
   text-align: left;
}

div.docHit table td.col4{
   width: 10%;
   text-align: right;
}

div.docHit .typeIcon {
	vertical-align: text-top;
	margin-left: 1px;
}

.hit {
   color: #FD8239;
   font-weight: bold;
}

.subhit {
   color: #FD8239;
   font-weight: bold;
	 margin-left: 5px;
}

.hitsection {
   background-color: #D6DCE5;
}

div.facetName {
  font-weight: bold;
	margin: 10px 0;
	font-size: 95%;
}

div.facet table {
   border-style: none;
}

div.facet table td.col1 {
   width: 12px;
   text-align: center;
   vertical-align: middle;
   padding-right: 0.5em;
	 color: #6699CC;
}

div.facet table td.col2 {
   padding-bottom: 0.1em;
   padding-top: 0.1em;
}

div.facet table td.col3 {
   text-align: right;
}

div.facetMore {
   margin-top: 0.5em;
   margin-left: 2em;
}

div.facetLess {
   margin-left: 2em;
   margin-bottom: 0.5em;
}

div.getAddress {
	width: 95%;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #666;
	border-top: 0;
	padding: 10px;
}

div.getAddress h2 {
	margin: 0 0 10px 0;
	font-size: 120%;
}
