/* $Id: screen.css 26600 2010-07-07 08:12:09Z vidars $ */

/* @group Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption     {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1.5em;
  color: black;
}
/* tables still need 'cellspacing="0"' in the markup */

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* @end */

/* @group Globals */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  border-top: 7px solid #479FBE ;
  text-align: center;
  background: #F3F5F6;
}

a {
  color: #0069A1;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
p { margin-bottom: 2em; }

/* @end */

/* @group Layout */

/* @group General */

#mainframe {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2em;
  position: relative;
}

#header {
  height: 93px;
  position: relative;
  margin-bottom: 21px;
}

#quicksearch {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent url(../gfx/quicksearch.png) repeat-x;
  padding:0 0 7px 10px;
}

#quicksearch input {
  padding: 2px;
  width: 128px;
  margin-right: 5px;
}

#quicksearch a.butt {
  color: #0069A1;
  border: 1px solid #E1E1E1;
  background: transparent url(../gfx/bg_quicksearch.png) repeat-x;
  padding: 2px 11px 2px 11px;
  margin-right: 10px;
}

#slogan {
  position: absolute;
  right: 0;
  top: 62px;
}

#topmenu {
  background: transparent url(../gfx/bg_topmenu.png) ;
  margin: 0 0px 0 10px;
  width: 940px;
  height: 22px;
  position: absolute;
  top: 93px;
}
#topmenu ul {
  background: transparent url(../gfx/bg_topmenu.png) ;
  list-style-type: none;
}
#topmenu li {
  float: left;
  padding: 3px 8px 3px 8px;
}

#topmenu li a {
  color: #fff;
  text-decoration: none;
}
#topmenu li.selected {
  background-color: #fff;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
}

#topmenu li.selected a{
  color: #000;
}

#topmenu li a.rss
{
  background: transparent url(../gfx/icon16/rss.gif) top right no-repeat;
  padding-right: 18px;
}

#wrap {
  width: 938px;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
}

#content {
  float: left;
  width: 520px;
  line-height: 180%;
}
.wide #content { width: 755px; }

#path {
  border: 1px solid #CCCCCC;
  padding: 6px 10px 7px 10px;
  margin-bottom: 17px;
  line-height: 110%;
}

#path span{
  padding: 5px 15px 5px 5px;}

#path a {
  background: url(../gfx/pathbreak.png) no-repeat right;
  padding: 5px 15px 6px 5px;
}

.addons {
  float: right;
  width: 220px;
  line-height: 150%;
}

.mainimage {
  margin-bottom: 17px;
  line-height: 100%;
}

.picturedescription {
  color: #333;
  font-style: italic;
  margin-top: 5px;
  line-height: 150%;
}

.port {
  float: left;
  width: 250px;
}

.starboard {
  float: right;
  width: 250px;
}

.imagetext {
  font-style: italic;
}

.ui-tabs-panel ul {
  padding-left: 17px;
}

/* @end */

/* @group Frontpage */
#frontpage { width: 700px; }

#frontpage h1.large {
  border-bottom: 1px solid #999;
  padding: 7px 0 3px 0;
  margin-bottom: 10px;
}

#project_rotator {
  background: url(../gfx/project_rotator_bg.png);
}

#project_rotator_test {
  background: #F0F0F0 url(../gfx/project_rotator_bg.png) repeat-x;
  padding: 20px 10px 0px 20px;
  height: 1%;
  margin-bottom: 20px;
}

#project_info .info_box {
  float: left;
  margin-right: 20px;
  width: 340px;
}

#project_info .info {
  line-height: 150%;
  margin-bottom: 15px;
}

#project_info .info_box .loading img{
  width: 50%;
}

#project_info .hoyre {
  background: url(../gfx/search_small.png) no-repeat 0 top;
  padding-left: 25px ;
  padding-top: 4px;
}

#project_info a {
  font-weight: bold;
  padding-top: 4px;
}

#project_info h2 {
  margin-bottom: 10px;
}

#project_info img {
  display: block;
  float: left;
  margin-right: 20px;
}

#project_rotator_test ul {
  float: right;
  width: 207px;
  list-style: none;
}

#project_rotator_test ul li a {
  background: #e5e5e5 url(../gfx/project_rotator_button.png) repeat-x;
  display: block;
  padding: 8px 9px 5px 9px;
  border: 1px solid #E1E1E1;
  font-weight: bold;
  margin-bottom: 10px;
  height: 1%;
  text-decoration: none;
}

#project_rotator_test ul li a.selected,
#project_rotator_test ul li a:hover {
  color:#666;
}

#project_rotator_test #project-db-link {
  background: #67acc4 url(../gfx/project_rotator_button_hover.png) repeat-x;
  color:#fff;
}

