/* crossQuery RESULTS stylesheet */





form {
	display: inline;
}

.clear {
	clear: both;
}

/*div.header {
	 border: 1px solid #999999;
	 width: 99%;
	 border-bottom: 0;
	 margin: 0 auto;
	 background-color: #EEEEEE;
}*/

div.header img {
	border: 0;
}

div.header img.xtf-logo {
	float: left;
	margin: 21px 0 0 15px
}

div.header img.your-logo {
	float: right;
	margin: 10px 15px;
}

div.footer {
   margin: 0 auto;
	 width: 99%;
	 text-align: center;
	 padding: 10px 0;
	 margin-bottom: 20px;
}

/* Forms */

div.searchPage {
   margin: 0 auto;
	 background-color: #fff;
	 width: 100%;
	/* border: 1px solid #cccccc;*/
}

div.forms {
	min-height: 300px;
}

div.forms table {
   width: 100%;
   padding: 0;
   border-collapse: collapse;
}

div.forms table td {
    padding: 1px;
	
}

div.forms table td.tab,
div.forms table td.tab-select {
	width: 33%;
	height: 30px;
	text-align: center;
	padding: 0;
	
}

div.forms table td.tab {
                /*border: 1px solid #999;*/
	 background-color: #eeeeee;
}

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: 100%;
	 /*margin: 20px 0 10px 10px;*/
	/* text-align: center;*/
}

#searchDiv {
 /* line-height: 1.8em;*/
}

#exampleDiv  {    
   font-size: .85em;
   /*padding: 1%;    */
     /*border: 1px solid #cccccc;*/
     /*background-color: #eeeeee;   */
}

/*#exampleDiv h3 {
               font-size:1.1em;	
}*/

/*div.clearBoth {
  clear:both;
}*/

div.form table {
	/*margin: 0 auto;*/
}

table.browseTable {
	width: 100%;
	margin-bottom: 20px;
	padding: 17px 17px 27px 17px;
	/*border: 1px solid #cccccc;*/
}

div.searchDiv table.searchTable {
	/*padding: 10px;	*/
	margin: 0;
	width: 100%;
}

div.exampleDiv table.sampleTable {	
	/*padding-bottom: 4px;*/
	margin: 0;
	width:100%;
}

div.exampleDiv table.sampleTable td {
	padding: 5px;
}

div.exampleDiv table.sampleTable select {
	color:#666666;
}

table td.sampleQuery {
   width:94px;
   font-family: courier, serif;
   font-size:.9em;
}

input.exampleInput {
  color:#666666;
}

table td.sampleDescrip {
    font-style: italic;
    font-size:.8em;
}

div.form  h2 {
	font-size:1.2em;
	margin: 10px 0px 10px;
}

div.form h3 {
    font-size: 1.1em;
    margin: 0px 0px 5px;
}

table.searchTable fieldset {
  border: 0;
  padding-bottom: 10px;
}

table.searchTable legend {
  font-style: normal;
  font-weight:bold;
  font-size: 1.0em;
  color : #444444;
  background : transparent; 
  margin: 4px;
}

label {
    font-weight: normal;
}

/*div.form legend:after {
  content: ":";
}*/


/*div.form table.left_table {
	border-right: 1px solid #cccccc;
	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;
}

#searchContainer table td.indent {
   width: 8px;
}

#searchContainer table td.label {
   width: 94px;
}



/* Results */

div.resultsHeader {
   width: 99%;
	 border: 1px solid #999999;	 
	 background-color: #EEEEEE;
	 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-top: -1px;
   background-color: white;
	 width: 99%;
	 border: 1px solid #999999;
	 border-top: 0;
}


html>body div.results {
   margin: 0 auto;
   background-color: white;
	 width: 99%;
	 border: 1px solid #999999;
	 border-top: 0;
}


div.results table {
	margin: 0 12px;
	width: 97%;
}

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: #FBFBFB;
	border: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 10px;
}

div.docHit table td {
	/* border: 1px solid #E31736; */
}

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: 16%;
   text-align: right;
}

div.docHit .typeIcon {
	vertical-align: text-top;
	margin-left: 1px;
}

.hit {
   color: #E31736;
   font-weight: bold;
}

.subhit {
   color: #E31736;
   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;
	padding: 10px;
}

div.getAddress h2 {
	margin: 0 0 10px 0;
	font-size: 120%;
}

div.emailSuccess {
        margin: 20px 0 20px 0; 
        color: #444444;
        font-weight:bold;
        
}

.term {
  color: #E31736;
}

h1{
		color: #444444;
		font-size: 1.55em;
		font-weight:400;
		padding: 0px 0px 0px 0px;
		margin:10px 0px 0px 0px;
	}

