/* ---------------- 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:#f0e6d6;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 2px dashed silver;
	border-right: 2px dashed silver;
	padding: .3em;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}
/*  --------------- this has been changed from #f0c6b6 ---------------  */
/*  ------------------- which looked a tad billious ------------------  */
/*  ------------ this is actually a "lightening" of #c0a07d ----------- */
/*  ---------------------- what's not to like ? ----------------------  */
.bgcolor {
	background-color: #f3d3b0;
}
.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 #a9a9a9;
	border-bottom: 3px ridge #a9a9a9;
	padding: 3px 6px;
	background-color: #b2cde0;
	visibility: hidden;
	z-index: 100;
}
#dhtmlpointer{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
/*  ------------------------------ end -------------------------------  */