#project_rotator_test #project-db-link:hover {}

#project_rotator_test #project-db-link span {
  background:url("../gfx/search_small_pdb.png") no-repeat scroll 0 0 transparent;
  padding: 4px 0 0 24px;  
}

#project_rotator_test #project-db-link span:hover {}

#frontpage #map {
  background: url(../gfx/map_frontpage.png) no-repeat;
  padding: 20px 20px 0 20px;
  width: 660px;
  line-height: 100%;
  height: 293px;
  margin-bottom: 20px;
}

#frontpage #map  h2{
  margin-bottom: .5em;
}

#frontpage #map ul{
  margin-bottom: 15px;
}

#frontpage #map ul li{
  list-style: none;
  line-height: 130%;
}

#frontpage #map ul li a{
  font-weight: bold;
}

#frontpage #map ul.col2 {
  margin-left: 30px;
  float: left;
}

#frontpage #map .seealso {
  line-height: 140%;
  float: left;
  clear: left;
}

#frontpage .itemmore {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 1px;
  margin: 1.4em 0;
}

#frontpage .item.large .venstre {
  width: 460px;
  float: left;
}

#frontpage .item.large .image {
  float: right;
  margin-top: 10px;
}

#frontpage .artlistdate,
#frontpage .date {
  font-size: 90%;
  margin-bottom: 6px;
  line-height: 130%;
}

#frontpage .artlistdate
{
  margin-bottom: 0;
  margin-top: 3px;
}

#frontpage .caption_list {
  margin-bottom: 4px;
}

#frontpage h2.artlist
{
  font-family: arial,verdana,sans-serif;
  font-size: 1em;
  font-weight: normal;
  float: left;
}


/* @end */

/* @group Projects */
.projects .project_search, div.searchbox {
  /*padding: 10px;*/
  line-height: 100%;
  margin-bottom: 20px;
}

.projects .project_search .venstre, div.searchbox .venstre{
  width: 45%;
}

.projects .project_search .hoyre{
  width: 214px;
  padding: 12px;
  background-color: #ECECEC;
  line-height: 150%;
}

/*
.projects .project_search label{
  font-weight: bold;
  line-height: 150%;
}
*/

.projects .project_search select{
  width: 240px;
}

.projects .project .body
{
  padding: 11px 13px;
  background: #F0F0F0 url(../gfx/projects_folder_bg.png) repeat-x;
}

.projects .project h2.small {
  margin-bottom: 8px;
}

.projects .project h2.small a{
  color: #000;
}

.project .facts {
  margin: 0px 0px 10px 0px;
  line-height: 100%;
}

.project .caption {  font-weight: bold; }

.projects .caption
{
  line-height: 150%;
  font-weight: normal;
}

.projects .result .loading {
  background: url('/common/gfx/loaders/indicator_lite.gif') top center no-repeat;
  height: 40px;
}

#tooltip {
  position: absolute;
  padding: 9px 7px 12px;
  border: 2px solid #999;
  text-align: left;
  background-color: #fff;
  margin-right: 15px;
  max-width: 300px;
}

.my_chart_text {
  text-align: left;
  font-style: italic;
  padding: 5px 5px;
}

.project_search { overflow: hidden; }
.project_search form { margin-top: 10px; }
.project_search .left {
  float: left;
  clear: left;
}
.project_search .right {
  float: right;
  clear: right;
}
.project_search .selects {
  width: 350px;
  float: left;
  clear: left;
}
.project_search .selects,
.project_search .checks {
  overflow: hidden;
  margin-bottom: 5px;
}
.project_search .checks {
  width: 385px;
  float: right;
  clear: right;
}
.project_search .checks label {
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
  width: 185px;
}
.project_search .checks input { float: left; }
.project_search .checks span {
  display: block;
  float: left;
  width: 155px;
  margin: 4px 0 0 5px;
}
.project_search .selects select {
  margin-bottom: 15px;
  width: 165px;
}
.project_search .checks span {
  display: inline-block;
  float: left;
}
.project_search .texts {
  float: left;
  clear: left;
}
.project_search .submit {
  float: right;
  clear: right;
  margin-right: 5px;
  background: url(../gfx/bg_quicksearch.png);
  color: #0069A1;
  font-size: 13px;
}

input#freetext { width: 350px; }
input#casenumber {
  margin-left: 4px;
  width: 160px;
}

