/* Default stylesheet */
body {
		/* background-color: #FFFFFF; */
		/* color: #000000; */
	font-family: "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 68.75%; /*11px;*/
	margin: 0px;
	padding: 8px;
}
#topmenu, #footer{
	font-family: "Myriad Pro", Myriad, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1.headline, h2.headline, h1.headlineview{
	font-family: "Trebuchet MS", Trebuchet, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* 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;
}


.normal{
	font-size: 11px;
}
.bigger{
	font-size: 14px;
}
.biggest{
	font-size: 17px;
}


/* General links */
a:link { 	/* color: #0066cc; */ }
a:visited { 	/* color: #666666; */ }
a:hover { 	/* color: #0066cc; */}

.menu a:link, .menu a:visited{
	text-decoration: none;
}
.menu a:hover{
	text-decoration: underline;
}
#topnav a:link, #topnav a:visited, #topnav a:hover{
		/* color: #FFFFFF; */
}
.topmenu a:link, .topmenu a:visited, .topmenu a:hover{
	text-decoration: underline;
}
div.box.variant3 a:link{	/* color: #002259; */}
div.box.variant3 a:visited{}
div.box.variant3 a:hover{	/* color: #002259; */}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link: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 { }

/* "Links" for site customization */
a.custom, img.custom{
  cursor: pointer;
  font-weight: bold;
}
a.custom:hover{
	text-decoration: underline;
}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { 	/* color: #0066cc; */ text-decoration: none;}
.headline .headlinelink:visited {  	/* color: #0066cc; */ text-decoration: none;}
.headline .headlinelink:hover {  	/* color: #0066cc; */ text-decoration: underline;}

/* 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: 0.9em; }
.author { 	/* color: #333333; */ font-size: 0.9em; }
.feedback { }
.copyright { }


/* 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; }

ul.tools li{
	margin-bottom: 10px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-align: right;
}
.tools li.utilities img{
	float: none;
}



#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.headlineview, h1.headlineview {
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
div.date{
	margin-bottom: 5px;
}
.ingress {
}
div.ingress {
	margin: 0 0 6px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 34%;
}
.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;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
		/* background-color: transparent; */
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079159.688.dqyuvrqxec/hr.png); */
	background-position: center top;
	background-repeat: repeat-y;
	border-width: 0;
	border-style: solid;
		/* border-color: #000000; */
	font-size: 1px;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 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 {
		/* background-color: #EEEEEE; */
		/* border-color: #D5D5D5; */
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	padding: 5px 0 35px;
	position: relative;
	text-align: left;
	width: 918px;
}
span.corner.page{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079168.688.wacsewcsac/page-corners.png); */
}
span.corner.page.bl{
	left: -5px;
}
span.corner.page.br{
	right: -5px;
}

#top {
		/* background-color: #2E3234; */
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079176.688.vwatydcery/top-bkg.png); */
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	position: relative;
	zoom: 1;
}
#top div.side.v{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079181.688.ubusrpwtbe/top-shadows-vert.png); */
}
#top div.side.h{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079180.688.fxfuctwtwp/top-shadows-hori.png); */
}
#top div.side.v.r{
	padding: 1px 5px 10px;
}
#top .corner{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079177.688.ytqvwswwds/top-frame.png); */
}
#top span.corner.tl{
	top: 0;
	left: 0;
}
#top span.corner.tr{
	top: 0;
	right: 0;
}
#top span.corner.br{
	bottom: 0;
	height: 15px;
	right: 0;
}
#top span.corner.bl{
	bottom: 0;
	height: 15px;
	left: 0;
}

#topnav {
		/* background-color: #000000; */
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079178.688.svefwqesss/topnav-bkg.png); */
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 0 4px;
	padding: 1px 10px 2px 14px;
}
#middle {
	padding: 0 10px;
}
#navbar {
	float: left;
	margin-right: 9px;
	width: 180px;
}
#main {
		/* background-color: #FFFFFF; */
		/* border-color: #c6c6c6; */
	border-style: solid;
	border-width: 1px;
	float: left;
	min-height: 500px;
	padding: 9px;
	position: relative;
	width: 523px;
}
span.corner.main{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079152.688.pbddcvdeyf/box-frame.png); */
}

/* #main when no sidebar */
.wide #main {
	float: right;
	width: 724px;
}
.wide #navbar {
	margin-right: 0;
}

#mainsidebar {
	float: right;
	width: 155px;
}
#footer {
		/* background-color: #636c70; */
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079154.688.qtuytqdtat/footer-bkg.png); */
	background-position: top left;
	background-repeat: repeat-y;
	clear: both;
		/* color: #FFFFFF; */
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 928px;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:hover{
		/* color: #FFFFFF; */
}
#footer span.corner{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079155.688.qscaprdptu/footer-corners.png); */
	height: 15px;
}
#footer span.corner.bl{
	bottom: 0;
	left: 0;
}
#footer span.corner.br{
	bottom: 0;
	right: 0;
}
#footer div.side.v{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079157.688.fxaquqyfcp/footer-shadows-vertical.png); */
}
#footer div.side.b{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079156.688.trppqcatxe/footer-shadow-bottom.png); */
}
#footer div.side.v.r{
	padding: 10px 4px 19px;
}
#cp{
		/* color: #a0acb5; */
	font-size: 0.9em;
	margin: 0 auto;
	text-align: center;
	width: 918px;
}
#cp a:link, #cp a:visited, #cp a:hover{
		/* color: #a0acb5; */
	text-decoration: none;
}
#cp a:hover{
		/* color: #a0acb5; */
	text-decoration: underline;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
		/* background-color: #FFFFFF; */
		/* border-color: #c2c2c2; */
	border-style: solid;
	border-width: 1px;
	padding: 5px 0 0;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .corner{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079152.688.pbddcvdeyf/box-frame.png); */
}
.box .head {
}
.box .cell {
	font-size: 1.1em;
	padding: 5px 10px 10px;
}
.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: 0 0 0 10px;
	margin: 0px;
}

