
 /* 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: #00009C; text-decoration: none}
 td a:visited {color: #1B2B70; text-decoration: none} 
 td a:active  {color: #5A71AD; text-decoration: none}
 td a:hover   {color: #5A71AD; 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: #00009C; text-decoration: none}
 td.browse a:visited {color: #1B2B70; text-decoration: none} 
 td.browse a:active  {color: #5A71AD; text-decoration: none}
 td.browse a:hover   {color: #5A71AD; text-decoration: underline} 
 td.browse           {color: #848684;} 

 /* 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: #7B1421;} 
   .subHeader       {color: #000000;} 
   .categoryHeader  {color: #9C9A9C;} 
   .sortByHeader    {color: #996767;} 
   .sortByDesc      {color: #9C9A9C;} 

   .fieldBorder     {border-top: thin solid 4px #9A9591; 
                     border-left: thin solid 3px #CEC3BD; 
                     border-right: thin solid 3px #F2E2D9; 
                     border-bottom: thin solid 4px #F2E2D9;} 
