/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-  search PAGE  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   The frame in which all the search stuff sits
*/
   
#resultsFrame {
   width: 500px;
}
   
#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: 0px auto 0px;
   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;
}