/* As standard but with less air */
div.box.variant2{
	
}
div.box.variant2 h3.caption{
	padding-left: 4px;
}
div.box.variant2 .cell{
	padding: 4px;
}

div.box.imagelist .cell {
		/* border-color: #414141; */
	border-style: solid;
	border-width: 3px;
	margin: 4px;
	padding: 0;
	position: relative;
}
/* To avoid extra IE spacing. NB! Forces each image on its own line  */
div.box.imagelist  img{
	display: block;
}
div.box.imagelist .cell .corner{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079167.688.quftctqxwr/mnd-bilde-frame.png); */
}
div.box.imagelist .cell span.corner.tl{
	left: -3px;
	top: -3px;
}
div.box.imagelist .cell span.corner.tr{
	right: -3px;
	top: -3px;
}
div.box.imagelist .cell span.corner.br{
	bottom: -3px;
	right: -3px;
}
div.box.imagelist .cell span.corner.bl{
	bottom: -3px;
	left: -3px;
}

div.box.variant3{
		/* background-color: #a6afb3; */
		/* border-color: #737272; */
}
div.box.variant3 .corner{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079153.688.twbppvtbda/box-variant2-frame.png); */
}
/* SECTION: page elements */

#top div.intro {
	float: left;
	padding: 10px 0 0 4px;
}
#logo{
	bottom: 9px;
	margin-left: 5px;
	position: relative;
}
#top div.toppbilde{
	float: right;
}

/* To avoid extra IE spacing */
#top div.toppbilde img{
	display: block;
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
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;
}
ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
#topmenu {
	float: left;
	font-size: 1.25em;
	list-style-type: none;
	padding-top: 5px;
	width: 715px;
}
#topmenu li {
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079386.688.yrrqstfrya/topmenu-sep.png); */
	background-position: left center;
	background-repeat: no-repeat;
	display: inline;
	padding: 0 7px 0 8px;
}
#topmenu li:first-child{
	background-image: none;
}
.mainmenuwrap{
		/* background-color: #FFFFFF; */
		/* border-color: #737272; */
	border-style: solid;
	border-width: 1px;
	margin: 0 0 15px;
	padding: 8px 1px;
	position: relative;
}
.mainmenuwrap span.corner{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079164.688.cedravtwbc/menu-frame.png); */
}
ul.mainmenu{
		/* background-color: #FFFFFF; */
	font-size: 1.1em;
}
.mainmenu a{
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	padding: 1px 6px;
}
.mainmenu a:link, .mainmenu a:visited{
		/* color: #000000; */
}
.mainmenu a:hover{
		/* background-color: #272828; */
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079165.688.tsrbxpdypv/menu-hover-bkg.png); */
		/* color: #FFFFFF; */
	text-decoration: none;
}
.mainmenu a.itemselected:link, .mainmenu a.itemselected:visited, .mainmenu a.itemselected:hover{
		/* background-color: #000000; */
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079166.688.pvbdbxcwtu/menu-selected-bkg.png); */
		/* color: #FFFFFF; */
}

div.path{
	margin: 0 0 10px;
}

#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
		/* background-color: #FFFFFF; */
		/* border-color: #565656; */
	border-style: solid;
	border-width: 1px;
	float: right;
	margin: 0;
	padding: 2px 5px;
	position: relative;
	width: 145px;
}
#searchform span.corner{
		/* background-image: url(http://img8.custompublish.com/getfile.php/1079171.688.bawcwexasf/search-frame.png); */
}
#searchform input.searchinput {
		/* background-color: #FFFFFF; */
		/* color: #666666; */
	border: none;
	float: left;
	vertical-align: middle;
	width: 120px;
}	
#searchform input.searchsubmit {
	float: right;
	vertical-align: middle;
}

li.accessibility{
	position: relative;
	zoom: 1;
}

.accessibility div.textsizes{
	float: left;
	text-align: left;
	width: 34%;
}
.accessibility div.colorschemes{
	float: right;
	padding-top: 2px;
	width: 64%;
}


/* 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: 0.9em; }
.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%;
}

ul.callist{}
ul.callist li{
	clear: both;
	padding-top: 3px;
	margin-bottom: 0;
}
ul.callist li:first-child{
	padding-top: 0;
}

.callist span.date{
	float: left;
	width: 33px;
}
.callist span.event{
	float: right;
	width: 100px;
}
th.caldayname {  	 font-weight: bold; }



th.caldayname  {
		/* background-color: #DDDDDD; */
}

td.calday  {
		/* background-color: #F0F0F0; */
}

td.caltoday  {
		/* background-color: #BBBBBB; */
}

td.calsaturday  {
		/* color: #808080; */
		/* background-color: #F0F0F0; */
}

td.calsunday  {
		/* color: #B00000; */
		/* background-color: #F0F0F0; */
}

.yriframe iframe{
	width: 100%;
}