.projects h3 {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 6px;
}
.projects h3 a { color: #555; }
.projects #explainPlease {
  display: inline-block;
  float: right;
  margin-right: 5px;
  padding-left: 24px;
  height: 18px;
  background: url(../gfx/icon_question.png) no-repeat left top;
}
.projects .result {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.projects .result .search-summary {
  margin-bottom: 20px;
  overflow: hidden;
}
.projects .result .search-summary span { margin-right: 20px; }
.projects .result .search-summary strong { font-weight: bold; }
.projects .export-options {
  float: right;
  width: 70px;
  word-spacing: 16px;
}
.projects .export-options form { display: none; }
.projects .export-options a {
  text-transform: uppercase;
  height: 22px;
  width: 24px;
  padding-top: 26px;
  display: inline-block;
  color: #333;
  text-align: center;
}
.projects .export-options a.icon-doc { background: url(../gfx/icon_doc.png) no-repeat 2px top; }
.projects .export-options a.icon-xls { background: url(../gfx/icon_xls.png) no-repeat 2px 1px; }
.projects .result .navbar {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.projects .result .navbar form {
  float: right;
  display: inline;
  text-align: left;
}
.projects .result .nav {
	margin: 0 auto;
	display: inline;
}
.projects .result .nav a,
.projects .result .nav span {
  display: inline-block;
  margin-right: 7px;
}
.projects .result .nav a { margin-bottom: -1px; }
.projects .result .nav span { font-weight: bold; }
.projects .result .nav a.first-page {
  background: url(../gfx/result_nav.png) no-repeat left top;
  height: 12px;
  width: 14px;
}
.projects .result .nav a.prev-page {
  background: url(../gfx/result_nav.png) no-repeat -26px top;
  height: 12px;
  width: 8px;
}
.projects .result .nav a.next-page {
  background: url(../gfx/result_nav.png) no-repeat -35px top;
  height: 12px;
  width: 8px;
}
.projects .result .nav a.last-page {
  background: url(../gfx/result_nav.png) no-repeat -12px top;
  height: 12px;
  width: 14px;
}
.projects .result .explanation {
	display: inline-block;
	height: 20px;
	text-align: left;
	float: left;
}
	.projects .result .explanation p {
		margin: 0;
		background: url(../gfx/bubble_i_small.png) no-repeat left;
		padding-left: 25px;
	}

.projects .result table {
  margin-bottom: 20px;
  width: 100%;
  line-height: 120%;
}
.projects .result th {
  padding: 3px 5px;
  vertical-align: top;
}
.projects .result th.asc {
  padding-left: 15px;
  background: url(../gfx/sort_asc.png) no-repeat left -3px;
}
.projects .result th.desc {
  padding-left: 15px;
  background: url(../gfx/sort_desc.png) no-repeat left -2px;
}
.projects .result th { color: #666; }
.projects .result th a {
  text-decoration: underline;
  color: #666;
}
.projects .result th.asc a,
.projects .result th.desc a { color: #000; }
.projects .result td {
  padding: 17px 5px;
  vertical-align: top;
}
.projects .result td.first { border-left: 1px solid #fff; }
.projects .result td.last { border-right: 1px solid #fff; }
.projects .result .expanded-top td {
  padding-bottom: 5px;
  border-top: 1px solid #b0b0b0;
}
.projects .result .expanded-bottom td {
  padding-top: 5px;
  border: 1px solid #b0b0b0;
  border-top: 0;
}
.projects .result .expanded-top td.first { border-left: 1px solid #b0b0b0; }
.projects .result .expanded-top td.last { border-right: 1px solid #b0b0b0; }
.projects .result .expanded-bottom table { width: 730px; }
.projects .result .expanded-bottom td td {
  border: 0 !important;
  padding: 0 5px 6px !important;

}
.projects .result .expanded-bottom td td[colspan] { padding-top: 15px !important; }
.projects .result .currency { white-space: nowrap; }
.projects .result .country-name {
	display: block;
	width: 75px;
}
	.projects .result .country-name img {
		vertical-align: -2px;
		display: inline;
	}
.projects .result .label { font-weight: bold; }
.projects .result .project { margin: 18px 0 0; }
.projects a.related {
  display: inline-block;
  height: 30px;
  width: 34px;
  background: url(../gfx/icon_exclamation.png) no-repeat left top;
}
.projects .result .currency {
	
}

.projects a.print {
  float: right;
  display: inline-block;
  height: 15px;
  width: 16px;
  background: url(../gfx/icon_print.png) no-repeat left top;
  text-indent: -9999px;
}

.project_stories {
  border-top: 1px solid #000000;
  margin-top: 35px;
  padding-top: 20px;
}
.project_stories div {
  float: left;
  margin: 10px 0 0 30px;
  width: 230px;
}
.project_stories .row-start {
  clear: left;
  margin-left: 0;
}
.project_stories img {
  margin-bottom: 5px;
  width: 100%;
}

.projectpage .galleries,
.projectpage .videos { margin-bottom: 40px; }
.projectpage .project_content {
  float: left;
  width: 520px;
}
.projectpage .project_content table { margin-bottom: 20px; }
.projectpage .project_content td {
  padding: 0 0 7px;
  line-height: 140%;
  vertical-align: top;
}
.projectpage .project_content td.label {
  font-weight: bold;
  padding-right: 15px;
  white-space: nowrap;
}
.projectpage .news .article {
  overflow: hidden;
  margin-bottom: 20px;
}
.projectpage .news p { margin-bottom: 1em; }
.projectpage .news .image { float: right; }
.projectpage .news .venstre { width: 320px; }
.projectpage .news .caption_list { margin-top: 10px; }
.projectpage .addons .item {
  border-bottom: 1px solid #CBE5EC;
  background-color: #ECF8FB;
  margin-top: 10px;
  padding: 12px 9px;
}
.projectpage .addons h2 {
  padding: 8px 10px 10px 44px;
  font-weight: normal;
  font-size: 17px;
}
.projectpage .galleries h2 { background: url(../gfx/icon_camera.png) no-repeat left top; }
.projectpage .videos h2 { background: url(../gfx/icon_clip.png) no-repeat left top; }
.projectpage .addons h3 {
  padding: 4px 3px 0px;
  font-family: 'Arial';
}
.projectpage .addons .caption { color: #666; font-weight:normal; }
.projectpage .addons .caption,
.projectpage .addons .play { padding: 4px 3px 0; }
.projectpage .addons p { margin-bottom: 5px; }

.projectpage .caption {font-weight: bold; padding-bottom: 0;}

#fancybox-title .imagetitle {
	float: left;
}
#fancybox-title .imagecount {
	float: right;
}

#explanation {
    font-size: 1.2em;
    text-align: left;
    padding: .5em;
}

/* @end */

/* @group Tree */

#tree {
  float: left;
  width: 180px;
}

#tree ul {
  list-style: none;
}

#tree li {
  border-bottom: 1px #CBE5EC solid;
  background: #fff;
  width: 160px;
}

#tree li.top {
  margin-bottom: 20px;
  border: 0;
}

#tree ul li a {
  display: block;
  text-decoration: none;
  background-color: #ECF8FB;
  color: #000;
  padding: 8px 11px 5px 11px;
  border-bottom: 1px solid #F4F5F5;
  width: 138px;
}

#tree ul li a:hover {
  background-color: #469DBC;
  border-bottom: 1px solid #469DBC;
  color: #fff;
}

