/* Default stylesheet */
body {
	background-color: #F0F0F0;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 10px;
}
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.2em;
}
h3 {
	font-size: 1.1em;
}
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 { }
a:visited { color: #7b4e7f; }
a:hover { }

/* 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 { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline a:link, .articles a:link, .headlines a:link, li a.headlinelink:link { color: #000000; text-decoration: none; }
.headline a:visited, .articles a:visited, .headlines a:visited, li a.headlinelink:visited { color: #000000; text-decoration: none; }
.headline a:hover, .articles a:hover, .headlines a:hover, li a.headlinelink:hover { color: #000000; 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*/
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: #999999; 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 */ 
}


/* csstabs */
/* SECTION: css tabs, functionality */

.csstabs {
	position: relative;
	zoom: 1;
}

.csstabs .item {
	position: static; /* Cells should be positioned relative to .csstabs, not .box */
}
.csstabs .item .content {
	display: none;
	overflow: auto;
	position: absolute;
	z-index: 5;
}
.csstabs .item.twitter .content {
	overflow: hidden;
	height: 390px;
	padding: 0;
	width: 100%;
}
.csstabs:hover .item:first-child .content {
/*	display: none;*/
}
/* .active, .inactive act as javascript hooks */
/*.csstabs .item:hover .content, .csstabs:hover .item:first-child:hover .content, */
.csstabs .item:first-child .content, .csstabs .item.active .content  {
	display: block;
}

.csstabs .item.inactive .content {
	display: none;
}

.csstabs .item h3.caption {
	position: relative;
	z-index: 10;
}

.csstabs .item h3.caption .pointer {
	display: none;
	position: absolute;
	z-index: 10;
}
.csstabs:hover .item:first-child h3.caption .pointer {
	display: none;
}
.csstabs .item:hover h3.caption .pointer, .csstabs .item:first-child h3.caption .pointer, .csstabs:hover .item:first-child:hover h3.caption .pointer {
	display: block;
}
.csstabs .item.active h3.caption .pointer {
	display: block;
}
.csstabs .item.inactive h3.caption .pointer {
	display: none;
}

/* End csstabs, functionality */


/* Section: csstabs, default skin  */

.csstabs {
	min-height: 450px;
}
.csstabs .caption {
	background-image: url(http://img1.custompublish.com/getfile.php/1778348.1111.ycfbadbqty/ikon-sosialt.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	border-left: 1px dotted #D4D4D4;
	color: #666666;
	display: inline;
	display: inline-block;
	font-size: 1.0em;
	margin: 4px 0;
	padding: 8px 4px 3px 24px;
}

.csstabs .item:first-child .caption {
	background-position: 0 10px;
	border-left: none;
	padding-left: 18px;
	text-decoration: underline;
}
.csstabs:hover .item:first-child .caption {
	text-decoration: none;
}

.csstabs .item:hover .caption, .csstabs:hover .item:first-child:hover .caption {
	cursor: pointer;
	text-decoration: underline;
}
.csstabs .item.sistenytt .caption {
	background-position: 0px -492px;
	
}
.csstabs .item.fjasbok .caption {
	background-position: 5px -292px;
}
.csstabs .item.twitter .caption {
	background-position: 5px -192px;
}
.csstabs .item.samkom .caption {
	background-position: 5px -592px;
}
.csstabs .item.medieklipp .caption {
	background-position: 5px -92px;
}
.csstabs .item.gatami .caption {
	background-position: 5px -692px;
}
.csstabs .item.gatami .pagebar {
	display: none;
}
.csstabs .item.gatami li.showlinkall  {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 20px;
}
.csstabs .item.gatami li.showlinkall b {
	font-weight: normal;
}
.selectbar a:link, .selectbar a:visited, .selectbar a:hover {
	color: #000000;
	text-decoration: none
}
.selectbar a:hover, .selectbar a.selected {
	text-decoration: underline;
}


.csstabs .item {
	border: none;
	float: left;
	margin-right: 2px;
}
.csstabs .item .content {
	background-color: #FFFFFF;
	border-top: 1px dotted  #495863;
 	min-height: 360px;
	padding: 20px 10px 10px;
	left: 0;
	width: 96.3%;
}







/* Standard tools */
div.tools { margin: 15px 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 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.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 {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
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;
        font-size: 0.9em;
	padding:  1px 8px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 12.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 85%;
}
/* 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 {
}
div.threecol .articleblock, div.threecol .col { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0, div.threecol .col0 { 
	clear: both;
}
div.threecol .articleblock.treble1, div.threecol .col1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2, div.threecol .col2 { 
	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;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

.fplisting .mainarea {
	float: left;
	width: 66%;
}

/* fb-boks */

.fplisting .dillarea {
	float: right;
	padding-top: 10px;
	width: 32%;
position:relative;
top:25px;

}


/* SECTION: page containers */ 
#page {
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	box-shadow: 3px 3px 5px #666666;
	width: 1018px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	/*background-color: #EDEDED;*/
	border-top: 3px solid #EDEDED;
	margin: 0px;
	min-height: 90px;
	padding: 0px;
	position: relative;
}
#navbar {
	padding: 0 40px 3px;
	background-image: url(http://img1.custompublish.com/getfile.php/1778349.1111.xuesspyfat/navbar-btm-brdr.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 0.9em;
	position: relative;
}
#subnavbar {
	margin-bottom: 5px;
}
#middle {
	padding: 0 40px;
}
#subsubnavbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	float: left;
	width: 610px;
	min-height: 500px; /* ref .viewarea */
}
.viewarea {
	min-height: 400px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 300px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #subnavbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main, .frontpage.articlelisting #main {
	float: none;
	width: auto;
}
.widefull #subnavbar, .widefull #mainsidebar, .frontpage.articlelisting #subnavbar, .frontpage.articlelisting #mainsidebar {
	display: none;
}


