/*
***********************
** ADVANCED SEARCH   **
***********************
*/
.soketopp {
width: 99%;
height: 22px;
line-height: 22px;
}
.soketopp div {
padding-left: 18px;
}
.sokeresultat {
}
table.soketabell {
width:99%;
padding:0;
}
table.soketabell td.nummer {
width:15px;
}
table.soketabell td.tittel {
width:auto;
}
table.soketabell td.sti {
font-size: x-small;
}

table.sokenavigasjon {
	font-size:	small;
	vertical-align: top;
	margin-top: 20px;
	margin-left:18px;
}
table.sokenavigasjon td {
	width: 16px;
	text-align: center;
 }
table.sokenavigasjon td.aktiv {
	background-color:#dfe3e3;
}
table.sokenavigasjon td a:link,
table.sokenavigasjon td a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
table.sokenavigasjon td a:hover {color: #3b7aaf;}

.instructions {
margin-top: 15px;
font-size: x-small;
}
.instructions p {
margin: 2px;
}

