/* ---------------- style sheet for site search pages ----------------- */
.thenice8 {color:#000000;font-size:8pt;line-height:15pt;
font-family:verdana, arial, helvetica, sans-serif;
}
.thenice10 {color:#000000;font-size:10pt;line-height:15pt;
font-family:verdana, arial, helvetica, sans-serif;
}
/*  --------------- for errors box : added 24 Nov 2008  --------------- */
.thenice10 .errors {
border: 1px outset silver;
padding: 3px 6px;
background-color: #b2cde0;
}
/*  -------- equivalent of $BOLD_RESULTS_BG_COLOR in Setup.pm --------  */
.thenice10 .results {
background-color:#dddddd;
}
/*  --------- equivalent of $BOLD_TERMS_BG_COLOR in Setup.pm ---------- */
.thenice10 .terms {
background-color:#dddddd;
}
/*  ---------------- this was previously in bstyle.css ---------------- */
/*  ---------------- but is only used by RLsearch.tpl ----------------  */
.navbar2{
	background-color:#ffd0ff;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:3px dashed silver;
	border-right:3px dashed silver;
	padding:4pt;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
}
.helpOL li{
list-style-image:url('/images/MShelp.gif');
padding:5px 0px 0px 30px;
vertical-align:middle;
}
.helpUL li{
list-style-image:none;
padding:0px;
}
.helpLS{
margin:3px 0px;
}
.helpLSB{
margin:3px 20px;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border-left: 3px ridge silver;
border-top: 3px ridge silver;
border-right: 3px ridge darkgray;
border-bottom: 3px ridge darkgray;
padding: 3px 6px;
background-color: #b2cde0;
visibility: hidden;
z-index: 100;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
