/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*

   Chandos Styles for Search Results etc

   Authors:
      Name  : Hugh Field-Richards, Ian Field-Richards
      Email : hsfr@hsfr.org.uk, ifr@sevenseventyfour.com

   LICENSE:
 
   This software is free software; you can redistribute it
   and/or modify it under the terms of the GNU Lesser General
   Public License as published by the Free Software Foundation;
   either version 2.1 of the License, or (at your option) any
   later version.
   
   This software is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
   Lesser General Public License for more details.
   
   You should have received a copy of the GNU Lesser General Public
   License along with this software; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-  search PAGE  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   The frame in which all the search stuff sits
*/
   
#resultsFrame {
   width: 390px;
}
   
#resultsFrame h1 {
   font-family: Georgia,times,serif;
   color: rgb( 102, 0, 0 );
   font-style:italic;
   font-size: 150%;
}

#resultsFrame h2 {
   font-family: Georgia,times,serif;
   color: rgb( 102, 0, 0 );
   font-style:italic;
   font-size: 120%;
}

div.resultItemTitle a:link { color: #666666;  text-decoration: none }
div.resultItemTitle a:visited { color: #666666;  text-decoration: none }
div.resultItemTitle a:hover { color: white; text-decoration: none; background-color: #A84E1D; }
div.resultItemTitle a:active { color: #666666;  text-decoration: none }

.phraseHighlight {
   color: green;
   font-style:italic;
   font-weight:bold
}

/*
   Each result sits in a div
*/

.resultsItemPanel {
   margin:			0px 0px 15px 10px;  /* top right bottom left */
   padding: 0px 0px 0px 10px;
   font-family: georgia,verdana,arial,sans-serif;
   color: rgb(102, 102, 102);
   width: 100%;
   border: 1px #C5B9A5 dotted;
}

.resultItemTitle {
   font-style: italic;
   font-weight:bold;
   font-size: 100%;}

.resultItem {
	padding:			0px 0px 0px 10px;  /* top right bottom left */
   font-size: 100%;
}

.resultItemComposer {
}

.resultItemWork {
   font-style:italic;
}

/*
   Search form panel
*/

#searchPanel {
   margin: 10px 5px 0px 5px;;
   width: 180px;
   border: black 1px solid;
   border-bottom: black 5px solid;
}

#searchPanelTitle {
   background-color: #660000;
   border: 1px solid #000000;
   color:#FFFFFF;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 100%;
   font-weight: bold;
   height: 16px;
   text-align: center;
   padding: 2px 5px;
}

#searchBody {
   background-color:#C5B9A5;
   border-left:1px solid #000000;
   border-right:1px solid #000000;
   color:#000000;
   font-family:Arial,Helvetica,sans-serif;
   font-size:95%;
   text-align:center;
   padding:5px;
}

#searchButton {
   padding: 5px 0px 0px 0px;
}

