/* Default stylesheet */
body {
	background-color: #FFFFFF;
	color: #074773;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin: 0px;
}
table,caption,th,td {
	font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum{
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link { color: #006991; }
a:visited { color: #006991; }
a:hover { color: #EE494C; }

/* read more.. links */
.link	 { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { color: #074773; text-decoration: none; }
a.menu:visited, .menu a:visited { color: #074773; text-decoration: none; }
a.menu:hover, .menu a:hover { color: #074773; text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { text-decoration: none; }
.headlinelink:visited { text-decoration: none; }
.headlinelink:hover { text-decoration: none; }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	 {	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; }
.author { color: #333333; font-size: 10px; }
.feedback { }
.copyright { }

#top div.adminbar { position: absolute; top: 90px; left: 15px; }
#top div.languagebar { width: 50px; margin: 0px auto 0px auto; position: relative; top: 120px; }

/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { display: none; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }
#path { margin-bottom: 10px; }

/* SECTION: listing/view styles */

div.pagelogo { text-align: center; }

#toptext { 
	position: absolute;
	top: 82px;
	right: 15px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #A7B7D3;
}
.pagedescription { }
.headline, h1.headline {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #006991;
}
.headlineview, h1.headlineview {
	font-size: 16px; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
}
#top h1.pagetitle {
	position: absolute;
	top: 130px;
	left: 0px;
	color: #074773;
	font-size: 20px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
.ingress {
	font-weight: bold;
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
	font-weight: bold;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 265px;
	float: left;
	margin-right: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block {
	margin-bottom: 15px;
}
.imgwrap { text-align: center; }

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-bottom: 1px solid #EDF2F5;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 634px;
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url(/getfile.php/1006260.1582.vdeuwsyyvy/mainheader.gif) left top no-repeat;
	height: 172px;
}
#top a.homelink { 
	display: block; 
	position: absolute;
	top: 4px;
	left: 0px;
	width: 242px;
	height: 40px;
}
#topnav {
	position: absolute;
	top: 50px;
	left: 87px;
	font-weight: bold;
	font-size: 13px;
}

#middle {
	background-color: #EDF2F5;
	padding: 10px;
}
#navbar {
	font-weight: bold;
	font-size: 13px;
}
#main {
	float: left;
	min-height: 500px;
	width: 502px;
	background-color: #FFFFFF;
	padding: 10px 56px;
}
#mainsidebar {

}
#footer {
	clear: both;
	text-align: center;
	color: #074773;
	padding: 15px 0px;
}
#footer a:link { color: #074773; }
#footer a:visited { color: #074773; }
#footer a:hover { color: #EE494C; }

/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */

ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu{
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}
#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: inline;
	padding: 0px 10px 0px 0px;
}
#mainmenu {
	list-style-type: none;
	padding: 10px;
	text-align: center;
}
#mainmenu li {
	display: inline;
	padding: 0px 7px 0px 11px;
	border-left: 2px solid #FFFFFF;
	line-height: 20px;
}
#mainmenu li.lastitem { border-right: 2px solid #FFFFFF; }
#mainmenu a { padding: 0; margin: 0; }

#levelmenu { margin-bottom: 10px; float: left; }
#levelmenu li { 
	display: block;
	border-right: 1px dotted #074773;
	padding-right: 9px;
	margin-right: 9px;
	float: left;
}
#levelmenu li.lastitem { border-right: 0px none; }

a.backlink { 
	display: block; 
	float: right; 
	width: 44px; 
	padding-top: 1px;
	margin-bottom: 4px;
}

#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* SECTION: dropdown menu */

/* Utseende til kontaineren til dropdownmenyen */

div.dropdownframe {
  padding: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 1.0em;
	white-space: nowrap;
	width: 614px; /* fix for IE7 */
}

/* Sett padding og margin til menyknappene her */
div.dropdown, div.dropdownhover {
 padding: 2px 4px 3px 4px;
  margin: 0px 1px 0px 0px;
}

/* Utseende til menyknapper */
div.dropdown {
  color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	width: 72px;
	display: block !important;
	float: left;
	margin-bottom: 8px;
}
#CPMI_143052 { width: 86px; }
#CPMI_143044 { width: 82px; }
#CPMI_143053 { width: 60px; border-right: 2px solid #FFFFFF; }

/* Utseende til menyknapper i aktiv tilstand her */
div.dropdownhover {
  color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	width: 72px;
	display: block !important;
	float: left;
}

/* Utseende til linker */
.dropdown a:link { text-decoration: none; color: #074773; }
.dropdown a:visited { text-decoration: none; color: #074773; }
.dropdown a:hover { text-decoration: underline;  color: #074773; }

/* Utseende til aktive linker */
.dropdownhover a:link { text-decoration: none; color: #006991; }
.dropdownhover a:visited { text-decoration: none; color: #006991; }
.dropdownhover a:hover { text-decoration: none; color: #006991; }

/* Utseende til kontainerne til undermenyer */
div.dropdownsubframe {
  text-align: left;
  color: #FFFFFF; 
	border: 0px none;
	white-space: nowrap;
	padding-left: 7px;
	background-color: #EDF2F5;
	border: 1px solid #CCCCCC;
	border-left: 2px solid #FFFFFF;
	border-top: 0px none;
}

/* Sett padding og margin til undermenyknapper her */
div.dropdownsub, div.dropdownsubhover {
  padding: 4px 10px;
}

/* Utseende til undermenyknapper */
div.dropdownsub {
  color: #496179;
}

/* Utseende til aktive undermenyknapper */
div.dropdownsubhover {
  color: #496179; 
}

/* Utseende til linker i undermenyer */
.dropdownsub a:link { text-decoration: none; color: #006991; }
.dropdownsub a:visited { text-decoration: none; color: #006991; }
.dropdownsub a:hover { text-decoration: underline; color: #006991; }

/* Utseende til aktive linker i undermenyer */
.dropdownsubhover a:link { text-decoration: none; color: #000000; }
.dropdownsubhover a:visited { text-decoration: none; color: #000000; }
.dropdownsubhover a:hover { text-decoration: underline; color: #000000; }


/* Lightbox */

#lightbox {
	z-index: 1000 !important;
}
#overlay {
	z-index: 900 !important;
}

