
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Search Panel
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

div.SearchPanel { height: 30px; background: url('../Images/Search/SearchBG.gif') left top repeat-x scroll; border: 1px solid #085287; position: relative; }
div.SearchPanel div.Label { color: #FFF; position: absolute; top: 8px; left: 10px; text-transform: uppercase; }
div.SearchPanel div.Input { width: 180px; position: absolute; top: 4px; left: 60px; }
div.SearchPanel div.Input input { width: 162px; padding-right: 18px; }
div.SearchPanel div.Link { position: absolute; top: 40px; left: 5px; color: #999; font-size: 80%; }
div.SearchPanel div.Link a:link,
div.SearchPanel div.Link a:visited { color: #999; }
div.SearchPanel div.Link a:hover { color: #999; }
div.SearchPanel div.Submit { position: absolute; top: 38px; right: 6px; }
div.SearchPanel div.Icon { position: absolute; top: 7px; right: 10px; width: 16px; height: 16px; background: #FFF; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Search Result
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

div.SearchResultHolder { margin-top: 5px; }
div.SearchResult { margin-bottom: 20px; width: 100%; position: relative; border-bottom: 1px dashed #CCC; padding-bottom: 10px; }
div.SearchResult h2 { color: #3A434B; font-size: 110%; margin: 0px 0px 6px; padding: 0px; background: none; text-transform: none; }
div.SearchResult h2 em { font-style: normal; font-size: 90%; font-weight: normal; }
div.SearchResult h2 a:link,
div.SearchResult h2 a:visited { color: #3A434B; text-decoration: none; }
div.SearchResult h2 a:hover { color: #3A434B; text-decoration: underline; }
div.SearchResult p { margin: 5px 0px; }
div.SearchResult p.SubHeading { color: #999; font-weight: bold; }
div.SearchResult p.Text { width: 370px; color: #3A434B; }
div.SearchResult p.Text.Wide { width: 550px; }
div.SearchResult p.Link { color: #F08A05; }
div.SearchResult p.Link a { font-weight: bold; }
div.SearchResult p.HighlightStrong strong { color: #000; background-color: #FFFFCC; font-weight: normal; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Search Pager
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

div.SearchPager { text-align: center; margin-top: 40px; }
div.SearchPager a { margin: 2px; padding: 2px 5px; border: 1px solid #CCC; text-decoration: none; color: #666;  }

div.SearchPager a.Disabled,
div.SearchPager a.Disabled:hover { color: #BBB; border-color: #EEE; }

div.SearchPager a.Selected,
div.SearchPager a.Selected:hover { color: #FFF; background: #006699; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/



