/*Search page body */

/* Winford Comment */
/*  body {background-color:#FFFFFF; font-family:arial,sans-serif; font-size: 13px; }  */

/*Top categories*/
.main_cat1 {font-size: 16px; font-weight: bold; color:#0000FF}
.main_cat2 {font-size: 12px; font-weight: bold; color:#0000FF}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}

/*Small urls*/
/* Sphider Original: */
/* .url {color: #115599}  */
/* Winford Modification */
.url {font-family:arial,sans-serif; color: #115599; font-size: 13px;} 


/* Winford Comment  */
/* a:visited{color:#5555AA} */

/* Sphider Comment */
/*hr{color:#000066}*/

/*Page descriptions*/

/* Sphider Original: */
/*  .description{font-size: 13px;}  */
/* Winford Modification:  */
.description{font-family:arial,sans-serif; font-size: 13px;}



/* Winford Addition */
.doctype{font-family:arial,sans-serif; font-size: 12px;}
/* /Winford Addition */


/* */
/* Winford Comment */
/* td {font-family:arial,sans-serif; font-size: 13px; }  */

/* Title/link of pages */
.title{color:#0000FF; font-size:15px}
/* Winford Modification  */
.title:visited{color:#5555AA}
/* /Winford Modification */

/* Sphider Original  */
/*  .searchBox{border:1px solid #113377;}  */
/* Winford Modification */
/* NOTE:  This is for the search box appearing on the search page above the search results.  */
.searchBox{border:1px solid #cccccc;}  

/* Winford Addition - START */
.searchFrameForPageHeader table{
	border: 0px;
} 
.searchFrameForPageHeader td{
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-top: 3px;
	border-spacing: 0px;
	border: 0px;
	/* Note:  Background color is specified in HTML; doing so in CSS causes the suggestions drop-down colors to not work right, especially when the highlighting is done  */
	/* background-color: #a5a5a5; */		
}

.searchFrameText{font-family:arial,sans-serif; font-size: 12px;}

.searchInputBoxWrapper table{
	border: 0px;
}
.searchInputBoxWrapper td{
	/*This wrapper is meant to override the cellspacing of the parent table so that the search suggestions are tightly grouped */
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	/* Note:  Background color is specified in HTML; doing so in CSS causes the suggestions drop-down colors to not work right, especially when the highlighting is done  */
	/* background-color: #e6e6bf; */
}

.searchButtonForPageHeader{
	font-family:arial,sans-serif; 
	font-size: 14px;
	color: white;	/*font color */
	 background: #fd8240;  
	border: 1px solid;
	border-color: #444444;
}

/* Winford Addition - END*/


#result_report {
	/* Original:    */
    /* text-align:center ;  */
	/* font-weight: bold;   */
	/* --------------- */

	/*Winford*/
	text-align: left;
	/* --------------- */

	padding:3px;
	background-color:#e5ecf9; 
	/* Winford Modification   (bottom margin original value:  14px)  */
	margin-bottom:0px;
	/* /Winford Modification */

	/* Winford Modification */
	font-family:arial,sans-serif;
	font-size: 13px;
	width: 780;
	/* /Winford Modification */
}

/* Winford Addition */

/* Font for displaying search result type (Web Page, Part #, etc) */
#search_source {
	font-family:arial,sans-serif;
	font-size: 15px;
	font-weight: bold;	
}

/* Font for displaying results metrics (e.g. results 1 - 10 of 102, 0.01 seconds) */
#results_metrics {
	font-family:arial,sans-serif;
	font-size: 13px;
}

/* Fonts for displaying user-selectable results per page */
.results_pp{
	font-family:arial,sans-serif;
	text-decoration: none;
	font-size:12px
}
.results_pp:link{
	color:#0000AA; 
}
.results_pp:visited{
	color:#0000AA;
}
.results_pp:hover{
	color:#0000AA;
	text-decoration: underline;
}

/*----------------- */


/* Winford Addition */
/* Link to display results from a particular search source */
.searchsource_small{
	font-family:arial,sans-serif;
	text-decoration: none;
	font-size:11px
}
.searchsource_small:link{
	color:#0000AA;
	text-decoration: none;
}
.searchsource_small:visited{
	color:#0000AA;
	text-decoration: none;
}
.searchsource_small:hover{
	color:#0000AA;
	text-decoration: underline;
}

.searchsource_medium{
	font-family:arial,sans-serif;
	text-decoration: none;
	font-size:13px
}
.searchsource_medium:link{
	color:#0000AA;
	text-decoration: none;
}
.searchsource_medium:visited{
	color:#0000AA;
	text-decoration: none;
}
.searchsource_medium:hover{
	color:#0000AA;
	text-decoration: underline;
}
/*----------------- */

/* Winford Addition */
#result_report_nomatch_msg {
	text-align: left;
	padding:3px;
	font-family:arial,sans-serif;
	font-size: 13px;
}
/*----------------- */

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:#e5ecf9; 
	font-weight: bold
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#e5ecf9; 
	font-weight: bold
}

/* Winford Comment */
/* hr{color:#000066;}  */
hr.powered{width:550; color: #000066}

/*main results table */
#results{width: 780;}

h1 {
	text-align: center;
	font-family: Verdana, Ariel;
	font-size:24px;
	color: #000066;
	}

#other_pages {
	text-align:center;
	/* Winford Modification */
	font-family:arial,sans-serif;
	font-size: 15px;
	width: 780;			/* same width as search results listing */
	/* /Winford Modification */
}

/* Winford Addition */
/* Links to display other results pages */
#other_pages_url{
	text-decoration: none;
}
#other_pages_url:visited{
	color:#0000AA;
}
#other_pages_url:hover{
	color:#0000AA;
	text-decoration: underline;
}

