	/* styles for refine search dialog */
	
/*	.searchText {width:460;height:180;white-space:pre;background-image:url('../../images/search_terms.jpg');background-attachment:fixed;}*/

	A.terms:link {text-decoration: none;color:#585240;font-size:12px;}
	A.terms:visited {text-decoration: none;color:#585240;font-size:12px;}
	A.terms:active {text-decoration: none;color:#585240;font-size:12px;}
	A.terms:hover {text-decoration: underline; color: #585240;font-size:12px;}
	#moveUpButton {position:absolute;z-Index:8;display:none;text-align:center;background-color:#FFF000;height:25px;font-family:arial;font-size:25px;color:#000000;cursor:pointer;cursor:hand;}
	#moveDownButton {position:absolute;z-Index:8;display:none;text-align:center;background-color:#FFF000;height:25px;font-family:arial;font-size:25px;color:#000000;cursor:pointer;cursor:hand;}		

	.fscInnerDiv {
		/* The table of FSCs and descriptions in the FSC Lookup floating panel */
		cursor:hand;
		cursor:pointer;		
		scrollbar-face-color: #C9B88A;
		scrollbar-shadow-color: #585240;
		scrollbar-highlight-color: #C9B88A;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #585240;
		scrollbar-arrow-color: #000000;
		overflow-x: hidden;
		overflow-y:scroll;

	}

	.refine_search_toptable {
		/* The group table */

		font-family : arial;
		font-style : normal;
		color : #ECEEEE;
		font-size : 12px;
		font-weight : normal;
		cellpadding:2;
		cellSpacing:1;		
		border:1px solid #20588B;
		background-color:#20588B;
	}

	
	
	.headerTable {
		font-family : arial;
		font-style : normal;
		color : #7FADCB;
		font-size : 14px;
		font-weight : normal;
	}
	
	.divTitle {
		/* The titles for floating panels */
		
		font-family : arial;
		font-style : normal;
		color : #8AA2BE;
		font-size : 28px;
		letter-spacing:2;
		font-weight : bold;
		cursor:hand;
/*		background-color:#585340; */
	}
	.divTitle2 {
		font-family : arial;
		font-style : normal;
		color : #ECEEEE;
		font-size : 15px;
		letter-spacing:1;
		background-color:#20588B;
		font-weight : bold;			
	}
	
	.fieldHeaders {
		color: #ECEEEE;
		font-family : arial;
		font-size : 12px;				
		background-color:#20588B; /* was #ECCC7A */
	}
	A.fieldHeaders:link {text-decoration: none}
	A.fieldHeaders:visited {text-decoration: none}
	A.fieldHeaders:active {text-decoration: none}
	A.fieldHeaders:hover {text-decoration: underline; color: #E19E05;}

	.fieldHeaders_selected {
		color: #E19E05;
		font-family : arial;
		font-size : 12px;				
		/*background-color:#E19E05; /* was #ECCC7A */
	}
	A.fieldHeaders_selected:link {text-decoration: none; color: #E19E05;}
	A.fieldHeaders_selected:visited {text-decoration: none; color: #E19E05;}
	A.fieldHeaders_selected:active {text-decoration: none;color: #E19E05;}
	A.fieldHeaders_selected:hover {text-decoration: underline; color: #E19E05;}


	.tiny_links_highlight {
	
	/* For when FSC is selected */
	
		color: yellow;
		font-family : arial;
		font-size : 10px;				
	}
	A.tiny_links:link {text-decoration: none; color: yellow;}
	A.tiny_links:visited {text-decoration: none; color: yellow;}
	A.tiny_links:active {text-decoration: none;color: yellow;}
	A.tiny_links:hover {text-decoration: underline; color: #ACA262;}

	
	.tiny_links {
	
	/* Little links like show list on the FSC button */
	
		color: #78BDF6;
		font-family : arial;
		font-size : 10px;				
	}
	A.tiny_links:link {text-decoration: none; color: #78BDF6;}
	A.tiny_links:visited {text-decoration: none; color: #78BDF6;}
	A.tiny_links:active {text-decoration: none;color: #78BDF6;}
	A.tiny_links:hover {text-decoration: underline; color: #ACA262;}

	
	
	.searchGroupRows {
		background-color:#CED9E7; /* was #DED4B9 */
		color:#585240;
		cursor: pointer;
		cursor:hand;		
	}

	.searchGroupRowsGlobalNot {
		background-color:#5085BB;
		color:#ECEEEE;
		cursor: pointer;
		cursor:hand;		
	}
	
	
	.searchGroupRowsGlobalNotOff {
		background-color:#C3C8CD;
		color:#333333;
		cursor: pointer;
		cursor:hand;		
	}

	
	tr.searchGroupRows:hover {
		background-color:#B9E3F1;
	}
	
	.termTable_small {
		font-family : arial;
		font-style : normal;
		color : #585240;
		font-size : 12px;
		font-weight : normal;
	}
	.termTable_light {
		font-family : arial;
		font-style : normal;
		color : #ECEEEE;
		font-size : 12px;
		font-weight : normal;
	}
	.termTable {
		font-family : arial;
		font-style : normal;
		color : #ECEEEE;
		font-size : 12px;
		font-weight : normal;
	}

	.termTable2 {
	/* search group "whatever" text */
		font-family : verdana,arial;
		font-style : normal;
		color : #585240;
		font-size : 16px;
		font-weight : normal;
	}

	
	.categories {
		cursor:pointer;
		cursor:hand;
 		color:#585240; 
		height:23px;
		padding:2px;
		background-color:#CED9E7; /* #DED4B9 */
	}
	.categories.td:hover {
		cursor:hand;
		color:#585240;
		height:23px;
		padding:2px;
		background-color:DBEBF0;
	}
 	.searchText {width:505px;height:180px;background-image:url('../images/search_terms.jpg');background-attachment:scroll;background-position:center;}	  /* white-space:pre; */
/* For some reason, searchText is defined in bid_search.php as well */

	/* End refine search styles */
	