@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* General HTML elements                                                      */
/* -------------------------------------------------------------------------- */

html {
	overflow: -moz-scrollbars-vertical;
}

html, body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #6f6961;
}

a:link,
a:visited {
	color: #35b3e4;
	text-decoration: none;
}

a:hover {
	color: #002e6b;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border: 0px;
}

tr.headerRow {
	background-color: #35b3e4;
}

tr.odd {
	background-color: #e9ebdf;
}


ul li {
	list-style-type: none;
	background-image: url(https://static.nena.no/images/imarex_list_bullet.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

p {
	margin-top: 0px;
}

iframe {
	width: 100%;
}

input {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	background-color: #E9EBDF;
	color: #002E6B;
	border: none;
	border-style: none;
	border-top: 1px solid #6f6961;
	border-left: 1px solid #6f6961;
	border-right: 1px solid #c4c8b6;
	border-bottom: 1px solid #c4c8b6;
}

textarea {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	background-color: #E9EBDF;
	color: #002E6B;
	border: none;
	border-style: none;
	border-top: 1px solid #6f6961;
	border-left: 1px solid #6f6961;
	border-right: 1px solid #c4c8b6;
	border-bottom: 1px solid #c4c8b6;
	overflow: auto;
}

/* SUBMIT etc. */

input.cpform-button {
	width: 42px;
	height: 12px;
	color: #35B3E4;
	font-family: Verdana;
	font-size: 9px;
	background-color: transparent;
	background-image: url(https://static.nena.no/images/arrow-light-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border: 0px;
	border-style: none;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	padding-left: 5px;
}

input.sfform-button {
	color: #35B3E4;
	font-family: Verdana;
	font-size: 12px;
	border-style: outset;
}



/* -------------------------------------------------------------------------- */
/* Table styles for wysiwyg content                                           */
/* -------------------------------------------------------------------------- */

/* Defaults */

.imtable {
	border-collapse: collapse;
	border: none;
	color: #6F6961;
}

.imtable td {
	padding: 3px;
	border-bottom: 1px solid #e9ebdf;
}


/* Effects */

.imtable tr.imHeader1,
.imtable td.imHeader1 {
	color: #063464;
}

.imtable tr.imHeader2,
.imtable td.imHeader2 {
	color: #063464;
	background-color: #e9ebdf;
}

.imtable tr.imHeader3,
.imtable td.imHeader3 {
	color: #063464;
	background-color: #35B3E4;
}

.imtable tr.imHeader2 td,
.imtable tr.imHeader3 td {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.imtable td.highlight1 {
	color: #32B5E3;
}

.imtable td.highlight2 {
	background-color: #e9ebdf;
	color: #32B5E3;
	border-bottom: 1px solid #ffffff;
}

.imtable td.highlight3 {
	color: #063464;
	background-color: #35B3E4;
	border-bottom: 1px solid #ffffff;
}

/* Alignment */

.imtable td.rAlign {
	text-align: right;
}

.imtable td.cAlign {
	text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Container and placeholders                                                 */
/* -------------------------------------------------------------------------- */

#container {
	margin: 1em auto;
	margin-top: 0px;
	padding: 0px;
	width: 960px;
}

#content-link {
	display: none;
}

#placeholder-top {
	display: block;
	float: left;
	width: 960px;
	background-image: url(https://static.nena.no/images/imarex-standard-logo-background.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	/*background-color: yellow;*/
}

#placeholder-left {
	display: block;
	float: left;
	clear: both;
	width: 200px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	/*background-color: red;*/
}

.rightwrap { /* Contains placeholder-content-top, placeholder-content and placeholder-right */
	display: block;
	float: right;
	width: 740px;
	margin: 0px;
	padding: 0px;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	/*background-color: blue;*/
}

#placeholder-content-top {
	display: block;
	float: left;
	width: 740px;
	margin: 0px;
	clear: both;
	/*margin-bottom: 20px;*/
	padding: 0px;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	overflow: visible;
}

/*
#placeholder-content-top .tile-common {
	margin-bottom: 120px;
}
*/
#placeholder-content {
	display: block;
	float: left;
	overflow: hidden;
	width: 520px;
	margin: 0;
	padding: 0;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	/*background-color: green;*/
}

#placeholder-right {
	display: block;
	float: right;
	width: 200px;
	overflow: hidden;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	/*background-color: cyan;*/
}

