
/*SEARCH CSS*/
/*controls you searched for label on results page*/
.searchbox-label {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold;}

 /*controls appearance of search input box*/
.searchbox {font-size: 12px; font-weight: bold;}

/*controls the bgcolor, border and other table stylings of results nav bar*/
.results-nav { color: #47464C; }

/*controls the text style search results of results nav bar*/
.results-nav-bar-text {color: #47464C; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; }

/*controls the text style of number of results of results nav bar*/
a:link.results-nav-bar-number {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration:none;}
a:visited.results-nav-bar-number {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration:none; }
a:hover.results-nav-bar-number {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration:none;}
a:active.results-nav-bar-number {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration:none;}

/*abstract title link */
a:link.results-title {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: none;}
a:visited.results-title {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: none;}
a:hover.results-title{color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: underline;}
a:active.results-title {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: none;}

/*controls numbering  of results*/
.result-number {color: #47464C; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}

/*controls type size of results 'description' */
.result-abstract {color: #47464C; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}

/*abstract url link */
a:link.results-url {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: underline;}
a:visited.results-url {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: underline;}
a:hover.results-url {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: none;}
a:active.results-url {color: #2E5399; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; text-decoration: none;}

/*the file size*/
.result-size {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;}

/*controls the placement, padding, and border color of the pbs.org matches box*/
.keymatch {float: right; width: 200px; padding: 4px; border: solid #aaaa88 1px}

/*header of national results box*/
.keymatch-header {font-weight: bold;}

/*shows the national results box*/
.keymatch-results {color: #47464C; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal; }

/*SYSTEM MESSAGES - THESE STYLES WILL NOT APPEAR ON THE SEARCH RESULTS PAGE, BUT ARE FOR SPECIAL SITUATIONS. IF NO STYLE IS SPECIFIED, THE MESSAGES WILL LOOK LIKE THE RESULT-ABSTRACT STYLE*/

/*displays a message if no results are found*/
.no-results {color: #47464C; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}

/*displays a message if google suspects the user has a spelling error*/
.spelling {color: #47464C; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}

/*displays a message if google finds words that are similar to those input by the user*/
.synonyms {color: #47464C; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: normal;}


