﻿/*=== Search Page - Eg. Match Found, Search Results, Number Of Pages Searched ===*/
td.Search_Heading{
 font-size: 8pt;
 font-weight: bold;
 line-height: 9pt;
 color: #565859}
/*=== Search Result Heading: Page Title ===*/
td.Search_Heading_PageTitle{
 font-size: 8pt;
 font-weight: bold;
 line-height: 9pt;
 color: #565859}
/*=== Search Result Heading: Excerpt ===*/
td.Search_Heading_Excerpt{
 font-size: 8pt;
 font-weight: bold;
 line-height: 9pt;
 color: #565859}
/*=== Search Result Heading: Rating ===*/
td.Search_Heading_Rating{
 font-size: 8pt;
 font-weight: bold;
 line-height: 9pt;
 color: #565859}
   
.Search_BoxColour{
 font-size: 8pt;
 background-color:#5BADCE}
    
/*=== Search Results Count: Eg. 1,2,3,4,5  ===*/
td.Search_ResultNumber{
 font-weight: bold;
 font-size: 9pt;
 line-height: 10pt;
 background-color: #5BADCE;
 color: #ffffff}
    
/*=== Search Results: Excerpt ===*/
td.Search_Excerpt{
 font-size: 8pt;
 line-height: 9pt;
 color: #5A5A5A} 

/*=== Search Results: Rating Percentage & Numbering within excerpt when searching 'Match ANY Word' ===*/
.Search_SubMatchCount{
 font-weight: bold;
 font-size: 8pt;
 line-height: 9pt;
 color: #898989} 

b.Search_SubMatch{font-weight:bold; color:#000000}

/*=== Search result links - Eg. Next to Page Title on reults ===*/
a.Search {
 color: #000000 !important;
 font-size: 8pt !important;
 line-height: 9pt !important}
a.Search:link{
 text-decoration: underline;
 color: #000000 !important;} 
a.Search:visited{
 text-decoration: underline;
 color: #000000 !important;} 
a.Search:active{
 text-decoration: none;
 color: #000000 !important;} 
a.Search:hover{
 text-decoration: none;
 color: #5BADCE !important;}

/*=== Page Number Link - Eg. When searching with 'Per Page' selected, this is the numbered links displayed ===*/
a.Search_PageNo{
 font-size: 9pt !important;
 font-weight: bold !important;
 line-height: 10pt !important}
a.Search_PageNo:link{
 text-decoration: underline !important;
 color: #ffffff !important;}
a.Search_PageNo:visited{
 font-size: 9pt !important;
 font-weight: bold !important;
 line-height: 10pt !important;
 text-decoration: underline !important;
 color: #ffffff !important;}
a.Search_PageNo:hover{
 font-size: 9pt !important;
 font-weight: bold !important;
 line-height: 10pt !important;
 text-decoration: none !important;
 color: #ffffff !important;}
.Search_PageNo_On{
 font-size: 9pt !important;
 font-weight: bold !important;
 line-height: 10pt !important;
 text-decoration: none !important;
 color: #ffffff !important;}