#placeholder-content-no-right {
	display: block;
	float: right;
	width: 740px;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	/*background-color: silver;*/
}

#placeholder-bottom {
	padding: 0;
	/*padding-top: 14px;*/
	display: block;
	clear: both;
	height: 40px;
	/*float: left;*/
	width: 100%;
	/*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */
	/*background-color: orange;*/
	background: url(https://static.nena.no/images/header_dottedline2.gif) repeat-x left top;
}

/* -------------------------------------------------------------------------- */
/* Extended debug-info                                                        */
/* -------------------------------------------------------------------------- */

#extended-debug-info {
	width: 300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* -------------------------------------------------------------------------- */
/* Page header                                                                */
/* -------------------------------------------------------------------------- */
.page-header {
	float: left;
	height: 80px;
	overflow: hidden;
}

.page-header .logo a {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #ddd;
}

.page-header .logo a:hover {
	color: #ccc;
}

/* -------------------------------------------------------------------------- */
/* Logo                                                                       */
/* -------------------------------------------------------------------------- */
.page-header span.logo {
	width: 300px;
	height: 70px;
	display: block;
	margin-top: 10px;
	margin-left: 16px;
	margin-bottom: 10px;
}

/* -------------------------------------------------------------------------- */
/* Small search                                                               */
/* -------------------------------------------------------------------------- */

.small-searchinput {
	display: block;
	padding-top: 30px;
	margin-right: 20px;
	float: right;
	width: 150px;
}

.small-searchinput .textinput {
	height: 16px;
	width: 141px;
	float: right;
	color: #fff;
	border-top: 1px solid #002e6b;
	border-right: 1px solid #86d1ef;
	border-bottom: 1px solid #86d1ef;
	border-left: 1px solid #002e6b;
	padding-top: 2px;
	padding-left: 7px;
	background-color: #35b3e4;
}