#tree ul.first li a.selected {
  background: #469DBC url(../gfx/bg_tree-selected.png) no-repeat 159px top;
  border-bottom: 0px;
  color: #fff;
  width: 155px;
}

#tree ul.first ul.year li a.selected {
  background: #469DBC url(../gfx/bg_tree-selected.png) no-repeat 144px;
  border-bottom: 0px;
  color: #fff;
  width: 140px;
}
#tree ul.year ul {
  margin-left: 15px;
}

#tree ul.year li.year_top {
  display: block;
  text-decoration: none;
  background-color: #ECF8FB;
  color: #000;
  padding: 8px 11px 5px 11px;
  width: 138px;
  border-bottom: 1px #CBE5EC solid;
}

#tree ul.year {
  background-color: #fff;
  border-bottom: 0px;
}

#tree ul.year ul li {
  width: 140px;
}

#tree ul.year ul li a {
  width: 123px;
}

#tree ul.first.calendar li ul.year li {
  border-bottom: 1px #CBE5EC solid;
}

#tree ul.first.calendar li ul.year li.inner {
  border-bottom: 0px #CBE5EC solid;
}

#tree ul.first.calendar li {
  border-bottom: 0px #CBE5EC solid;
}


/*
#tree ul.first li a.selected {
  background-color: #868789;
  color: #fff;
}
#tree .active {
  background-color: #b1b3b4;
  color: #fff;
}
#tree li a:hover {
  background-color: #868789;
  color: #fff;
}
#tree ul li .title { background: #b1b3b4 url(../gfx/da2e1a.gif) no-repeat 110px 10px; }
#tree ul.first li ul li { background-image: none; }
#tree ul li.active ul li a {
  background-color: #868789;
  color: #fff;
}
#tree ul a {
  color: #000;
  text-align: none;
  padding: 5px 0 5px 5px;
  font-size: 1.2em;
}*/

/* @end */

/* @group footer */

#footer {
  line-height: 100%;
}

#footer .col {
  border-top: 1px solid #999999;
  padding-top: 10px;
  float: left;
  width: 234px;
  font-size: 0.9em;
  line-height: 130%;
  font-family: verdana;
  color: #333333;
}

