#banner {
  background-image: url(https://nsd.no/common/english/img/header.jpg);
}

#nav_title {
 width: 80px;
}

#nav_logo_nesstar {
  position: absolute;
  top: 60px;
  left: 200px;
  width: 220px;
  height: 50px;
}

#banner a#nav_logo_nesstar {
  border-bottom: none;
  text-decoration: none;
} 

/*Har ikke link i overskriftene, må derfor legge på blåfarge */
#nav_project ul li {
 color: #3b5b8b;
}


/* YUI popup-panel header bakgrunnsfarge */
.yui-panel .hd {
    background-color:#3b5b8b;
	}
	

/* ------------------------- Bjarne tester  ----------------------- */
/* Plassering av download boks */
.frame_download {
  float:right;
  width:200px;
  border:1px dotted #ababab;
  padding:10px 0px 10px 10px;
  margin:0 0 0 10px;
  background-color:#ededed;
    }

a.img_link:hover {
  border-bottom: none;
}



/* ------------------------- Carl-Erik tester  ----------------------- */

#main {
  float: left;
  margin-left: 0px;
}

#nav_project {
  float: left;
}

#sidebar {
  float: right;
}

.submitbutton {
 height: 39px;
 width: 190px;
}

.serverbutton {
 background-image: url(http://www.nesstar.com/img/download_server.png);
 border: 0px solid #FFFFFF; /* IE7 viser ikkje bakgrunnsbilde uten at en ramme er definert */ 
}

.publisherbutton {
 background-image: url(http://www.nesstar.com/img/download_publisher.png);
 border: 0px solid #FFFFFF; /* IE7 viser ikkje bakgrunnsbilde uten at en ramme er definert */ 
}

.txtarea {
 width: 530px;
 height: 200px;
 padding: 3px 3px 3px 3px;
 border: 1px solid black;
 overflow: scroll;
}

textarea {
  width: 500px;
  height: 200px;
/*  disabled: disabled;*/
}


.form span {
  float:left;

}

.form_label {
 float: left;
 display: block;
 padding-right: 4px;

}

.form_field {
 display: block;
 margin-left: 50px;
}

.input_row {
 margin-bottom:2px;
 margin-top:2px;
 padding-bottom:2px;
 padding-top:2px;
 float: left;
 clear: left;
}

div.notes {
display: none;
background-color:#EDEDED;
border:1px solid #666666;
color:#666666;
float:right;
font-size:88%;
height:auto;
margin:0pt 4px 10px 10px;
padding:5px;
width:130px;
height:50px;
}

/* klasser til resultatlisten */

.excerpt {
	font-size:9px;
	color:#666666;
}

.excerpt_date {
	font-size:9px;
	color:#999999;
}

#main div.search_link_pages {
	padding: 5px;
}

#main div.search_link_pages form {
	display: inline;
}

#main div.search_link_pages form input {
	cursor: pointer;
	color: #004d95;
	color: #666666;
	background: #ffffff;
	font-weight: bold;
	font-weight: normal;
	border:none;
}

.currentpage {
	font-weight:bold;
}