/* Default stylesheet */
body {
	background: #f0f0f0 url(http://img6.custompublish.com/getfile.php/1770788.1496.tyeqquwpsy/100-90-5-monochrome.png) repeat;
	color: #333;
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	/*font-family: "Myriad Pro", Myriad, FreeSans, Tahoma, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}
.helvetica {
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
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;
}
/* General links */
a:link {color: #004282; text-decoration: none;}
a:visited { color: #7b4e7f; }
a:hover { text-decoration: underline;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#cp { text-align: right; font-size: 10px;}
#cp a {
	color: #999;
}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* 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*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.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; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline, h1.headlineview {
	font-weight: normal;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress, div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
	line-height: 1.4;
}

p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.listingpic {
	width: 250px;
	float: right;
	margin-left: 10px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	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: right;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	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;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #e9e9e9;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

.bn {
	color: #004282;
	font-weight: normal;
}


div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	text-align: left;
}
#topcontainer {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border-bottom: 1px solid #e0e0e0;
	border-top: 3px solid #023E7C;
	box-shadow: 4px 0px 4px 4px rgba(0, 0, 0, 0.2); 
}
#top {
	/*
width: 1140px;
	margin: 0 auto;
*/
	padding: 10px;
}
.linkcontainer {
	text-align: right;
}
#topnav {
}
#middle {
	background: #FFF;
	padding: 25px 15px 10px;
	border-radius: 0 0 8px 8px;
	
}
#navbar {
	/* float: left; */
	/* width: 180px; settes av 1140 */
	margin-bottom: 10px;
}
#main {
	float: left;
	/* width: 560px; settes av 1140 */ 
	min-height: 500px; /* ref .viewarea */
}
.viewarea {
	min-height: 400px; /* ref #main */
}

#mainsidebar {
	float: right;
	display: none;
	/* width: 180px;  settes av 1140 */
}
.frontpage #mainsidebar {
	display: block;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar, .frontpage #navbar {
	display: none;
}


#footer {
	clear: both;
	background: url(http://img6.custompublish.com/getfile.php/1767178.1496.bxyrqawfwu/logo_footer.png) no-repeat right bottom;
	min-height: 150px;
	padding: 10px 0;
	line-height: 1.5;
	color: #444;
	font-size: 1.2em;
}

#footer h3 {
	color: #989696;
	font-size: 24px;
	font-weight: normal;
}

#mainmenu {
	/* float: right; */
}
#mainmenu li {
	float: left;
	font-size: 16px;
}
#mainmenu li a{
	display: block;
	padding: 20px;
	border-right: 1px solid #e5e5e5;
	color: #666666;
	
}

#rightmenu {
	margin-bottom: 40px;
	
}
#rightmenu li{
	color: #004282;
	background: url(http://img6.custompublish.com/getfile.php/1771355.1496.tapufevref/ico_user.png) no-repeat left center;
	padding-left: 50px;
	margin-bottom: 24px;
}
#rightmenu li.itemlvlnum2{
	background: url(http://img6.custompublish.com/getfile.php/1771357.1496.wxdfywpert/ico_sign.png) no-repeat left center;
}
#rightmenu li.itemlvlnum3{
	background: url(http://img6.custompublish.com/getfile.php/1771356.1496.uryvrxybsq/ico_tools.png) no-repeat left center;
}
#rightmenu li a{
	font-size: 28px;
	color: #004282;
	padding: 10px 0;
	
}
#rightmenu li a span{
	display: block;
	font-size: 12px;
	margin-top: 6px;
	color: #666;
}

#submenu {
	
}
#submenu li {
	
}

#submenu li a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}
/* 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 ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin: 5px;
}
#path a {
	color: #FFF;
}
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
}
#search {
	padding: 17px 0;
}
#searchform {
	background: #f5f5f5;
	padding: 4px;
}
input.searchinput {
	vertical-align: middle;
	border: 0;
	background: transparent;
	width: 80%;
	float: left;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	float: right;
}
/* 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;
}
#newsletter {
	margin-top: 0px;
}
#newslettersub {
	position: relative;
	zoom: 1;
	margin: 10px 0;
}

input.newslettersubemail {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	padding: 12px;
	vertical-align: middle;
	width: 70%;
	display: inline;
}
input.newslettersubsubmit {
	background: #356aa0;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #07488b;
	font-size: 16px;
	padding: 8px;
	vertical-align: middle;
	cursor: pointer;
}
#newslettersubantispamdiv {
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	position: absolute;
    top: 100%;
    z-index: 999;
    left: 0;
}
input.antispaminput {
	text-indent: 0 !important;
	background: #f7f7f7 !important;
	color: #555 !important;
}


/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}

#topbar {
	/*
background: #47648D url(http://img6.custompublish.com/getfile.php/1772619.1496.qswpxvaprt/topbar.jpg) repeat-x center top;
	padding: 10px 20px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
*/
}

#slides {
    position: relative;
}
#newstitle {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: url(/images/opacity/white/opacity60.png) repeat;
	color: #004282;
	font-size: 28px;
}
#newstitle .logo {
	background: url(http://img6.custompublish.com/getfile.php/1776112.1496.dvvwfusbxt/newstitle.png) no-repeat right center;
	padding: 10px 200px 10px 20px;
}
.slides_container {
    width:1140px;
    height:180px;
    overflow: hidden;
}
.slides_container .slide {
    width:1140px;
    height:180px;
    display:block;
}
.slides_container .slidetext {
    background: transparent url(http://img6.custompublish.com/getfile.php/1767158.1496.ftuxbyqwux/slidetext.png) no-repeat center right;
    position: absolute;
    top: 80px;
    right: 30px;
    padding: 10px 60px 10px 10px;
    color: #FFF;
    text-shadow: 0 1px 1px #10315c;
    line-height: 1.6;
    font-size: 14px;
    border-radius: 2px;
}
.slidetext h2, .slidetext a {
	color: #FFF;
	font-size: 28px;
	margin: 0; padding: 0;
}

#slides .next, #slides .prev {
    position: absolute;
    right: 40px;
    width: 61px;
    height: 48px;
    text-indent: -9999px;
    display: block;
    z-index: 50;
}
#slides .next {
    background: url(http://img5.custompublish.com/getfile.php/1765763.2005.craqppvpwx/next.png) no-repeat;
    bottom: -17px;
    
}
#slides .prev {
    background: url(http://img5.custompublish.com/getfile.php/1765772.2005.eacttcfeda/prev.png) no-repeat;
    top: -17px;
}

#imagebox img {
    padding: 2px;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
}
.textright {
    text-align: right;
    margin-top: 10px;
    clear: both;
    font-size: 11px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}