/*
The following is a list of CLASS and ID selectors based on attributes generated 
in GSA search results markup when using the open-source Google Code GSA XHTML Stylesheet:
http://code.google.com/p/gsa-xhtml-stylesheet/

This list was originally created by Brian Lawlor for The Findability Project:
http://www.findabilityproject.org/

Version 1.0 - December 4, 2008
*/
 
 
h1#lg { /* Google logo */
	
	}

p#sk { /* P tag enclosing "skip to" query or results  */
	
	}
p#nd { /* P tag enclosing web, images, groups, etc. links  */

	}
	
div#sf { /* DIV tag enclosing search form at the top of the page  */
	
	}
	
input#q { /* search text input field */
	
	}

p.sa { /* P tag enclosing both search radio button options */
	
	}

span.ac { /* SPAN tag enclosing individual search radio buttons  */
	
	}		
	
p.sn { /* P tag enclosing advanced search and search tips links */
	
    }

span.as { /* SPAN tag enclosing comma separating the advanced search
             and search tips links */
	
    }

div#su { /* DIV tag enclosing "Results 1-10 of about..." and
            "Search took 0.03 seconds" (whatever) */
	
    }

span.st { /* SPAN tag enclosing "Search took 0.03 seconds" (whatever) */
	
    }

div#ns { /* DIV tag enclosing both "Next" and 
            "Sort by date"/"Sort by relevance links */
	
    }

p#nt { /* P tag enclosing "Previous" and "Next" links */
	
    }

span.sp { /* SPAN tag enclosing enclosing comma separating 
             "Previous" and "Next" links; and comma separating
			 "Sort by date" and "Sort by relevance links */
	
    }

span.pp { /* SPAN tag also enclosing "Previous" link */
	
    }

span.np { /* SPAN tag also enclosing "Next" link */
	
    }

span.sp { /* SPAN tag enclosing enclosing comma separating
             "Sort by date" and "Sort by relevance links */
	
    }   

p#so { /* P tag enclosing "Sort by date" and "Sort by relevance links */
	
    }

div#re { /* DIV tag enclosing "Results" H3 and all generated search results */
	
    }

/* In general, the search results as a whole on each page are generated as a 
   definition list (DL), within which the individual search results are generated 
   as definition titles (DT) with related definition descriptions (DD);
   the search result number, filetype and link to the linked document or file
   are within the DT tag;
   the descriptions of the search result are within P tags that are embedded
   with the DD tag;
   the links to the text and cached versions of the search result are also
   within the DD tag. 
   
   */

/* The following selectors relate to the DT section of individual search results */

dt span.rn { /* SPAN tag enclosing search result number */
	
	}
	
dt strong.ft { /* STRONG tag enclosing [filetype], i.e, [PDF], [PPT], etc. */
	
	}
	
dt a.l { /* ANCHOR tag for link to search result */
	
	}
	
dt.l2 { /* secondary or sub-level search result
           (Google default is to display as indented) */
	
	}	
	
/* The following selectors relate to the DD section of individual search results */

dd p.s { /* summary description of the search result */
	
    }

dd p.s span.s2 { /* supplemental description of search result */
	
	}
	
dd p.st { /* URI for the search result */
	
	}
	
dd p.st span.rc { /* SPAN tag enclosing link to the text and/or 
                     cached versions of the search result */
	
	}
	
dd p.st span.rc a.f { /* link to the text and/or cached versions of the search result */
	
	}
	
/* The following selectors relate to the parts of the search result page
   below the actual search results; this area of the search result page also 
   includes several of the same selectors listed above;
   e.g., span.pp, span.sp, p.sa and so on. */
   
div#n { /* DIV enclosing "Result Page" H3 and "Previous ... Next" page navigation */
	
	}
	
div#n div.co,
div#n div.go { /* used in a further embedded DIV also enclosing the 
                  "Result Page" H3 and "Previous ... Next" page navigation */
	
	}
	
div#n div.co span.cp { /* "current page" number being displayed  */
	
	}
	
div#sb { /* DIV enclosing search form at the bottom of the page */
	
	}
	
div#sb input#q_f { /* text input field in search form at the bottom of the page */
	
	}
	
div#sb p.sn { /* P tag enclosing "Search Within Results," "Advanced Search," 
                 and "Search Tips" links at the bottom of the page */
	
	}	
	
div#sb p.sa { /* P tag enclosing search radion button options at the bottom of the page */
	
	}
	
div#sb p.sa span.ac { /* SPAN tag enclosing individual search radio buttons
                         at the bottom of the page */
	
	}			

p#co { /* P tag enclosing "Powered by Google Search Appliance" */
	
	}