/* **** Search Result styles *** */

/* Search Input Field */
.searchBox {
 color: #292929;
 background-color: #FFFFFF;
 font-family: Arial,Verdana,Helvetica;
 font-size: 10px;
 border-color: #248DAA;
 border-top-width: 1px; 
 border-right-width: 1px; 
 border-bottom-width: 1px; 
 border-left-width: 1px;
 scrollbar-face-color: #248DAA;
 scrollbar-highlight-color: #389DCC;
 scrollbar-shadow-color: #000000;
 scrollbar-3dlight-color: #389DCC;
 scrollbar-arrow-color: #AF1b20;
 scrollbar-track-color: #9b9fa1;
 scrollbar-darkshadow-color: #8BABBC;
}

/* Title: */
.SearchResultTitleLabel{
 font-size: 11px;
 font-weight: bold;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* Main link */
.SearchResultTitle:Active {
 font-size: 11px;
 color: #630B03;
 font-family: Arial, Helvetica, sans-serif;
}

.SearchResultTitle:Hover {
 font-size: 11px;
 color: #AD6443;
 font-family: Arial, Helvetica, sans-serif;
}

.SearchResultTitle:Link {
 font-size: 11px;
 color: #630B03;
 font-family: Arial, Helvetica, sans-serif;
}

.SearchResultTitle:Visited {
 font-size: 11px;
 color: #8D5336;
 font-family: Arial, Helvetica, sans-serif;
}

/* Rank: */
.SearchResultRankLabel{
 font-size: 10px;
 font-weight: bold;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* 50% */
.SearchResultRank {
 font-size: 10px;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* Size: */
.SearchResultSizeLabel {
 font-size: 10px;
 font-weight: bold;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* 50kb */
.SearchResultSize {
 font-size: 10px;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* Type: */
.SearchResultDocumentTypeLabel {
 font-size: 10px;
 font-weight: bold;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* HTML Document */
.SearchResultDocumentType {
 font-size: 10px;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* Keywords */
.SearchResultKeywordsLabel {
 font-size: 10px;
 font-weight: bold;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* Not sure, but I think it scans for searched words and highlights them */
.SearchResultKeywords {
 font-size: 10px;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* Summary: */
.SearchResultSummaryLabel {
 font-size: 12px;
 font-weight: bold;
 color: #391309;
 font-family: Arial, Helvetica, sans-serif;
}

/* ... This is the most popular... */
.SearchResultSummary {
 font-size: 11px;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
}

/* **** Search Result styles *** */