/* App */

/*======================================================================*/
/*																		*/
/*                         app.css (slate.css)                          */
/*																		*/
/*  Copyright 2023, National Park Service, Santa Monica Mountains, NRA  */
/*																		*/
/*                        Updated: 03/12/2023                           */
/*																		*/
/*======================================================================*/

/* This is required (but is superseded and thus masked.) */
a{color:#FFFFFF; font-weight:bold;}

/* The appearance of the links is defined by these four lines. */
a:link {color:#CCFFFF;}			/* unvisited links	*/
a:visited {color:#FFCCFF;}		/* visited links	*/
a:hover {color:#FFFF88;}		/* mouse over links	*/
a:active {color:#FF9933;}		/* selected links	*/

/* there are three body lines --> be sure to update all together. */
body {background: #181818;color: #FFFFFF;}

/* The basic scheme for the species "Detail" pages can be set here. */
body.species {background: #181818;color: #FFFFFF;}

/* The basic scheme for the query (search results) can be set here. */
body.queries {background: #181818;color: #FFFFFF;}

/* Highlighting for the three different Headings in the TOC links pages. */
table.mainanchor {background-color:#000000;color:#FFFFFF;width:100%;border:3px solid;border-color:#FFFFFF;}
table.secondanchor {background-color:#000000;color:#FFFFFF;width:100%;border:2px solid;border-color:#9999FF;}  /* blue */
table.secondjump {background-color:#000000;color:#FFFFFF;width:100%;border:2px solid;border-color:#9999FF;}  /* blue */

/* The scheme for the table of radio buttons on the "Finder" page. */
table.queryradiobuttons {background-color:#FFFFFF;color:#000000;}

/* Highlighting for the text of the species description on the "Detail" pages. */
table.speciessummary {background-color:#000000;color:#FFFFFF;border:2px solid;}

/* The style of the "ANF Description" (button) in the Detail pages */
table.SpeciesDescriptionButton {background-color:#000000;color:#FFFFFF;font-size:1.5em;padding:15px;border:2px solid;}

/* Highlighting for the Family Name Headings on the "Search Result" pages. */
table.querynameanchors{background-color:#000000;color:#FFFFFF;border:2px solid;border-color:#FFFFFF;}

/* The "Season" table on the "Finder Notes" page. */
table.seasons {background-color:#000000;color:#FFFFFF;border:2px solid;border-color:#FFFFFF;margin-left:auto;margin-right:auto;}

/* A highlighed <font> tag used in some of the comments. */
/* should now be obsolete, but not sure I got them all so leave it in. */
font.red{color:#FFFF99;}  /* bright yellow */

/* as <font> is deprecated, define a new color class for use in <span> */
.RedText{color:#FFFF99;}  /* bright yellow */

