/* ZoekPagina */
.zoekresultaten .inleiding {
margin-top: 5px;
font-weight: bold;
}
ul.zoekresultatenlist
{
  list-style: none;
  margin: 10px 0px;
  padding: 0px;
}

ul.zoekresultatenlist li
{
  list-style: none;
  margin-bottom: 15px;
}
ul.zoekresultatenlist li div.link a
{
   font-size: 14px;
}
ul.zoekresultatenlist li div.text
{
  margin: 2px 0px 2px 0px;
}
ul.zoekresultatenlist li div.url
{
  margin-left: 0px;
  color: #008000;
  display: inline;
}

ul.zoekresultatenlist li div.zoekscore
{
  display: inline;
  margin-left: 10px;
  color: #7777CC;
}
ul.zoekresultatenlist li div.zoekscore a
{
  color: #7777CC;
  text-decoration: underline;
}

span.highlight,
a span.highlight,
a:visited span.highlight,
a:active span.highlight
{
  /*color: black;*/
  background-color: yellow;
  font-weight: bold;
}
a span.highlight
{
  text-decoration: underline;
}

div#scoreUitleg
{
  text-align: left;
  min-width: 250px;
  width: 250px;
	position: absolute;
	background-color: white;
	/*background-image: url('../images/styles/bg_helplayer.gif');
	background-position: bottom left;
	background-repeat: repeat-x;*/
	padding: 5px;
	color: black;
	border: 1px solid black;
	z-index: 10;
	_filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	visibility: hidden;
	/* niet tonen: */
}

div#scoreUitleg h3
{
  margin:0px;
  padding:0px;
  font-size: 14px;
}

div#scoreUitleg div.totaal
{
  margin-top: 5px;
  font-weight: bold;
  border-top: 1px solid black;
}


/* GroupByScope */

a.groupbyscope,
a.groupbyscope:visited	
{
	display: block;
	text-align: center;
	width: 182px;
	height: 27px;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 27px;
	color: white;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica;
	margin: 10px auto 5px auto;
	
	background: url('/images/conversion_button_orange.gif') 0px 0px no-repeat;
}

#scoperesults
{
  margin-top: 10px;
}
#scoperesults .scoperesultwrapper
{
  margin-bottom: 8px;
}
#scoperesults h2.scoperesultheader
{
  margin: 0px;
  padding: 0px;
  line-height: 25px;
  height: 25px;
  cursor: pointer;
}
#scoperesults h2.scoperesultheader a,
#scoperesults h2.scoperesultheader a:visited
{
  display: block;
  border: 1px solid #F98603;
  margin: 0px;
  background-color: #FFFAF4;
  padding: 0px 3px;
  text-decoration: none;
  color: #F98603;
  line-height: 25px;
}

#scoperesults h2 .expandicon
{
  display: block;
  float: left;
  width: 16px;
  height: 25px;
  line-height: 25px;  
  background-image: url('/images/expandicon.gif');
  background-repeat: no-repeat;
  background-position: top right;
  margin-right: 4px;
}
#scoperesults h2 .expandiconactive
{
  background-image: url('/images/expandiconactive.gif');
}

#scoperesults h2.scoperesultheaderactive
{
}

#scoperesults div.scoperesultcontainer
{
  border: 1px solid #F98603;
  border-top: none;  
  padding: 1px 5px;
  display: table;
}