/* cmsms stylesheet: manual modified: torsdag 7. november 2019 11:20:50 */
body,td,th,input,select,textarea {
	font:14px/20px "ff-meta-web-pro-1","ff-meta-web-pro-2",verdana,sans-serif;
	color: black;
}

body,html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

* {
  border: none;
}

div {
  display: block;
}

h1 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h1,h3,h4 {
  margin-top: 1em;
  margin-bottom: 0.4em;
}

div>h1,div>h3,div>h4 {
  margin-top: 0;
}

p {
  margin: 1em 0;
} 

p>img {
margin: 4px 4px 0 0;
}

h1+p,h3+p,h4+p {
  margin-top: 0.2em;
}

a,a:link,a:visited {
  color: #005292;
  text-decoration: none;
}

a:hover {
  color: #e87800;
  text-decoration: underline;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 1.2em;
  padding:0;
}

#vmeny ul {
  list-style-type: none;
  margin:0;
}

#vmeny ul a {
  color: black;
}

#vmeny li {
  font-size: 0.9em;
  line-height: 1.4em;
}

li {
  margin: 0.5em 0;
}

li.sectionheader {
  margin-top: 0;
  border-bottom: 1px dotted #005292;
}

li.sectionheader h4 {
  margin-top: 0;
}

ul.menu {
  list-style-type: none;
  margin: 0 auto;
  display: inline-block;
}

ul.menu li {
  float: left;
  border-right: 1px dotted black;
}

ul.menu a {
  padding: 0 8px;
  color: #005292;
  display: block;
}

ul.menu li.currentpage {
  font-weight: normal;
}

li.menuactive {
  font-weight: normal;
}

#vmeny a.menuactive>span {
  border-left: 1px solid #666; 
  padding-left: 3px;
}

li.parent ul li {
  margin: 0.2em 0em 0.2em 1em;
  font-style: italic;
}

li.menuactive ul {
  font-weight: normal;
}

th {
font-weight: bold;
text-decoration: none;
text-align: right;
vertical-align: top;
}

/* boks for javascrpit-visning av rapport-info */
.showhide {
width: 440px;
height: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 11px;
line-height: 13px;
text-align: left;
border: 1px black dashed;
display: none;
padding:5px;
}

.hiddenDiv {
	display: none;
	}

.visibleDiv {
display: block;
width: 420px;
height: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 11px;
line-height: 13px;
text-align: left;
border: 1px black dashed;
padding:5px;
	}


/* ###### elementer ###### */

#container {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px #888;
  position: relative;
}

#innhold {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
}

header {
  height: 50px;
  width: 100%;
  text-align: center;
  background-color: #247;
  background: rgba(20,70,120,0.92);
  color: white;
}

header .logo {
	float:left;
	margin: 8px 8px 5px 10px;
}
header .logo img {
	max-height: 30px;
}

header .title {
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	padding-top: 15px;
}

#menu {
	width: 100%;
	margin: 0.5em auto 2em auto;
	text-align: center;
}

#search {
  float: left;
  margin-bottom: 0.8em;
}

#search label {
  display: none;
}

#search input.search-input {
  background:white url(/uploads/images/layout/grad-in-35.png) repeat;
  vertical-align:middle;
  border:1px solid #aaa;
  padding:2px 20px 2px 3px;
  width:140px;
  font-size:0.9em;
}

#search input.search-button {
  padding:0;
  width:20px;
  margin-left:-20px;
  background:white url(/uploads/images/layout/sok.png) no-repeat bottom center;
  background-color:transparent;
}

#vmeny {
  margin: 0 1em 40px 1em;
  float: left;
  width: 190px;
  height: auto;
}

#tekst {
  float: left;
  width: 736px;
  vertical-align: top;
  margin: 0 1em 40px 1em;
  padding-right: 14px;
  position: relative;
}

#print {
  float: right;
}

.clearfooter {
  height: 40px;
  clear: both;
}

#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 30px;
  background-color: #247;
  background: rgba(20,70,120,0.92);
  color: white;
  font-size: 80%;
  text-align: center;
  margin:0;
  clear: both;
}

#footer p {
  margin: 0.5em 0;
}

.hoyreboks {
  float: right;
  margin: 3px 0 3px 15px;
  text-align: left;
  padding: 9px 7px 7px 12px;
  -webkit-box-shadow: 0px -5px 7px #ccc;
  -khtml-box-shadow: 0px -5px 7px #ccc;
  -moz-box-shadow: 0px -5px 7px #ccc;
  -o-box-shadow: 0px -5px 7px #ccc;
  box-shadow: 0px -5px 7px #ccc;
}

.bildeh {
  float: right;
  margin: 3px 0 3px 15px;
  font-size: 0.9em;
  text-align:center;
}

.bildeh img, .bildeh img a:link, .bildeh img a:hover, .bildeh img a:visited {
  border: 1px solid black;
  margin: 5px 0 0 0;
}

.bildeh p {
  font-size: 0.9em;
  margin: 0;
  text-align:center;
  line-height: 1.3em;
}


.sok {
	float: right;
	margin-right: 1em;
	vertical-align: middle;
/*	display: none; */
}

div.sok {
width: 10px;
font-size: 100%;
text-transform: none;
overflow: hidden;
height: 20px;
text-align: right;
padding-left:10px;
position: absolute;
right:0px;
top:5px;
z-index:99;
}

div.sok:hover {
width: 500px;
}

.sok, .sok a {
color: #ddd;
}

.sok a:hover {
color: #ccc;
text-decoration: underline;
}

dt {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.5em;
}

h4+p+dl {
  margin-top:0;
}

dd {
  margin-left: 0;
}

dd>p {
  margin-top:0;
}

/*----------- FAQ Sample CSS ----------- */

h4.faq {
  margin-top:1.5em;
}

.faq_q {
  margin-top:15px;
  padding:2px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#ddd;
  font-weight:bold;
  cursor:pointer;
}

.faq_a {
  margin:4px 0;
  padding:0px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:white;
}
/* cmsms stylesheet: Accessibility modified: mandag 28. oktober 2019 15:11:49 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(https://manual.instrato.no/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(https://manual.instrato.no/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://manual.instrato.no/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* cmsms stylesheet: News modified: mandag 28. oktober 2019 15:12:16 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(https://manual.instrato.no/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0em 0.5em 0em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 0.5em 0em;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	width: 150px;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: normal;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: normal;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