#credits {
  float: right;
  margin: -8px 10px 0 0;
}
#credits img {
  margin-bottom: 6px;
}

/* @end */

/* @group Priority sectors */

.sectors .sector .topimage {
  position: relative;
  margin-bottom: 5px;
}

.sectors .sector .topimage h2.small {

}

.sectors .sector .topimage h2.small a {
  color: #fff;
  position: absolute;
  font-size: 0.9em;
  bottom: 0px;
  background: url(../gfx/sectors_title_gb.png);
  width: 232px;
  padding: 4px 9px;
}

.sectors .sector .topimage h2.small a:hover {
  text-decoration: none;
}

.sectors .sector .body {
  text-decoration: none;
  line-height: 150%;
}

#sector .body {
  margin: 10px 0px 20px 0px;
}

#sector .projects .project .venstre, #sector .news .article .venstre {
  width: 340px;
}
#sector .projects .project .image, #sector .news .article .image {
  float: right;
  margin-top: 26px;
}
/* @end */

/* @group Beneficiary states */
#country .body {
  margin: 10px 0px 20px 0px;
}

#country .projects .project .venstre, #country .news .article .venstre {
  width: 340px;
}
#country .projects .project .venstre.noimage, #country .news .article .venstre.noimage {
  width: 520px;
}
#country .projects .project .image, #country .news .article .image {
  float: right;
  margin-top: 26px;
}
/* @end */

/* @group articles */
#folder .news .article .venstre {
  width: 340px;
}
#folder .news .article .venstre.noimage {
  width: 520px;
}
#folder .news .article .image {
  float: right;
  margin-top: 26px;
}

#article img { padding-bottom: 1em;  }

#article .caption {  font-weight: bold; }
/* @end */



/* @group Calendar */

#calendar h2
{
  margin: 0px 0px 15px 0px;
  font-weight: normal;
  font-size: 1.4em;
}

#calendar .activity  {
  margin-bottom: 10px;
}
#calendar .activity .title
{
  font-size: 1.3em;
  padding-bottom: 3px;
  font-family:Georgia,Times New Roman,serif;
}

#calendar .activity .infobox{
  border-top: 1px #ccc solid;
  padding: 10px 0px 5px 0px;
}
#calendar .activity .infobox .left{
  width: 250px;
}
#calendar .activity .infobox .span{
  display: inline;
  font-weight: bold;
  width: 70px;
  float: left;
}
#calendar .activity .caption {
  font-weight: normal;
}

#calendar .activity .back {
  border: 1px #ccc solid;
  padding: 8px;
  margin-bottom: 10px;
}
#calendar .activity .back a{
  display: block;
  background-color: #eee;
  padding: 3px 7px 3px 7px;
}

#calendar .searchbox select{
  margin: 12px 0 12px 0;
  width: 239px;
}

#calendar .searchbox .title{
  line-height: 130%;
}

#calendar div.searchbox.border.clearfix div.venstre form label{
  padding: 0px 8px 0px 3px;
}

#calendar .searchbox .hoyre{
  width: 216px;
  padding: 12px;
  background-color: #ECECEC;
  line-height: 150%;
}

#calendar div.navi div.month {
  width: 490px;
  float: left;
  text-align: center;
  margin-left: 4px;
}

#calendar div.navi  {
  font-size: 1.1em;
  color: #333;
}

#calendar div.navi a  {
  font-size: 1.4em;
  color: #333;
}

/* @end */

/* @group Focal points */

.focal_points .focal_point {
  padding-bottom: 5px;
  border-bottom: 1px dotted #469DBC;
}
.focal_points .focal_point .venstre {
  width: 340px;
}
.focal_points .focal_point .image
{
  float: right;
  padding-top: 30px;
}
.focal_points .focal_point .title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.focal_points .focal_point .label{
  font-weight: bold;
  width: 120px;
  display: inline;
  float: left;
  line-height: 150%;
}



/* @end */

/* @group Employee */
.officelist .officelink
{
  padding: 2px;
  background-color: #ECF8FB;
  border-bottom: 1px dotted #469DBC;
  font-weight: bold;
  height: 22px;
  padding-top: 4px;
}

.officelist .officelink a {
  text-decoration: none;
  vertical-align: top;
}

.officelist .officelink a img { padding: 0 2px; }

.employees .employee {
  padding: 5px 0px;
  border-bottom: 1px dotted #469DBC;
}
.employees .loading {
  padding: 10px 0px;
}
.employees .employee .venstre {
  width: 340px;
}
.employees .employee .venstre .jobtitle{
  font-style: italic;
  padding-bottom: 3px;
}
.employees .employee .image {
  float: right;
}
.employees .employee .title {
  font-weight: bold;
  font-size: 1.1em;
}
.employees .employee .label{
  font-weight: bold;
  width: 120px;
  display: inline;
  float: left;
  line-height: 150%;
}