#footer {
	border-top: 1px dotted #495863;
	clear: both;
	font-size: 0.85em;
	margin: 25px 40px 0px;
	padding: 5px 0;
	text-align: center;
}

#cp {
	color: #999999;
	font-size: 0.9em;
	margin: 5px 0 0;
}
#cp a:link, #cp a:visited, #cp a:hover {
	color: #999999;
	text-decoration: none;
}
#cp a:hover {
	text-decoration: underline;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	border-top: 1px dotted #495863;
	padding: 2px 0 0 0;
	margin: 0px 0px 15px 0px;
	position: relative;
	zoom: 1;
}
.box .head {
}
.box .cell {
	font-size: 0.9em;
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0 0 5px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption {
	font-size: 1.0em;
	padding: 0 0 0 5px;
	margin: 0px;
}
.box.variant1 {
	background-image: url(http://img1.custompublish.com/getfile.php/1824313.1111.tpftwravxw/pil-h-oransje-2.png);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#mainsidebar .box.variant1 {
	min-height: 166px;
}
.box.haslogo .textwrap {
	float: right;
	width: 48%;
}
.box.haslogo .caption {
	padding-left: 0;
} 
.box.haslogo .textwrap .cell {
	padding-left: 0;
	padding-right: 0;
}
.box.haslogo .imgwrap {
	float: left;
	width: 48%;
}
.box.haslogo .imgwrap img {
	max-width: 100%;
	height: auto;
	width: auto;
}



.cpscheckbox {
    padding-bottom: 3px;
    padding-top: 3px;
}

.cpsselect {
    padding-top: 5px;
       
}

.cpsimpleform {
    padding-top: 10px;
        padding-top: 0px;
}

.cpstextheading {
    padding-top: 10px;

}
.cpstext {
    padding-top: 10px;
        padding-top: 10px;
}
.cpsstatictext {
    padding-top: 10px;
        padding-top: 10px;
}

.cpsoptionsclear {
    padding-top: 10px;
        padding-top: 15px;
}

/* SECTION: page elements */
#logo {
	background-color: rgba(255,255,255, 0.5);
	padding: 10px 35px 10px 10px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 2;
}
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 10px;
} 
#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.mainmenu {
}
ul.mainmenu li.menulevel0 {
	border-right: 1px dotted #D4D4D4;
	border-bottom: 3px solid transparent;
	float: left;
	margin-bottom: -3px;
}
ul.mainmenu li.menulevel0.itemselected  {
	border-bottom: 3px solid #FFFFFF;	
}
ul.mainmenu li.spacingabove{
	margin-top: 0px;
}
ul.mainmenu li.spacingbelow{
	margin-bottom: 0px;
}
.mainmenu a.menulevel0, .mainmenu span.menulevel0 {
	display: block;
	font-weight: bold;
	padding: 5px 35px;
}


