/* **** Search Result styles *** */

/* Search Input Field */
.searchBox {
 background-color: #F7F7F7;
 border-color : #CC0000;
 font-family: Tahoma, Arial, Verdana, sans-serif;
 font-size: 11px;
}

/* **** Search Result styles *** */
/* Title: */
.SearchResultTitleLabel{
 font-size: 11px;
 font-weight: bold;
 color: #333333;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* Main link */
.SearchResultTitle:Link {
 font-size: 11px;
 color: #357600;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

.SearchResultTitle:Hover {
 font-size: 11px;
 color: #E60000;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

.SearchResultTitle:Active {
 font-size: 11px;
 color: #E60000;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

.SearchResultTitle:Visited {
 font-size: 11px;
 color: #357600;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* Rank: */
.SearchResultRankLabel{
 font-size: 10px;
 font-weight: bold;
 color: #333333;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* 50% */
.SearchResultRank {
 font-size: 10px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* Size: */
.SearchResultSizeLabel {
 font-size: 10px;
 font-weight: bold;
 color: #333333;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* 50kb */
.SearchResultSize {
 font-size: 10px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* Type: */
.SearchResultDocumentTypeLabel {
 font-size: 10px;
 font-weight: bold;
 color: #333333;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* HTML Document */
.SearchResultDocumentType {
 font-size: 10px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* Keywords */
.SearchResultKeywordsLabel {
 font-size: 10px;
 font-weight: bold;
 color: #333333;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* Not sure, but I think it scans for searched words and highlights them */
.SearchResultKeywords {
 font-size: 10px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* Summary: */
.SearchResultSummaryLabel {
 font-size: 11px;
 font-weight: bold;
 color: #333333;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* ... This is the most popular... */
.SearchResultSummary {
 font-size: 11px;
 color: #515151;
 font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* **** Search Result styles *** */