/* @end */

/* @group Search */
#search .formrow {
  width: 100%;
  margin-bottom: 10px;
}
#search .formrow h4 {
  width: 150px;
  float: left;
}
#search .formrow p, #search .formrow label {
  font-family: Georgia, Serif;
  font-style: italic;
}
#search .formrow p {
  clear: left;
  float: left;
  width: 150px;
  margin-bottom: 5px;
}
#search .formrow label {
  width: 185px;
  float: left;
  display: block;
}
#search .formrow select.long {
  width: 177px;
  float: left;
  margin-top: 0 !important;
}
#search .formrow input {
  float: right;
  width: 175px;
}
#search .formrow .tdate {
  width: 185px;
  float: right;
}
#search .formrow .fdate {
  width: 180px;
  margin-left: 150px;
  float: left;
}

#search ul {
  margin-bottom: 2em;
  list-style: none;
}
#search ul .zebra {
  background: #ecf8fb;
  border-bottom: 1px solid #cbe5ec;
}
#search ul li {
  padding: 5px;
  margin-bottom: 2em;
}
#search ul li .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .3em;
}
#search ul li .body { line-height: normal; }
#search ul li .date {
  font: 90% normal;
  margin-top: .3em;
  font-style: italic;
}

/* @end */

/* @group Formpage */

#formpage legend { display: none; }
#formpage fieldset {
  background: #f1f1f1;
  border: 2px #e2e3e4 solid;
  padding: 0 2px;
  margin: 15px 0;
  font-size: 1.1em;
}
#formpage fieldset .title { padding: 1ex; }
#formpage .alert { font-weight: bold; }
#formpage label {
  width: 150px;
  float: left;
  text-align: right;
  margin: 0 1ex 1ex 0;
  /*clear: both;*/
}
#formpage .text,
#formpage .textarea,
#formpage .select,
#formpage .multiple,
#formpage .radioselect {
  float: left;
  margin-bottom: 1ex;
}
#formpage .check,
#formpage .radio {
  float: left;
  margin-bottom: 0;
}
#formpage .select,
#formpage .multiple,
#formpage .text,
#formpage .textarea { width: 220px; }
#formpage span.checkval {
  /*display: block;*/
  float: left;
  margin-left: .2ex;
}
#formpage a.butt { margin: 0 0 1ex 155px; }

/* @end */

/* @group Contentlist */

ul.contentlist {
  font-size: 1.2em;
  line-height: normal;
}
ul.contentlist li { list-style: none; }
ul.contentlist .caption {
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 0;
}
ul.contentlist p { margin-bottom: 0; }

/* @end */

/* @group Comments Tips */

.comments {
  background: #f1f1f1;
  border: 2px #e2e3e4 solid;
  padding: 0 2px;
  margin: 15px 0;
  font-size: 1.1em;
}
.comments h5 {
  font-size: .9em;
  margin-bottom: 0;
}
.comments h4 {
  display: inline;
  font-size: 1.1em;
}

.comments table {
  border: 1px #e2e3e4 solid;
  margin: 1px 0;
}

.comments p { font-size: 1em; }
.comments th {
  text-align: left;
  font-size: .9em;
}
.comments th,
.comments td {
  padding: 1px 2px;
  border-bottom: 1px #e2e3e4 solid;
}
.comments tr.flip th,
.comments tr.flip td { background-color: #fbfbfb; }
.comments tr.flop th,
.comments tr.flop td { background-color: #fff; }
.comments .alert { font-weight: bold; }
.comments tr.spacerow td { background-color: transparent; }
.comments .error { border: 1px solid #f00; }

#gtips {
  border: 1px solid #ccc;
  margin: 17px 0 10px;
  padding: 5px 10px 0px;
  background: none;
  overflow: hidden;
}
#gtips .item {
  padding: 0;
  float: left;
}
#gtips ul { list-style-type: none; }
#gtips ul li { float: left; }
#gtips ul li a {
  display: block;
  text-indent: -9999px;
  margin: 4px 0 0 4px;
  padding: 0;
  width: 16px;
  height: 16px;
}
.comments a.icon { background: transparent url(/common/gfx/icon16/all_tips.png) no-repeat; height: 16px; }
.comments a.icon.facebook { background-position: 0px -1px;}
.comments a.icon.twitter { background-position: 0px -18px; }
.comments a.icon.nettby { background-position: 0px -34px; }
.comments a.icon.print { background-position: 0 -51px; }
.comments a.icon.tips { background-position: 0 -68px; }