.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover {
	color: #666666;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu a.itemselected, .mainmenu span.itemselected{
	text-decoration: underline;
}
ul.childmenu {
	background-color: #F0F0F0;
	background-image: url(http://img1.custompublish.com/getfile.php/1779597.1111.qwfbrqsxef/hurtigmeny-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 20px 40px;
	position: relative;
}

ul.childmenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.childmenu li {
	background-image: url(http://img1.custompublish.com/getfile.php/1824313.1111.tpftwravxw/pil-h-oransje-2.png);
	background-position: 98% 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #05090E;
	float: left;
	margin: 0 2% 0 0;
	padding: 5px 0;
	position: relative;
	width: 23%;
}
ul.childmenu li.itemlvlnum1, ul.childmenu li.itemlvlnum5, ul.childmenu li.itemlvlnum9, ul.childmenu li.itemlvlnum13, ul.childmenu li.itemlvlnum17, ul.childmenu li.itemlvlnum21, ul.childmenu li.itemlvlnum25, ul.childmenu li.itemlvlnum29, ul.childmenu li.itemlvlnum33 {
	clear: both;
}


.childmenu a:link, .childmenu a:visited, .childmenu a:hover {
	color: #666666;
	text-decoration: none;
}
.childmenu a:hover, .childmenu li.itemselected > a.menuitem {
	text-decoration: underline;
}

ul.childmenu ul {
	background-color: #F0F0F0;
	background-image: url(http://img1.custompublish.com/getfile.php/1779597.1111.qwfbrqsxef/hurtigmeny-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #999999;
	display: none;
	left: 0;
	position: absolute;
	z-index: 10;
}
ul.childmenu li:hover > ul {
	display: block;
}

ul.childmenu ul li {
	background-image: none;
	float: none;
	width: auto;
}
ul.childmenu ul ul {
	min-width: 150px;
	left: 95%;
	top: 0;
}

ul.hurtigmenu {
	background-color: #F0F0F0;
	background-image: url(http://img1.custompublish.com/getfile.php/1779597.1111.qwfbrqsxef/hurtigmeny-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 30px 40px 20px;
	margin-left: -40px;
	margin-right: -40px;
	position: relative;
	zoom: 1;
}
ul.hurtigmenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.hurtigmenu li {
	border-left: 1px dotted #BEBDBE;
	float: left;
	margin: 0;
	padding: 0 2% 0 2%;
	width: 21%;
}
ul.hurtigmenu li.itemlvlnum3, ul.hurtigmenu li.itemlvlnum7 {
	clear: both;
	border-left: none;
	padding-left: 0;
}

.hurtigmenu a {
	background-image: url(http://img1.custompublish.com/getfile.php/1779594.1111.ysdeuravvf/ikon-hurtigmeny.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	padding: 10px 0 10px 38px;
}
#hurtigmenuitem108824 {
	background-position: 0 -397px;
}
#hurtigmenuitem108825 {
	background-position: 0 -97px;
}
#hurtigmenuitem108826 {
	background-position: 0 -297px;
}
#hurtigmenuitem108823 {
	background-position: 0 3px;
}
#hurtigmenuitem108828 {
	background-position: 0 -197px;
}
#hurtigmenuitem108829 {
	background-position: 0 -297px;
}
#hurtigmenuitem108830 {
	background-position: 0 -697px;
}
#hurtigmenuitem108831 {
	background-position: 0 -697px;
}
#hurtigmenuitem108832 {
	background-position: 0 -497px;
}
#hurtigmenuitem122789 {
	background-position: 0 -597px;
}
.hurtigmenu a:link, .hurtigmenu a:visited, .hurtigmenu a:hover {
	color: #666666;
	text-decoration: none;
}
.hurtigmenu a:hover {
	text-decoration: underline;
}