#other_pages_static{
	color:#AAAAAA;
}

/*----------------- */

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	vertical-align: center;
	/* Winford Modification */
	font-family:arial,sans-serif;
	/* /Winford Modification */
}

#common_report {
	/*ORIG:  text-align:center;  */
	/* Winford Modification */
	font-family:arial,sans-serif;
	font-size: 13px;
	margin-bottom:10px;
	/* /Winford Modification */		
}

/* Winford Addition */
#ignored_words_report {
	font-family:arial,sans-serif;
	font-size: 13px;
	text-align: left;
	padding:3px;
	background-color:#ffff99; 
	width: 500;
}	
/*----------------- */


#cat_table {
		width:600px;
		margin-top:20px;
		padding-top:10px;
		padding-bottom:20px;
		border-top:1px solid #AAAAAA;
		border-bottom:1px solid #AAAAAA;

}

#cat_main {
	font-weight: bold;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
	/* Winford Modification */
	width: 780;			/* same width as search results listing */
	/* /Winford Modification */	
}


/* Winford Addition */
.divline_search_list{
	margin-top:4px;
	margin-bottom:4px;
	border-bottom:1px solid #eeeeee;
	width: 705;		
}	
/* --------------- */


#sub_cat {
	font-size:12px;
}

.idented {
	margin-left:30px;
}

#did_you_mean {
	/* ORIGINAL:  font-size: 14px;     */
	/* ORIGINAL:  margin:10px;		   */
	/* ORIGINAL:  text-align:center ;  */
	/* ORIGINAL:  margin-left:0px;

	/* Winford Modification */
	margin-left: 25px;
	font-size: 17px;
	font-family:arial,sans-serif;
	color: #ff0011;
	padding-bottom: 10px;	
	/* /Winford Modification */	

}

/* Winford Addition */
/* Info Tables - used on help page*/
table.info {
	border: 1px solid #ffcc99;
	margin-left:40px;
	font-family: arial,sans-serif;
}
table.info td{
	background-color: #ffffdd;
	font-size: 13px;
	vertical-align: top;
}
/* --------------- */
