
 /* the following are 'contextual selectors'; they don't */ 
 /* require the 'class' attribute in order to work.      */ 

 /* the following applies to the href links in the       */ 
 /* righthand (record data) column of the results pages. */
 td a:link    {color: #EADD9A; text-decoration: none}
 td a:visited {color: #D3B972; text-decoration: none} 
 td a:active  {color: #FDEFA8; text-decoration: none}
 td a:hover   {color: #FDEFA8; text-decoration: underline} 

 /* the following applies to the caption */ 
 /* link under the thumbnail image.      */
 td b a:link    {color: #000099; text-decoration: none}
 td b a:visited {color: #03036A; text-decoration: none} 
 td b a:active  {color: #333333; text-decoration: none}
 td b a:hover   {color: #333333; text-decoration: underline} 

 /* the following applies to links  */ 
 /* on the 'parish register index'. */
 td pre a:link    {color: #000099; text-decoration: none}
 td pre a:visited {color: #03036A; text-decoration: none} 
 td pre a:active  {color: #333333; text-decoration: none}
 td pre a:hover   {color: #333333; text-decoration: underline} 

 /* the following applies to the href links in    */ 
 /* the body of the 'browse the collection' page. */
 td.browse a:link    {color: #FFFFFF; text-decoration: none}
 td.browse a:visited {color: #EEEEEE; text-decoration: none} 
 td.browse a:active  {color: #FFFFCC; text-decoration: none}
 td.browse a:hover   {color: #FFFFCC; text-decoration: underline} 
 td.browse           {color: #A7A7A7;} 

 /* the following applies to the gray section header */ 
 /* bars found on various settings and help pages.   */
   .sectionHeader   {font-family: Arial, Helvetica, Sans-Serif; 
                     text-transform:uppercase; font-size: 10pt; 
                     color: #848684; background-color:#E6E3E6;} 

   .pageHeader      {color: #D3B972;} 
   .subHeader       {color: #FDEFA8;} 
   .categoryHeader  {color: #FFFFCC;} 
   .sortByHeader    {color: #8D7D8D;} 
   .sortByDesc      {color: #AA9896;} 

   .fieldBorder     {border-top: thin solid 4px #5A515A; 
                     border-left: thin solid 3px #393031; 
                     border-right: thin solid 3px #5A494A; 
                     border-bottom: thin solid 4px #392C29;} 