#gtips h4 {
  float: left;
  clear: left;
  margin-right: 6px;
  font-size: 1em;
}
#gtips #tipsmail {
  float: left;
  clear: left;
  padding-bottom: 7px;
  display: none;
  margin-top: 10px;
}

/* @end */

/* @group Article */

#article #keywords {
  font-size: 1.1em;
  margin: 15px 0;
}
#article #keywords h4 {
  display: inline;
  font-size: 1.1em;
}

/* @end */



/* @end */

/* @group Addons */

.addons ul { list-style: none; }

.addons ul li {
  margin-bottom: 15px;
  padding: 7px 0;
}

.addons ul li.note.relevant div.body{
  border-bottom: 0px solid #CBE5EC;
}
.addons ul li.note.project div.body { background-color: #FBF6E6; }
.addons ul li.note.project.frontpage div.body { background-color: #ECF8FB; }

.addons ul li.note.project div.body p#allprojects_link
{
  font-weight: bold;
  margin-top: 1em;
  margin-bottom:0;
}
.addons .focal_point .title {
  font-size: 1em;
  font-weight: bold;
}
.addons .focal_point .title img{
  border: 1px #ccc solid;
  width: 35px;
}
.addons ul li div.body{
  margin-bottom: 15px;
  background: #ECF8FB;
  padding: 10px;
  border-bottom: 1px solid #CBE5EC;
}
.addons ul li div.title {
  font-family: Georgia;
  margin-bottom: 5px;
  font-size: 1.4em;
}

.addons ul li span.calendardate {
  padding-right: 5px;
  font-style: italic;
}

.addons ul ul.items {
  background: #ECF8FB;
}

.addons ul ul.items li {
  margin: 0;
  border-bottom: 1px solid #CBE5EC;
  padding-left: 10px;
  padding-right: 10px;
}

.addons ul li.note ul.items li div.body {
  margin: 0;
  padding: 0;
}

.addons ul.subscriptor input {
  width: 128px;
}

.addons ul.subscriptor input {
  width: 120px;
  float: left;
  padding: 2px 0 2px 0;
  margin-top: 5px;
}
.addons ul.subscriptor .butt {
  margin-top: 5px;
  float: right;
}
.addons ul li.image img {
  border: 1px #ccc solid;
}
.addons ul li.image {
  padding: 0px;
  margin: 0px;
}

/* icons */

div.addons ul li.note.relevant div.title {
  background: transparent url(../gfx/icon_relevant.png) no-repeat;
  padding-left: 44px;
  padding-bottom: 10px;
  padding-top: 8px;
}

div.addons ul li.note.newsletter div.title {
  background: transparent url(../gfx/icon_newsletter.png) no-repeat;
  padding-left: 44px;
  padding-bottom: 10px;
  padding-top: 8px;
}

div.addons ul li.note.documents div.title {
  background: transparent url(../gfx/icon_documents.png) no-repeat;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 44px;
}

div.addons ul li.note.calendar div.title {
  background: transparent url(../gfx/icon_calendar.png) no-repeat;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 44px;
}

div.addons ul li.note.quickfacts div.title {
  background: transparent url(../gfx/icon_facts.png) no-repeat;
  padding-left: 44px;
  padding-bottom: 10px;
  padding-top: 8px;
}

div.addons ul li.note.rss div.title {
  background: transparent url(../gfx/icon_rss.png) no-repeat;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 44px;
}

div.addons ul li.note.project { padding: 0; }

div.addons ul li.note.project div.title
{
  background: transparent url(../gfx/search_medium.png) no-repeat;
  padding: 4px 0 8px 44px;
}
div.addons ul li.note.calendar div.title div.subtitle {
  font-size: 0.8em;
  font-style: italic;
}

.icondoc {
  background: transparent url(../gfx/icon16/doc.gif) no-repeat;
  padding-left: 20px;
}
.iconpdf {
  background: transparent url(../gfx/icon16/pdf.gif) no-repeat;
  padding-left: 20px;
}
.iconhtml {
  background: transparent url(../gfx/icon16/html.gif) no-repeat;
  padding-left: 20px;
}
.iconppt {
  background: transparent url(../gfx/icon16/ppt.gif) no-repeat;
  padding-left: 20px;
}
.iconxls {
  background: transparent url(../gfx/icon16/xls.gif) no-repeat;
  padding-left: 20px;
}
.iconlink {
  background: transparent url(../gfx/icon16/default.gif) no-repeat;
  padding-left: 20px;
}
.iconimg {
  background: transparent url(../gfx/icon16/img.gif) no-repeat;
  padding-left: 20px;
}
.iconzip {
  background: transparent url(../gfx/icon16/zip.gif) no-repeat;
  padding-left: 20px;
}
.iconfolder {
  background: transparent url(../gfx/icon16/folder.gif) no-repeat;
  padding-left: 20px;
}

/* @end */
.facts .item .label{
  font-weight: bold;
  width: 150px;
  display: inline;
  float: left;
  line-height: 150%;
}

.prevnext { text-align: center; }
.prevnext .prev {  float: left; font-weight: bold; }
.prevnext .next {  float: right; font-weight: bold; }

/* @group  Typographic Style */
h1 { padding-bottom: .8em; background-color: #fff;}
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 1.3em; font-family: Georgia, arial; font-weight: bold; color: #333333; }
h2 { font-size: 1.2em; font-family: Georgia, arial; font-weight: bold; color: #333333;}
h3 { font-size: 1.1em; font-family: Georgia, arial; font-weight: bold; color: #333333;}
h4 { font-size: 1em; font-family: Georgia, arial; font-weight: bold; color: #333333;}
h5 { font-weight: bold;}
.caption
{
  padding-bottom: 1em;
}

.date { font-size: 90%;}

.alert { color: #F30; }

h1.large { font-size: 1.4em; font-weight: normal;}
h2.big { font-size: 1.3em; }
h2.small { font-size: 1.4em; font-weight: normal; }

#frontpage h1 { padding-bottom: 0px; }


/* @end */

/* @group dynaparked */

/* not in use?
.gimage {  background: transparent; }

.gimage div {
  font-size: .8em;
  line-height: normal;
}

.gimage.left {
  float: left;
  padding: 10px 10px 10px 0;
}

.gimage.right {
  float: right;
  padding: 0 0 10px 10px;
}

.gimage.center {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.gimage .gbottom { padding-top: 3px; }

.gimage .gtop { padding-bottom: 3px; }

img.gimg { border: none; }

.annonse
{background: url(../gfx/ann.gif) no-repeat right top;}
*/

.gpimage {
  font-size: 0.9em;
  font-style: italic;
  line-height: normal;
}
.gpimage img {
  margin: 0 !important;
  padding: 0 !important;
}
.gpimage.leftaligned {
  float: left;
  margin: 10px 10px 10px 0;
}
.gpimage.rightaligned {
  float: right;
  margin: 0 0 10px 10px;
}
.gpimage span {
  display: block;
  margin-top: 5px;
}

/* No IE6, no glory
.gp_image img[align="left"]
{
  float: left;
}
.gp_image img[align="right"]
{
  float: right;
}
*/

/* @end */


/* @group Archivenav Newsarchivenav */

.archivenav {
  margin: 20px 0 10px;
}
.archivenav ul {
  border: 1px solid #CCCCCC;
  list-style: none;
  overflow: hidden;
  margin-top: 10px;
}
.archivenav li { float: left; }
.archivenav li a {
  display: inline-block;
  padding: 6px 10px 7px;
  line-height: 110%;
  border-left: 1px solid #F4F5F5;
}
.archivenav li.first a { border-left: 0; }
.archivenav li a:hover,
.archivenav li a.selected {
  background-color: #469DBC;
  color: #fff;
  text-decoration: none;
}

/* @end */


/* @group Useful */

.alert {
  margin-bottom: 15px;
  padding: 10px;
}
.alert.blue {
  background: #ECF8FB;
  border: 1px solid #CBE5EC;
}

.alert.information a{
  background: transparent url(../gfx/icon_important.png) no-repeat ;
  padding: 2px 0 0 23px;
}

.alert.information2 a{
  background: transparent url(../gfx/icon_important2.png) no-repeat ;
  padding: 2px 0 0 23px;
}


a.butt,
form .submit {
  border: 1px #D7D7D7 solid;
  padding: 2px 3px 1px 3px;
  background: transparent url(../gfx/butt_small.png) ;
  text-decoration: none;
  text-align: center;
}
form .submit {
  color: #0069A1;
  cursor: pointer;
}
a.butt:hover,
form .submit:hover {
  color: #000;
}

.spacer {
  clear: both;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1px;
  height: 1px;
}
.spacer.one { height: 1px; }
.spacer.five { height: 5px; }
.spacer.ten { height: 10px; }
.spacer.fifteen { height: 15px; }
.spacer.twenty { height: 20px; }
.spacer.thirty { height: 30px; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

.line {
  clear: both;
  border-top: 1px solid #ccc;
}

.left{
  float: left;
  clear: none;
  display: inline;
}
.right{
  float: right;
  clear: none;
  display: inline;
}

#skjult {
  display: none;
}

.venstre{
  float: left;
}

.hoyre{
  float: right;
}

.border {
  border: 1px solid #ccc;
}

.margin20 {
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

.wrapchart
{
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
}

/* @end */