#toolbar {
	color: #666666;
	padding: 5px 0;
}
#toolbar a {
	color: #666666;
}
#toolbar a:link, #toolbar a:visited {
	text-decoration: none;
}
#toolbar a:hover {
	text-decoration: underline;
}
#toolbar .tool {
	border-right: 1px solid #D4D4D4;
	display: block;
	float: left;
	line-height: 18px;
	margin-top: 4px;
	min-height: 18px;
	padding: 0 15px;
	
	vertical-align: bottom;
}
#talewebholder {
	width: 140px;
	margin-left: 15px;
	padding-left: 0 !important;
	position: relative;
	bottom: 0px;
}
#toolbar .tool.icons {
	border-right: none;
	position: relative;
	float: right;
	top: 4px;
}
#toolbar #sitemaplink {
	background-image: url(http://img1.custompublish.com/getfile.php/1778347.1111.afxxpsvuux/ikon-nettstedskart.png);
	background-position: 15px 3px;
	background-repeat: no-repeat;
	padding-left: 40px;
}


#toolbar #searchform {
	border-right: none;
}
input.searchinput {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 3px;
	color: #666666;
	vertical-align: middle;
}	
input.searchsubmit {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 3px;
	color: #666666;
	vertical-align: middle;
	cursor: pointer;
}
a.scaletext {
	bottom: 1px;
	position: relative;
	text-transform: uppercase;
	vertical-align: baseline;
}
a.scaletext, a.scaletext:hover {
	cursor: pointer;

}
#scalenormal {
	font-size: 12px;
}
#scalelarge {
	font-size: 14px;
}
#scalelargest {
	font-size: 16px;
	margin-right: 5px;
}

ul.icons {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.icons li {
	float: left;
	margin: 0 2px 5px 0;
	padding: 0;
}
ul.icons li a {
	background-image: url(http://img1.custompublish.com/getfile.php/1778348.1111.ycfbadbqty/ikon-sosialt.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: block;
	text-indent: -9999px;
}
ul.icons li.rss a {
	background-position: 0 -100px;
}
ul.icons li.twitter a {
	background-position: 0 -200px;
}
ul.icons li.fjasbok a {
	background-position: 0 -300px;
}
ul.icons li.youtube a {
	background-position: 0 -400px;
}

.contactinfobox div {
	display: inline;
}

table.weathertablesmall {
	margin: 0 0 0 auto;
}
a.yrlink {
	display: block;
	text-align: right;
}
ul.yrforecast {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
ul.yrforecast li {
	margin: 0;
	padding: 0;
}

/* 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.selectbar {
	border-bottom: 1px dotted #495863;
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}
ul.selectbar li {
	background-image: url(http://img1.custompublish.com/getfile.php/1778348.1111.ycfbadbqty/ikon-sosialt.png);
	background-position: 8px 10px;
	background-repeat: no-repeat;
	border-left: 1px dotted #D4D4D4;
	display: inline;
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 10px 8px 5px 28px;
}
ul.selectbar li:first-child {
	background-position: 0 10px;
	border-left: none;
	padding-left: 18px;
}
ul.selectbar li.sistenytt {
	background-position: 0px -492px;
}
ul.selectbar li.fjasbok {
	background-position: 8px -292px;
}
ul.selectbar li.twitter {
	background-position: 8px -192px;
}
ul.selectbar li.samkom {
	background-position: 8px -592px;
}
ul.selectbar li.medieklipp {
	background-position: 8px -92px;
}
ul.selectbar li.gatami {
	background-position: 8px -692px;
}
.selectbar a:link, .selectbar a:visited, .selectbar a:hover {
	color: #000000;
	text-decoration: none
}
.selectbar a:hover, .selectbar a.selected {
	text-decoration: underline;
}


/* 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;
}


@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;
	}
}


.cpstext {
		padding-top: 10px;
	}

.cpstextheading {
		padding-top: 10px;
	}