.small-searchinput .submit {
	float: right;
	width: 42px;
	height: 12px;
	color: #002e6b;
	font-family: Verdana;
	font-size: 9px;
	background-color: transparent;
	background-image: url(https://static.nena.no/images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border: 0px;
	border-style: none;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	padding-left: 5px;
}

.small-searchinput h3 {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* Category menu                                                              */
/* -------------------------------------------------------------------------- */

/* -- Horizontal ------------------------------------------------------------ */
.horizontal-menu {
	clear: both;
	width: 960px;
}

.horizontal-menu h3 {
	display: none;
}

.horizontal-menu ul {
	clear: both;
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0;
	padding-left: 9px;
	padding-top: 1px;
	height: 19px;
}

.horizontal-menu li {
	background-image: none;
	padding-right: 6px;
	display: inline;
	padding-left: 0px;
	padding-right: 12px;
}

.horizontal-menu li.active a:link,
.horizontal-menu li.active a:visited,
.horizontal-menu li.main-active a:link,
.horizontal-menu li.main-active a:visited {
	color: #bd2716;
}

.horizontal-menu a:link,
.horizontal-menu a:visited {
	font-size: 12px;
	color: #6f6961;
	text-decoration: none;
}

.horizontal-menu a:hover {
	color: #35b3e4;
}

#placeholder-top .horizontal-menu ul {
	width: 951px;
}

/* -- Vertical -------------------------------------------------------------- */

.vertical-menu {
	display: block;
	float: left;
	clear: both;
	background-color: #e9ebdf;
}

.vertical-menu .tile-top {
	background-image: url(https://static.nena.no/images/vertical-menu-top.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.vertical-menu .tile-bottom {
	background-image: url(https://static.nena.no/images/vertical-menu-btm.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.vertical-menu h3 {
	color: #063464;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(https://static.nena.no/images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 4px 0px 7px 0px;
	margin: 0px 10px 0px 10px;
}

.vertical-menu table {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	/*background-color: blue;*/
}

.vertical-menu ul {
	/*border: 1px solid blue;*/
	display: block;
	height: 100%;
	list-style-type: none;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 6px;*/
	padding: 0px;
}

.vertical-menu li {
	background-image: none;
	display: block;
	height: 100%;
	padding-left: 20px;
	margin-bottom: 5px;

}

.vertical-menu ul li {
	/*border: 1px solid red;
	display: block;
	float: left;*/
	color: #063464;
	height: 100%;
	padding-left: 0px;
}

.vertical-menu li.collapsed ul {
	display: none;
}

.vertical-menu ul li a {
	height: 100%;
	color: #063464;
}

.vertical-menu ul li div {
	display: block;
	float: left;
	cursor: pointer;
	height: 100%;
	width: 10px;
	/*background-color: red;*/
	background-repeat: no-repeat;
	background-position: left center;
}

/*
.vertical-menu div.collapsed {
	background-image: url(https://static.nena.no/images/top_level_plus.png);
}
.vertical-menu div.expanded {
	background-image: url(https://static.nena.no/images/top_level_minus.png);
}
.vertical-menu li.active div.collapsed {
	background-image: url(https://static.nena.no/images/active_sub_level_plus.png);
}
.vertical-menu li.active div.expanded {
	background-image: url(https://static.nena.no/images/active_sub_level_minus.png);
}
.vertical-menu ul li ul li div.collapsed,
.vertical-menu li.active ul li div.collapsed {
	background-image: url(https://static.nena.no/images/sub_level_plus.png);
}
.vertical-menu ul li ul li div.expanded,
.vertical-menu li.active ul li div.expanded {
	background-image: url(https://static.nena.no/images/sub_level_minus.png);
}
*/

.vertical-menu ul li ul li a {
	color: #6f6961;
}
.vertical-menu ul li.active a {
	color: #32b5e3;
}
.vertical-menu ul li.active ul li a {
	color: #6f6961;
}


/* -- Vertical tabbed -------------------------------------------------------------- */

.geomenu {
	margin-bottom: 20px;
}

.geomenu .vertical-menu .tile-top {
	background-image: url(https://static.nena.no/images/tabmenu-top.png);
}

.geomenu .continentChooser ul {
	float: left;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

.geomenu .continentChooser li {
	display: block;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(https://static.nena.no/images/tabmenu_inactive_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #c4c8b6;
	margin: 0px 2px 0px 0px;
	padding: 0;
	height: 22px;
}

.geomenu .continentChooser li a:link,
.geomenu .continentChooser li a:visited,
.geomenu .continentChooser li a:hover {
	float: left;
	display: block;
	color: white;
	font-weight: bold;
	background-image: url(https://static.nena.no/images/tabmenu_inactive_right.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 10px 0px 10px;
	height: 22px;
}

.geomenu .continentChooser li.active-continent  {
	background-image: url(https://static.nena.no/images/tabmenu_active_left.png);
	background-color: #e9ebde;
}

.geomenu .continentChooser li.active-continent a:link,
.geomenu .continentChooser li.active-continent a:visited,
.geomenu .continentChooser li.active-continent a:hover {
	color: #6f6961;
	background-image: url(https://static.nena.no/images/tabmenu_active_right.png);
}

/* -------------------------------------------------------------------------- */
/* Sitelocator                                                                */
/* -------------------------------------------------------------------------- */
.sitelocator {
	float: left;
	clear: both;
    border: none;
    color: #abaca4;
    font-size: 10px;
	background-image: url(https://static.nena.no/images/gradient_wholepage_horizontal.png);
	background-repeat: repeat-x;
	padding-left: 0px;
	margin-bottom: 0px;
	width: 960px;
	height: 20px;
}

.sitelocator h3 {
	display: none;
}

.sitelocator ul {
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.sitelocator li {
	background-image: none;
	display: inline;
	padding-right: 6px;
	padding-left: 9px;
}

.sitelocator li.with-separator {
	background-image: url(https://static.nena.no/images/arrow-light-blue.gif);
	background-position: left center;
}

/* -------------------------------------------------------------------------- */
/* Linktoolbar                                                                */
/* -------------------------------------------------------------------------- */
.linktoolbar {
	display: none;
}

.linktoolbar h3 {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.linktoolbar ul {
	display: inline;
	float: right;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.linktoolbar li {
	background-image: none;
	display: inline;
	padding-left: 0px;
	padding-right: 12px;
}

/* -------------------------------------------------------------------------- */
/* Login                                                                      */
/* -------------------------------------------------------------------------- */
.login-form {
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #c4c8b6;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

#login-form-container {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.login-form form {
	padding: 0px;
	margin: 0px;
	/*overflow: hidden;*/
}

.login-form p {
	margin: 0px;
	overflow: hidden;
}

.login-form .tile-content  {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	padding-top: 10px;
	overflow: hidden;
}


.login-form h3 {
	display: none;
}

.login-form .tile-top,
.login-form .tile-bottom {
	height: 3px;
	width: 200px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.login-form .tile-top {
	background-image: url(https://static.nena.no/images/login-bg-top.png);
}

.login-form .tile-bottom {
	background-image: url(https://static.nena.no/images/login-bg-bottom.png);
}

.login-form .login-form-link a {
	float: left;
	clear: both;
	color: #fff;
	font-family: georgia;
	font-size: 11px;
	font-style: italic;
}

.login-form label {
	width: auto;
	font-size: 10px;
	color: #6f6961;
	float: left;
}

.login-form label.lost-email {
	width: 60px;
}

.login-form .textinput {
	background-color: #ffffff;
	color: #002e6b;
	float: left;
	clear: both;
	width: 183px;
	border: none;
	border-top: 1px solid #6f6961;
	border-left: 1px solid #6f6961;
	padding-left: 5px;
}

.login-form .submit {
	width: auto;
	color: #6f6961;
	font-size: 10px;
	float: right;
	background-color: transparent;
	background-image: url(https://static.nena.no/images/arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	border: 0px;
	margin: 0px;
	padding: 3px 0px 0px 3px;
}

#login-form-error,
#login-form-message {
    color: #bd2716;
	font-size: 12px;
}

#login-form-message {
    color: #ffffff;
    font-size: 12px;
}

#login-form-changepassword,
#login-form-lostpassword-container {
    display: none;
}

#login-form-logout span.logged-in-username {
	color: #002e6b;
}

/* -- Placeholder right ------------------------------------------------------- */
#placeholder-right .login-form {
	display: block;
	float: right;
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

#placeholder-right h3 {
	color: #002e6b;
	font-size: 12px;
	font-weight: normal;
	background-image: url(https://static.nena.no/images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 1px 10px 11px 0px;
	margin-bottom: 10px;
}

/* -------------------------------------------------------------------------- */
/* Small article list                                                         */
/* -------------------------------------------------------------------------- */

/* This is an empty div generated in the list template article.php
which can be styled as a separator between header and ingress/content,
but is invisible by default */

.separator {
	display: none;
}

.small-articlelist h3 {
	border: none;
	font-size: 12px;
	color: #504f54;
	background-color: transparent;
}

.small-articlelist ul {
	color: #6f6961;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

.small-articlelist li li {
	padding-left: 0px;
	padding-right: 10px;
	display: inline;
}

/* -------------------------------------------------------------------------- */
/* Full article list                                                         */
/* -------------------------------------------------------------------------- */

.list-navigation {
	clear: both;
}

.list-navigation-text {
	margin-bottom: 20px;
}

#placeholder-content .full-articlelist {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.full-articlelist .date {
	/*white-space: nowrap;*/
	font-size: 11px;
	/*display: inline;*/
	/*padding-right: 7px;*/
}
/*
.full-articlelist .first .date {
	float: left;
	color: #002e6b;
}
*/

.full-articlelist table {
	float: left;
	clear: both;
}

.full-articlelist .location {
	font-size: 11px;
	/*display: inline;*/
}

.full-articlelist span.loc-and-date{
	
	/*border: 1px solid cyan;*/
}

#placeholder-content .full-articlelist table {
	/*width: 520px;*/
}

.full-articlelist td.loc-and-date {
	font-size: 11px;
	/*white-space: nowrap;*/
	width: 2%;
	padding: 0;
	margin: 0;
	/*background-color: cyan;*/
}

.full-articlelist span.loc-and-date {
	font-size: 11px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	
}

#placeholder-content .full-articlelist span.loc-and-date {
padding-right: 10px;
}

#placeholder-right .full-articlelist span.loc-and-date {
	font-size: 10px;
}

#placeholder-right .full-articlelist h3 {
	font-size: 11px;
}

.full-articlelist p {
	margin: 0px;
	padding: 0px;
	margin-bottom:5px;
}

.full-articlelist h1 {
	color: #002e6b;
	font-size: 15px;
	font-weight: normal;
	background-image: url(https://static.nena.no/images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	padding-bottom: 11px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.full-articlelist ul {
	color: #6f6961;
	list-style-type: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
}

.full-articlelist ul,
.full-articlelist-twocolumn ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.full-articlelist ul li {
	background-image: none;
	clear: left;
	padding-left: 0px;
	width: 100%;
	/*padding-bottom: 12px;*/
    clear: both;
    margin-bottom: 0px;
    /*border: 1px solid cyan;*/
}

.full-articlelist li li {
	padding-left: 0px;
	padding-right: 10px;
	display: inline;
}

.full-articlelist-twocolumn li.odd {
    float: left;
    clear: both;
    width: 48%;
}

.full-articlelist-twocolumn li.even {
    float: right;
    width: 48%;
}


/*
.full-articlelist li.first {
	background-image: url(https://static.nena.no/images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	padding-bottom: 11px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
}

*/

/*.full-articlelist .first p,*/
.full-articlelist-twocolumn {
	display: block;
}

.full-articlelist .read-more {
	font-style: italic;
	font-family: georgia, tahoma, verdana;
	padding-left: 10px;
	display: none;
}
/*
.full-articlelist .first .read-more {
	display: inline;
}
*/

.articlelist-link-internal ul,
.articlelist-link-external ul,
.articlelist-link-internal ul li,
.articlelist-link-external ul li {
	display: inline;
	padding-bottom: 0px;
}

.articlelist-link-internal ul li,
.articlelist-link-external ul li {
}

.full-articlelist h3,
#placeholder-right .full-articlelist h3 {
	text-transform: none;
	display: inline;
	font-weight: normal;
	background-image: none;
	/*border-right: 1px solid #6f6961;*/
	padding: 1px 3px 1px 0px;
	margin: 12px 3px 1px 0px;
	margin-top: 0px;
	font-size: 14px;
}

#placeholder-right .full-articlelist h3 {
	font-size: 11px;
}
/*
.full-articlelist .first h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 6px;
}

.full-articlelist .first h3 a:hover {
	color: #6f6961;
}
*/

.full-articlelist h3 a,
.full-articlelist h3 a:link,
.full-articlelist h3 a:visited,
.full-articlelist .even h3 a,
.full-articlelist .even h3 a:link,
.full-articlelist .even h3 a:visited {
	color: #002e6b;
}

/*

.full-articlelist .first h3 a,
.full-articlelist .first h3 a:link,
.full-articlelist .first h3 a:visited {
	color: #000000;
}
*/

.full-articlelist h3 a:hover,
.full-articlelist .even h3 a:hover {
	color: #35b3e4;
}

.first .articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li {
	display: inline;
}

/*

.articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li {
	display: none;
}

*/

.articlelist-link-internal,
.articlelist-link-external {
	font-family: georgia, arial;
	font-style: italic;
	padding: 0px;
	display: inline;
	/*white-space: nowrap;*/
}

.list-bottom-link {
	font-family: georgia, arial;
	font-style: italic;
	/*padding-top: 10px;*/
	display: block;
	clear: both;
	margin-bottom: 20px;
	float: left;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}





/* -------------------------------------------------------------------------- */
/* Full article display                                                            */
/* -------------------------------------------------------------------------- */
.full-articledisplay {
	clear: both;
}

.full-articledisplay .location,
.full-articledisplay .date {
	display: block;
	float: left;
	margin-bottom: 5px;
}

.full-articledisplay .location {
	margin-right: 3px;
}

.full-articledisplay .tile-content p {
	clear: both;
}


#placeholder-content h1,
.full-articledisplay h1 {
	color: #002e6b;
	font-size: 15px;
	font-weight: normal;
	background-image: url(https://static.nena.no/images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	padding-bottom: 11px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#placeholder-content h2 {
	font-size: 14px;
		font-weight: normal;
	color: #002e6b;
}
.full-articledisplay h2 {
	font-weight: normal;
	color: #002e6b;
	font-size: 14px;
	background: none;
	padding: 0px 10px 5px 0px;
	margin: 0px;
}

.full-articledisplay h3 {
	font-weight: normal;
	color: #002e6b;
	font-size: 13px;
	background: none;
	padding: 0px 10px 5px 0px;
	margin: 0px;
}

#placeholder-content .full-articledisplay .digest {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #6f6961;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background: none;
}

.full-articledisplay tr.headerRow {
	background-color: #35b3e4;
	color: #002e6b;
}

.full-articledisplay tr.odd {
	background-color: #e9ebdf;
}

.full-articledisplay img.cp-mmarchive-image-left,
.full-articledisplay img.cp-mmarchive-image-right,
.full-articledisplay img.cp-mmarchive-image-default {
	margin: 16px 16px 16px 0px;
}
.full-articledisplay img.cp-mmarchive-image-default {
	margin-top: 0px;
}


/* -- Placeholder content---------------------------------------------------- */
#placeholder-content .full-articledisplay {
	margin-bottom: 0px;
}

/* -- Styling for <pre> to accomodate picture subtitles ----------------------*/

.full-articledisplay pre {
	clear: both;
	color: #32B5E3;
	font-style: italic;
	font-family: georgia, tahoma, verdana;
	/*padding-left: 10px;*/
	white-space: normal;
}

/* -------------------------------------------------------------------------- */
/* Small article display                                                      */
/* -------------------------------------------------------------------------- */
.small-articledisplay,
.small-articledisplay-nolayout {
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.small-articledisplay .tile-content {
	float: left;
	clear: both;
	display: block;
}

/* -- Contact information --------------------------------------------------- */
#placeholder-bottom .small-articledisplay-nolayout {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	width: 960px;
	clear: both;
}

#placeholder-bottom .small-articledisplay-nolayout p {
	padding: 0;
	margin: 0;
}

#placeholder-bottom .small-articledisplay-nolayout p.contact-info {
	float: left;
}

#placeholder-bottom .small-articledisplay-nolayout p.company-tag {
	float: right;
	color: #35b3e4;
}

/* -- Wide banner ----------------------------------------------------------- */
.widetile .tile-content p {
	margin: 0px;
}

.widetile .small-articledisplay-no-layout h3 {
	color: #002e6b;
	font-size: 15px;
	font-weight: normal;
	background-image: url(https://static.nena.no/images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: 0px 14px;
	padding: 1px 10px 12px 0px;
	margin-bottom: 0px;
}



/* -- Content banner --------------------------------------------------------*/
.rightwrap .small-articledisplay-nolayout {
	padding: 0px;
	margin: 0px;
}


/* -------------------------------------------------------------------------- */
/* Search results                                                             */
/* -------------------------------------------------------------------------- */

/*
.search-result .first h3 {
	margin-top: 0px;
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 6px;
}

*/

.search-result ul li.first {
	background-image: none;
	clear: left;
	padding-left: 0px;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 15px;
    clear: both;
}

.search-result h3 {
	display: block;
}

.search-result .first h3 {
	text-transform: none;
	/*display: inline;*/
	font-weight: normal;
	/*border-right: 1px solid #6f6961;*/
	padding: 1px 3px 1px 0px;
	margin: 12px 3px 1px 0px;
	margin-top: 0px;
	font-size: 14px;
}

.search-result .first h3 a:link,
.search-result .first h3 a:visited,
.search-result .odd h3 a:link,
.search-result .odd h3 a:visited,
.search-result .even h3 a:link,
.search-result .even h3 a:visited {
	display: block;
	color: #00316a;
}

.search-result em {
	display: none;
}

.search-result i {
	font-style: normal;
	color: #bd2716;
}

.search-result .articlelist-link-internal ul,
.search-result .articlelist-link-external ul {
	padding: 0px;
	margin: 0px;
	display: inline;
	white-space: nowrap;
}

.search-result .articlelist-link-internal ul li,
.full-articlelist-twocolumn .search-result .articlelist-link-internal ul li {
	display: inline;
	/*white-space: nowrap;*/
}

.search-result p,
.search-result .first p {
	display: inline;
	/*margin-right: 10px;*/
	/*white-space: normal;*/
	width: 100%;
}

.search-result li li {
	/*display: inline;*/
}

span.searchword {
	color: #bd2716;
}

.message-or-error {
	margin-bottom: 300px;
}

/* -------------------------------------------------------------------------- */
/* Related Items (Articles, Files)                                            */
/* -------------------------------------------------------------------------- */

/* OLD VERSION */

#placeholder-right .related-items {
	width: 200px;
	overflow: hidden;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#placeholder-right .related-items a:link,
#placeholder-right .related-items a:visited {
	color: #6f6961;
}

#placeholder-right .related-items h3 {
	margin-top: 0;
	font-size: 12px;
}

#placeholder-right .related-items ul {
	padding: 0;
	margin: 0;
}

#placeholder-right .related-files {
	margin-top: 10px;
}

.related-items .related-files ul li {
	padding-top: 7px;
	background-image: url(https://static.nena.no/images/icon_def.gif);
	padding-left: 20px;
}

.related-items .related-files ul li.executable {
	background-image: url(https://static.nena.no/images/icon_exc.gif);
}

.related-items .related-files ul li.image {
	background-image: url(https://static.nena.no/images/icon_img.gif);
}

.related-items .related-files ul li.pdf {
	background-image: url(https://static.nena.no/images/icon_pdf.gif);
}

.related-items .related-files ul li.presentation {
	background-image: url(https://static.nena.no/images/icon_pwp.gif);
}

.related-items .related-files ul li.document {
	background-image: url(https://static.nena.no/images/icon_wrd.gif);
}



/* -------------------------------------------------------------------------- */
/* New Related Items in sections                                              */
/* -------------------------------------------------------------------------- */

/* TEMPORARY VERSION FOR TESTING */

/*

#placeholder-right .related-items-sections {
	width: 200px;
	overflow: hidden;
}

#placeholder-right .related-items-sections a:link,
#placeholder-right .related-items-sections a:visited {
	color: #6f6961;
}

#placeholder-right .related-items-sections h3 {
	margin-top: 0;
	font-size: 12px;
}

#placeholder-right .related-items-sections ul {
	padding: 0;
	margin: 0;
}

#placeholder-right .related-files {
	margin-top: 10px;
}

.related-items-sections ul li.file {
	padding-top: 7px;
	background-image: url(https://static.nena.no/images/icon_def.gif);
	padding-left: 20px;
}

.related-items-sections ul li.executable {
	background-image: url(https://static.nena.no/images/icon_exc.gif);
}

.related-items-sections ul li.image {
	background-image: url(https://static.nena.no/images/icon_img.gif);
}

.related-items-sections ul li.pdf {
	background-image: url(https://static.nena.no/images/icon_pdf.gif);
}

.related-items-sections ul li.presentation {
	background-image: url(https://static.nena.no/images/icon_pwp.gif);
}

.related-items-sections ul li.document {
	background-image: url(https://static.nena.no/images/icon_wrd.gif);
}

*/


#placeholder-right .related-items-sections {
	width: 200px;
	overflow: hidden;
}

#placeholder-right .related-items-sections .related-items-section {
	margin-bottom: 20px;
}

#placeholder-right .related-items-sections a:link,
#placeholder-right .related-items-sections a:visited {
	color: #6f6961;
}

#placeholder-right .related-items-sections h3 {
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 12px;
}

#placeholder-right .related-items-sections ul {
	margin: 0px;
	padding: 0px;
}

#placeholder-right .related-items-sections ul li {
	margin: 0px;
	margin-left: 7px;
	padding: 0px;
	padding-left: 13px;
	background-position: 0px 7px;
}

#placeholder-right .related-items-sections ul li.file {
	margin-left: 0px;
	padding-left: 20px;
	background-position: 0px 0px;
	background-image: url(https://static.nena.no/images/icon_def.gif);
}

#placeholder-right .related-items-sections  ul li.executable {
	background-image: url(https://static.nena.no/images/icon_exc.gif);
}

#placeholder-right .related-items-sections  ul li.image {
	background-image: url(https://static.nena.no/images/icon_img.gif);
}

#placeholder-right .related-items-sections  ul li.pdf {
	background-image: url(https://static.nena.no/images/icon_pdf.gif);
}

#placeholder-right .related-items-sections  ul li.presentation {
	background-image: url(https://static.nena.no/images/icon_pwp.gif);
}

#placeholder-right .related-items-sections  ul li.document {
	background-image: url(https://static.nena.no/images/icon_wrd.gif);
}



/* -------------------------------------------------------------------------- */
/* Banner Display Tile		                                                  */
/* TODO: Integrate styles under "small-articledisplay" above!				  */
/* Forbanna rot!
/* -------------------------------------------------------------------------- */

#container div.imarex-banner {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
}

#container div.imarex-banner p {
	padding: 0px;
	margin: 0px;
}

/* -------------------------------------------------------------------------- */
/* Calculator				                                                  */
/* -------------------------------------------------------------------------- */

.generic-calculator {
	margin-bottom: 20px;
}